pythonpackages.pymacs: Remove package, does not seem to be maintained upstream

This commit is contained in:
adisbladis 2017-10-28 21:27:15 +08:00
parent 49a1221562
commit 88683da115
No known key found for this signature in database
GPG Key ID: ED58F95069B004F5
1 changed files with 0 additions and 23 deletions

View File

@ -17006,29 +17006,6 @@ in {
};
};
pymacs = buildPythonPackage rec {
version = "0.25";
name = "pymacs-${version}";
disabled = isPy3k || isPyPy;
src = pkgs.fetchurl {
url = "https://github.com/pinard/Pymacs/tarball/v${version}";
name = "${name}.tar.gz";
sha256 = "1hmy76c5igm95rqbld7gvk0az24smvc8hplfwx2f5rhn6frj3p2i";
};
configurePhase = "make";
doCheck = false;
meta = {
description = "Emacs Lisp to Python interface";
homepage = http://pymacs.progiciels-bpi.ca;
license = licenses.gpl2;
maintainers = with maintainers; [ goibhniu ];
};
};
pypcap = callPackage ../development/python-modules/pypcap {};
pyplatec = buildPythonPackage rec {