Skip to content

Commit

Permalink
devel/py-setuptools: revert upgrade to 68.0.0
Browse files Browse the repository at this point in the history
This reverts commit 121d8af.

PR:		270358
  • Loading branch information
dlangille committed Oct 11, 2023
1 parent 121d8af commit b1f7e31
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
3 changes: 2 additions & 1 deletion 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}
Expand Down
6 changes: 3 additions & 3 deletions 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
11 changes: 11 additions & 0 deletions 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


0 comments on commit b1f7e31

Please sign in to comment.