about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChris Ostrouchov <chris.ostrouchov@gmail.com>2018-11-27 11:52:21 -0500
committerChris Ostrouchov <chris.ostrouchov@gmail.com>2018-11-27 20:45:40 -0500
commite097b5e82b6597139c267b81c814a59a3aca849f (patch)
tree4cb0a3e27809857ab346add2be2ceb569b1ec7d4
parentfe5a7e5ed6f94283f591a73ceaf3716c462516e9 (diff)
downloadnixlib-e097b5e82b6597139c267b81c814a59a3aca849f.tar
nixlib-e097b5e82b6597139c267b81c814a59a3aca849f.tar.gz
nixlib-e097b5e82b6597139c267b81c814a59a3aca849f.tar.bz2
nixlib-e097b5e82b6597139c267b81c814a59a3aca849f.tar.lz
nixlib-e097b5e82b6597139c267b81c814a59a3aca849f.tar.xz
nixlib-e097b5e82b6597139c267b81c814a59a3aca849f.tar.zst
nixlib-e097b5e82b6597139c267b81c814a59a3aca849f.zip
pythonPackages.matchpy: init at 0.4.6
-rw-r--r--pkgs/development/python-modules/matchpy/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/matchpy/default.nix b/pkgs/development/python-modules/matchpy/default.nix
index 925490967586..dcac40b873ca 100644
--- a/pkgs/development/python-modules/matchpy/default.nix
+++ b/pkgs/development/python-modules/matchpy/default.nix
@@ -7,11 +7,13 @@
 , pytestrunner
 , hypothesis
 , setuptools_scm
+, isPy27
 }:
 
 buildPythonPackage rec {
   pname = "matchpy";
   version = "0.4.6";
+  disabled = isPy27;
 
   src = fetchPypi {
     inherit pname version;