python313Packages.python-codon-tables: modernize

This commit is contained in:
Fabian Affolter
2025-08-28 17:35:55 +02:00
parent 7ba818c005
commit c20e372ed2
@@ -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;