Merge pull request #298519 from r-ryantm/auto-update/python311Packages.jaraco-abode

python311Packages.jaraco-abode: 5.1.0 -> 5.1.1
This commit is contained in:
Weijia Wang 2024-04-11 05:13:41 +02:00 committed by GitHub
commit 02ab71d401
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 13 deletions

View File

@ -24,27 +24,18 @@
buildPythonPackage rec {
pname = "jaraco-abode";
version = "5.1.0";
format = "pyproject";
version = "5.1.1";
pyproject = true;
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "jaraco";
repo = "jaraco.abode";
rev = "refs/tags/v${version}";
hash = "sha256-guLgmhjFgYLRZsQ0j92NXkktZ80bwVvMUJLZeg3dgxE=";
hash = "sha256-TUxljF1k/fvQoNcHx6jMRJrYgzxjXefvMl+mBD0DL8o=";
};
postPatch = ''
# https://github.com/jaraco/jaraco.abode/issues/19
echo "graft jaraco" > MANIFEST.in
# https://github.com/jaraco/jaraco.abode/commit/9e3e789efc96cddcaa15f920686bbeb79a7469e0
substituteInPlace jaraco/abode/helpers/timeline.py \
--replace "call_aside" "invoke"
'';
nativeBuildInputs = [
setuptools
setuptools-scm