pythonPackages.python-ly: init at 0.9.5
This commit is contained in:
parent
6f7ded7e77
commit
d50943ad46
21
pkgs/development/python-modules/python-ly/default.nix
Normal file
21
pkgs/development/python-modules/python-ly/default.nix
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{ buildPythonPackage, fetchPypi, stdenv }:
|
||||||
|
|
||||||
|
buildPythonPackage rec {
|
||||||
|
pname = "python-ly";
|
||||||
|
version = "0.9.5";
|
||||||
|
|
||||||
|
src = fetchPypi {
|
||||||
|
inherit pname version;
|
||||||
|
sha256 = "0x98dv7p8mg26p4816yy8hz4f34zf6hpnnfmr56msgh9jnsm2qfl";
|
||||||
|
};
|
||||||
|
|
||||||
|
# tests not shipped on `pypi` and
|
||||||
|
# seem to be broken ATM: https://github.com/wbsoft/python-ly/issues/70
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
description = "Tool and library for manipulating LilyPond files";
|
||||||
|
license = licenses.gpl2;
|
||||||
|
maintainers = with maintainers; [ ma27 ];
|
||||||
|
};
|
||||||
|
}
|
@ -2918,6 +2918,8 @@ in {
|
|||||||
|
|
||||||
python-jose = callPackage ../development/python-modules/python-jose {};
|
python-jose = callPackage ../development/python-modules/python-jose {};
|
||||||
|
|
||||||
|
python-ly = callPackage ../development/python-modules/python-ly {};
|
||||||
|
|
||||||
pyhepmc = buildPythonPackage rec {
|
pyhepmc = buildPythonPackage rec {
|
||||||
name = "pyhepmc-${version}";
|
name = "pyhepmc-${version}";
|
||||||
version = "0.5.0";
|
version = "0.5.0";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user