Merge pull request #101255 from kmein/feature/python-packages

python3Packages.{pygtrie, betacode}: init
This commit is contained in:
Lassulus
2020-11-17 22:22:09 +01:00
committed by GitHub
3 changed files with 38 additions and 0 deletions
+4
View File
@@ -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