Merge #192482: xml2rfc: 3.14.2 -> 3.15.0
This commit is contained in:
commit
4dd0352397
1 changed files with 3 additions and 7 deletions
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "xml2rfc";
|
pname = "xml2rfc";
|
||||||
version = "3.14.2";
|
version = "3.15.0";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
|
@ -34,19 +34,15 @@ buildPythonPackage rec {
|
||||||
owner = "ietf-tools";
|
owner = "ietf-tools";
|
||||||
repo = "xml2rfc";
|
repo = "xml2rfc";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "sha256-7UKav9IOH3u/3ZPDWVTBSf+A1li65qK2qASJpNVezdI=";
|
sha256 = "sha256-sCpV4pmBIBFxFpDK7H9riQ+0174xCn6uVztGDAEeoII=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace Makefile \
|
substituteInPlace Makefile \
|
||||||
--replace "SHELL := /bin/bash" "SHELL := bash" \
|
--replace "SHELL := /bin/bash" "SHELL := bash" \
|
||||||
--replace "test flaketest" "test" \
|
--replace "test flaketest" "test"
|
||||||
--replace "python setup.py --quiet install" ""
|
|
||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
--replace "'tox'," ""
|
--replace "'tox'," ""
|
||||||
substituteInPlace requirements.txt \
|
|
||||||
--replace "jinja2>=2.11,<3.0" "jinja2" \
|
|
||||||
--replace "markupsafe==2.0.1" "markupsafe"
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue