Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 2023 15:55:30 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d48ecaf5aa9f - main - devel/py-pip: Update to 23.1.1
Message-ID:  <202304271555.33RFtU4l029273@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d48ecaf5aa9f41d236659027098860d2e6830bb8

commit d48ecaf5aa9f41d236659027098860d2e6830bb8
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-27 15:49:01 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-27 15:49:01 +0000

    devel/py-pip: Update to 23.1.1
    
    Changes:        https://github.com/pypa/pip/blob/main/NEWS.rst
                    https://pip.pypa.io/en/stable/news/
---
 devel/py-pip/Makefile | 6 +++++-
 devel/py-pip/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/devel/py-pip/Makefile b/devel/py-pip/Makefile
index 3480bd739487..db24624e642a 100644
--- a/devel/py-pip/Makefile
+++ b/devel/py-pip/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pip
-PORTVERSION=	22.3.1
+PORTVERSION=	23.1.1
 CATEGORIES=	devel python
 MASTER_SITES=	https://files.pythonhosted.org/packages/a4/53/bfc6409447ca024558b8b19d055de94c813c3e32c0296c48a0873a161cf5/:test_setuptools \
 		https://files.pythonhosted.org/packages/27/d6/003e593296a85fd6ed616ed962795b2f87709c3eee2bca4f6d0fe55c6d00/:test_wheel
@@ -19,6 +19,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 # Tests also need bzr, git, otherwise they fail
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}freezegun>=0:devel/py-freezegun@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}installer>=0:devel/py-installer@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-rerunfailures>=0:devel/py-pytest-rerunfailures@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-xdist>=0:devel/py-pytest-xdist@${PY_FLAVOR} \
@@ -58,6 +59,9 @@ DOCS_PORTDOCS=		*
 DOCS_VARS=		PYDISTUTILS_BUILD_TARGET=build_sphinx \
 			PYDISTUTILS_BUILDARGS="-n --all-files --fresh-env"
 
+post-patch:
+	@${RM} -r ${WRKSRC}/src/pip/_vendor/colorama/tests/
+
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	(cd ${WRKSRC}/build/sphinx/html && \
diff --git a/devel/py-pip/distinfo b/devel/py-pip/distinfo
index 4ee439b86bb4..27607f8d053f 100644
--- a/devel/py-pip/distinfo
+++ b/devel/py-pip/distinfo
@@ -1,7 +1,7 @@
-TIMESTAMP = 1669058331
+TIMESTAMP = 1682354634
 SHA256 (pip/setuptools-63.2.0-py3-none-any.whl) = 0d33c374d41c7863419fc8f6c10bfe25b7b498aa34164d135c622e52580c6b16
 SIZE (pip/setuptools-63.2.0-py3-none-any.whl) = 1228000
 SHA256 (pip/wheel-0.37.1-py2.py3-none-any.whl) = 4bdcd7d840138086126cd09254dc6195fb4fc6f01c050a1d7236f2630db1d22a
 SIZE (pip/wheel-0.37.1-py2.py3-none-any.whl) = 35301
-SHA256 (pip/pypa-pip-22.3.1_GH0.tar.gz) = 8d9f7cd8ad0d6f0c70e71704fd3f0f6538d70930454f1f21bbc2f8e94f6964ee
-SIZE (pip/pypa-pip-22.3.1_GH0.tar.gz) = 9326504
+SHA256 (pip/pypa-pip-23.1.1_GH0.tar.gz) = 74a4f1700f464e5fcdcffbd69f1f719bfd66b617933efd62d020559de360c91f
+SIZE (pip/pypa-pip-23.1.1_GH0.tar.gz) = 9345830



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304271555.33RFtU4l029273>