Merge pull request #101255 from kmein/feature/python-packages
python3Packages.{pygtrie, betacode}: init
This commit is contained in:
@@ -831,6 +831,8 @@ in {
|
||||
|
||||
bespon = callPackage ../development/python-modules/bespon { };
|
||||
|
||||
betacode = callPackage ../development/python-modules/betacode { };
|
||||
|
||||
betamax = callPackage ../development/python-modules/betamax { };
|
||||
|
||||
betamax-matchers = callPackage ../development/python-modules/betamax-matchers { };
|
||||
@@ -5102,6 +5104,8 @@ in {
|
||||
|
||||
pygtksourceview = callPackage ../development/python-modules/pygtksourceview { inherit (pkgs) pkgconfig; };
|
||||
|
||||
pygtrie = callPackage ../development/python-modules/pygtrie { };
|
||||
|
||||
pyhamcrest = if isPy3k then
|
||||
callPackage ../development/python-modules/pyhamcrest { }
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user