python313Packages.python-codon-tables: modernize
This commit is contained in:
@@ -2,12 +2,13 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-codon-tables";
|
||||
version = "0.1.18";
|
||||
format = "setuptools";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "python_codon_tables";
|
||||
@@ -15,6 +16,8 @@ buildPythonPackage rec {
|
||||
hash = "sha256-c/VSmArSkq+46LzW3r+CQEG1mwp87ACbZ7EWkMOGOQc=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
# no tests in tarball
|
||||
doCheck = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user