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

@ -7,11 +7,13 @@
, pytestrunner
, hypothesis
, setuptools_scm
, isPy27
}:
buildPythonPackage rec {
pname = "matchpy";
version = "0.4.6";
disabled = isPy27;
src = fetchPypi {
inherit pname version;