pythonPackages.matchpy: init at 0.4.6

This commit is contained in:
Chris Ostrouchov
2018-11-27 20:45:40 -05:00
parent fe5a7e5ed6
commit e097b5e82b
@@ -7,11 +7,13 @@
, pytestrunner , pytestrunner
, hypothesis , hypothesis
, setuptools_scm , setuptools_scm
, isPy27
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "matchpy"; pname = "matchpy";
version = "0.4.6"; version = "0.4.6";
disabled = isPy27;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;