python310Packages.primer3: add format
- disable on unsupported Python releases
This commit is contained in:
@@ -5,11 +5,15 @@
|
||||
, cython
|
||||
, gcc
|
||||
, click
|
||||
, pythonOlder
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "primer3";
|
||||
version = "2.0.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "libnano";
|
||||
|
||||
Reference in New Issue
Block a user