python.pkgs.optfunc: remove dead code

This commit is contained in:
Frederik Rietdijk 2017-09-02 12:30:30 +02:00
parent 19d789607e
commit bea4c21413

View File

@ -14284,28 +14284,6 @@ in {
};
};
# optfunc = buildPythonPackage ( rec {
# name = "optfunc-git";
#
# src = pkgs.fetchgit {
# url = "https://github.com/simonw/optfunc.git";
# rev = "e3fa034a545ed94ac5a039cf5b170c7d0ee21b7b";
# };
#
# installCommand = ''
# dest=$(toPythonPath $out)/optfunc
# mkdir -p $dest
# cp * $dest/
# '';
#
# doCheck = false;
#
# meta = {
# description = "A new experimental interface to optparse which works by introspecting a function definition";
# homepage = "http://simonwillison.net/2009/May/28/optfunc/";
# };
# });
ordereddict = buildPythonPackage rec {
name = "ordereddict-${version}";
version = "1.1";