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
|
||||
, hypothesis
|
||||
, setuptools_scm
|
||||
, isPy27
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "matchpy";
|
||||
version = "0.4.6";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
Loading…
Reference in New Issue
Block a user