python3Packages.python-codon-tables: init at 0.1.10
This commit is contained in:
parent
72974392fc
commit
aa30970bc9
@ -0,0 +1,27 @@
|
|||||||
|
{ lib
|
||||||
|
, buildPythonPackage
|
||||||
|
, fetchPypi
|
||||||
|
}:
|
||||||
|
|
||||||
|
buildPythonPackage rec {
|
||||||
|
pname = "python-codon-tables";
|
||||||
|
version = "0.1.10";
|
||||||
|
|
||||||
|
src = fetchPypi {
|
||||||
|
pname = "python_codon_tables";
|
||||||
|
inherit version;
|
||||||
|
sha256 = "265beac928cbb77c6745bc728471adc7ffef933b794be303d272ecb9ad37d3d4";
|
||||||
|
};
|
||||||
|
|
||||||
|
# no tests in tarball
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "python_codon_tables" ];
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
homepage = "https://github.com/Edinburgh-Genome-Foundry/codon-usage-tables";
|
||||||
|
description = "Codon Usage Tables for Python, from kazusa.or.jp";
|
||||||
|
license = licenses.mit;
|
||||||
|
maintainers = with maintainers; [ prusnak ];
|
||||||
|
};
|
||||||
|
}
|
@ -4687,6 +4687,8 @@ in {
|
|||||||
|
|
||||||
pysbd = callPackage ../development/python-modules/pysbd { };
|
pysbd = callPackage ../development/python-modules/pysbd { };
|
||||||
|
|
||||||
|
python-codon-tables = callPackage ../development/python-modules/python-codon-tables { };
|
||||||
|
|
||||||
python-csxcad = callPackage ../development/python-modules/python-csxcad { };
|
python-csxcad = callPackage ../development/python-modules/python-csxcad { };
|
||||||
|
|
||||||
python-openems = callPackage ../development/python-modules/python-openems { };
|
python-openems = callPackage ../development/python-modules/python-openems { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user