git: b1f7e31dea5e - main - devel/py-setuptools: revert upgrade to 68.0.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 Oct 2023 12:17:40 UTC
The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=b1f7e31dea5e702afc08d2cd7e993f36ecf824cc commit b1f7e31dea5e702afc08d2cd7e993f36ecf824cc Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2023-10-11 12:16:09 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2023-10-11 12:17:08 +0000 devel/py-setuptools: revert upgrade to 68.0.0 This reverts commit 121d8af16a7efd4f4ec25c5851f9976b396192c0. PR: 270358 --- devel/py-setuptools/Makefile | 3 ++- devel/py-setuptools/distinfo | 6 +++--- devel/py-setuptools/files/patch-setuptools_package__index.py | 11 +++++++++++ 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/devel/py-setuptools/Makefile b/devel/py-setuptools/Makefile index a9a4fe79d66e..fcb1ff843017 100644 --- a/devel/py-setuptools/Makefile +++ b/devel/py-setuptools/Makefile @@ -1,5 +1,6 @@ PORTNAME= setuptools -PORTVERSION= 68.0.0 +PORTVERSION= 63.1.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-setuptools/distinfo b/devel/py-setuptools/distinfo index fd4cc724c303..79396fbdf202 100644 --- a/devel/py-setuptools/distinfo +++ b/devel/py-setuptools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1697024825 -SHA256 (python/setuptools-68.0.0.tar.gz) = baf1fdb41c6da4cd2eae722e135500da913332ab3f2f5c7d33af9b492acb5235 -SIZE (python/setuptools-68.0.0.tar.gz) = 2194111 +TIMESTAMP = 1657634036 +SHA256 (python/setuptools-63.1.0.tar.gz) = 16923d366ced322712c71ccb97164d07472abeecd13f3a6c283f6d5d26722793 +SIZE (python/setuptools-63.1.0.tar.gz) = 2599380 diff --git a/devel/py-setuptools/files/patch-setuptools_package__index.py b/devel/py-setuptools/files/patch-setuptools_package__index.py new file mode 100644 index 000000000000..85b8319a0b09 --- /dev/null +++ b/devel/py-setuptools/files/patch-setuptools_package__index.py @@ -0,0 +1,11 @@ +--- setuptools/package_index.py.orig 2022-07-04 02:25:25 UTC ++++ setuptools/package_index.py +@@ -197,7 +197,7 @@ def unique_values(func): + return wrapper + + +-REL = re.compile(r"""<([^>]*\srel\s*=\s*['"]?([^'">]+)[^>]*)>""", re.I) ++REL = re.compile(r"""<([^>]*\srel\s{0,10}=\s{0,10}['"]?([^'" >]+)[^>]*)>""", re.I) + # this line is here to fix emacs' cruddy broken syntax highlighting + +