python.pkgs.optfunc: remove dead code
This commit is contained in:
parent
19d789607e
commit
bea4c21413
@ -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 {
|
ordereddict = buildPythonPackage rec {
|
||||||
name = "ordereddict-${version}";
|
name = "ordereddict-${version}";
|
||||||
version = "1.1";
|
version = "1.1";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user