Merge pull request #191597 from r-ryantm/auto-update/python310Packages.hiyapyco
python310Packages.hiyapyco: 0.5.0 -> 0.5.1
This commit is contained in:
commit
3d01126070
1 changed files with 2 additions and 9 deletions
|
@ -7,13 +7,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "hiyapyco";
|
pname = "hiyapyco";
|
||||||
version = "0.5.0";
|
version = "0.5.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zerwes";
|
owner = "zerwes";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/release-${version}";
|
rev = "refs/tags/release-${version}";
|
||||||
sha256 = "sha256-v+q7MOJvRc8rzBzwf27jmuIHpZeYGDK7VbzB98qnhrQ=";
|
sha256 = "sha256-MVJoMnEi+319ZkhffYWYVi/wj0Ihm0nfVeEXvx7Ac/4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -21,13 +21,6 @@ buildPythonPackage rec {
|
||||||
jinja2
|
jinja2
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
|
||||||
# Should no longer be needed with the next release
|
|
||||||
# https://github.com/zerwes/hiyapyco/pull/42
|
|
||||||
substituteInPlace setup.py \
|
|
||||||
--replace "Jinja2>1,<3" "Jinja2>1"
|
|
||||||
'';
|
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
set -e
|
set -e
|
||||||
find test -name 'test_*.py' -exec python {} \;
|
find test -name 'test_*.py' -exec python {} \;
|
||||||
|
|
Loading…
Reference in a new issue