mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
pythonPackages.matchpy: init at 0.4.6
This commit is contained in:
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user