pythonPackages.matchpy: init at 0.4.6

This commit is contained in:
Chris Ostrouchov 2018-11-27 11:52:21 -05:00
parent fe5a7e5ed6
commit e097b5e82b
No known key found for this signature in database
GPG Key ID: 9ED59B0AB1EAF573

View File

@ -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;