pythonPackages.deform: 2.0.a2 -> 2.0.5
This commit is contained in:
@@ -1,25 +1,35 @@
|
|||||||
{ lib, buildPythonPackage, fetchPypi
|
{ lib, buildPythonPackage, fetchPypi
|
||||||
, beautifulsoup4, peppercorn, colander, translationstring
|
, chameleon, colander, iso8601, peppercorn, translationstring, zope_deprecation
|
||||||
, chameleon, zope_deprecation, coverage, nose }:
|
, nose, coverage, beautifulsoup4, flaky }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "deform";
|
pname = "deform";
|
||||||
version = "2.0a2";
|
version = "2.0.5";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "3fa4d287c8da77a83556e4a5686de006ddd69da359272120b915dc8f5a70cabd";
|
sha256 = "874d3346a02c500432efdcc73b1a7174aa0ea69cd52a99bb9a812967f54f6f79";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace setup.py \
|
||||||
|
--replace "iso8601<=0.1.11" iso8601
|
||||||
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
beautifulsoup4
|
|
||||||
peppercorn
|
|
||||||
colander
|
|
||||||
translationstring
|
|
||||||
chameleon
|
chameleon
|
||||||
|
colander
|
||||||
|
iso8601
|
||||||
|
peppercorn
|
||||||
|
translationstring
|
||||||
zope_deprecation
|
zope_deprecation
|
||||||
coverage
|
];
|
||||||
|
|
||||||
|
checkInputs = [
|
||||||
nose
|
nose
|
||||||
|
coverage
|
||||||
|
beautifulsoup4
|
||||||
|
flaky
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|||||||
Reference in New Issue
Block a user