pythonpackages.rtmidi: Remove outdated package

This commit is contained in:
adisbladis 2017-10-28 22:11:23 +08:00
parent bb50ae9807
commit ab66d6ea22
No known key found for this signature in database
GPG key ID: ED58F95069B004F5

View file

@ -7716,30 +7716,6 @@ in {
}; };
rtmidi = buildPythonPackage rec {
version = "0.3a";
name = "rtmidi-${version}";
src = pkgs.fetchurl {
url = "http://chrisarndt.de/projects/python-rtmidi/download/python-${name}.tar.bz2";
sha256 = "0d2if633m3kbiricd5hgn1csccd8xab6lnab1bq9prdr9ks9i8h6";
};
preConfigure = ''
sed -i "/use_setuptools/d" setup.py
'';
buildInputs = with self; [ pkgs.alsaLib pkgs.libjack2 ];
meta = {
description = "A Python wrapper for the RtMidi C++ library written with Cython";
homepage = http://trac.chrisarndt.de/code/wiki/python-rtmidi;
license = licenses.mit;
maintainers = with maintainers; [ goibhniu ];
};
};
setuptools-git = buildPythonPackage rec { setuptools-git = buildPythonPackage rec {
name = "setuptools-git-${version}"; name = "setuptools-git-${version}";
version = "1.1"; version = "1.1";