@@ -677,15 +677,15 @@ in {
677
677
aniso8601 = buildPythonPackage rec {
678
678
name = "aniso8601-${version}";
679
679
version = "1.2.0";
680
-
680
+
681
681
meta = {
682
682
description = "Parses ISO 8601 strings.";
683
683
homepage = "https://bitbucket.org/nielsenb/aniso8601";
684
684
license = licenses.bsd3;
685
685
};
686
-
686
+
687
687
propagatedBuildInputs = with self; [ dateutil ];
688
-
688
+
689
689
src = pkgs.fetchurl {
690
690
url = "mirror://pypi/a/aniso8601/${name}.tar.gz";
691
691
sha256 = "502400f82574afa804cc915d83f15c67533d364dcd594f8a6b9d2053f3404dd4";
@@ -22087,7 +22087,7 @@ in {
22087
22087
homepage = "https://github.com/goinnn/django-multiselectfield";
22088
22088
};
22089
22089
};
22090
-
22090
+
22091
22091
reviewboard = buildPythonPackage rec {
22092
22092
name = "ReviewBoard-2.5.1.1";
22093
22093
@@ -31070,32 +31070,7 @@ EOF
31070
31070
};
31071
31071
};
31072
31072
31073
- whoosh = buildPythonPackage rec {
31074
- name = "${pname}-${version}";
31075
- pname = "Whoosh";
31076
- version = "2.7.4";
31077
- src = pkgs.fetchurl {
31078
- url = "https://pypi.python.org/packages/25/2b/6beed2107b148edc1321da0d489afc4617b9ed317ef7b72d4993cad9b684/${name}.tar.gz";
31079
- sha256 = "10qsqdjpbc85fykc1vgcs8xwbgn4l2l52c8d83xf1q59pwyn79bw";
31080
- };
31081
- buildInputs = with self; [ pytest ];
31082
-
31083
- # Wrong encoding
31084
- postPatch = ''
31085
- rm tests/test_reading.py
31086
- '';
31087
- checkPhase = ''
31088
- py.test -k "not test_timelimit"
31089
- '';
31090
-
31091
- meta = {
31092
- description = "Fast, pure-Python full text indexing, search, and spell checking library.";
31093
- homepage = "http://bitbucket.org/mchaput/whoosh";
31094
- license = licenses.bsd2;
31095
- maintainers = with maintainers; [ nand0p ];
31096
- platforms = platforms.all;
31097
- };
31098
- };
31073
+ whoosh = callPackage ../development/python-modules/whoosh { };
31099
31074
31100
31075
packet-python = buildPythonPackage rec {
31101
31076
name = "${pname}-${version}";
0 commit comments