diff options
author | Charlie Li <vishwin@FreeBSD.org> | 2025-04-10 09:44:00 -0400 |
---|---|---|
committer | Charlie Li <vishwin@FreeBSD.org> | 2025-04-10 09:44:00 -0400 |
commit | 8927fe8f67e32805fe94c94356b013d59ca4af25 (patch) | |
tree | 7ec907669a8c8bd514ea5be391031d814194ac68 | |
parent | x11/xbanish: Take maintainership (diff) |
devel/py-setuptools: account for removed pkgutil methods in Python 3.12
Reported by: jan, Tatsuki Makino
PR: 285957
-rw-r--r-- | devel/py-setuptools/Makefile | 3 | ||||
-rw-r--r-- | devel/py-setuptools/distinfo | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/devel/py-setuptools/Makefile b/devel/py-setuptools/Makefile index 836352af12b3..f8441337aa21 100644 --- a/devel/py-setuptools/Makefile +++ b/devel/py-setuptools/Makefile @@ -6,6 +6,9 @@ MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= python +PATCH_SITES= https://github.com/pypa/${PORTNAME}/commit/ +PATCHFILES= 6653e747c3815b140156249205397ef3719581ee.patch:-p1 + # note: before committing a new major version, contact portmgr to # arrange for an experimental ports run. Untested commits may be # backed out. diff --git a/devel/py-setuptools/distinfo b/devel/py-setuptools/distinfo index 79396fbdf202..828c744ce6c7 100644 --- a/devel/py-setuptools/distinfo +++ b/devel/py-setuptools/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1657634036 +TIMESTAMP = 1744292398 SHA256 (python/setuptools-63.1.0.tar.gz) = 16923d366ced322712c71ccb97164d07472abeecd13f3a6c283f6d5d26722793 SIZE (python/setuptools-63.1.0.tar.gz) = 2599380 +SHA256 (python/6653e747c3815b140156249205397ef3719581ee.patch) = fbdb0cdeee1d38829b73cadd95445815c9b5566b7e803b8bd39586f6d4afe077 +SIZE (python/6653e747c3815b140156249205397ef3719581ee.patch) = 1262 |