python.pkgs.forbiddenfruit: 0.1.2 -> 0.1.3 (#60065)
This commit is contained in:
parent
bdf070fe2a
commit
daaf50fbdf
@ -5,23 +5,21 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "0.1.2";
|
version = "0.1.3";
|
||||||
pname = "forbiddenfruit";
|
pname = "forbiddenfruit";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "09ee1959fa34936c15417defa28bfd09cf88ad54c15454bc863d465ed42b8922";
|
sha256 = "1188a07cc24a9bd2c529dad06490b80a6fc88cde968af4d7861da81686b2cc8c";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ nose ];
|
checkInputs = [ nose ];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
find ./build -name '*.so' -exec mv {} tests/unit \;
|
||||||
nosetests
|
nosetests
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# tests directory missing in PyPI tarball
|
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Patch python built-in objects";
|
description = "Patch python built-in objects";
|
||||||
homepage = https://pypi.python.org/pypi/forbiddenfruit;
|
homepage = https://pypi.python.org/pypi/forbiddenfruit;
|
||||||
|
Loading…
Reference in New Issue
Block a user