mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 19:54:05 +00:00
python310Packages.cymem: add format
- disable on unsupported Python releases
This commit is contained in:
parent
57013c96e3
commit
ae9cd9ff98
@ -3,11 +3,15 @@
|
||||
, fetchFromGitHub
|
||||
, cython
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "cymem";
|
||||
version = "2.0.8";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "explosion";
|
||||
|
Loading…
Reference in New Issue
Block a user