git: 74f6670516ea - main - www/py-httpx-gssapi: rename to www/py-httpx_gssapi
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Dec 2024 14:34:22 UTC
The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=74f6670516ea5e7c1f5ea8f1bddef406f25df3c7 commit 74f6670516ea5e7c1f5ea8f1bddef406f25df3c7 Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2024-12-04 14:33:42 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2024-12-04 14:33:42 +0000 www/py-httpx-gssapi: rename to www/py-httpx_gssapi Move py-httpx-gssapi to py-httpx_gssapi Upstream renamed the distfile. While here, update to 0.4 re: https://github.com/pythongssapi/httpx-gssapi/releases/tag/v0.4 --- MOVED | 1 + www/Makefile | 2 +- www/py-httpx-gssapi/distinfo | 3 --- www/{py-httpx-gssapi => py-httpx_gssapi}/Makefile | 4 ++-- www/py-httpx_gssapi/Makefile.new | 21 +++++++++++++++++++++ www/py-httpx_gssapi/distinfo | 3 +++ www/{py-httpx-gssapi => py-httpx_gssapi}/pkg-descr | 0 7 files changed, 28 insertions(+), 6 deletions(-) diff --git a/MOVED b/MOVED index 61604ee8523a..d661fead5af4 100644 --- a/MOVED +++ b/MOVED @@ -3748,3 +3748,4 @@ science/grib_api|science/eccodes|2024-11-30|Has expired: Deprecated by upstream. www/kohana||2024-12-01|Has expired: Supports only PHP5, abandoned upstream devel/py-simple-term-menu|devel/py-simple_term_menu|2024-12-02|Upstream renamed emulators/duckstation|emulators/fbsd-duckstation|2024-12-03|Developer asked to emphasize the port includes local patches +www/py-httpx-gssapi|www/py-httpx_gssapi|2024-12-04|Upstream renamed diff --git a/www/Makefile b/www/Makefile index 4ff4ebef3cb3..8380ecfd3105 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1749,7 +1749,7 @@ SUBDIR += py-httpretty SUBDIR += py-httptools SUBDIR += py-httpx - SUBDIR += py-httpx-gssapi + SUBDIR += py-httpx_gssapi SUBDIR += py-httpx-oauth SUBDIR += py-httpx-socks SUBDIR += py-httpx-ws diff --git a/www/py-httpx-gssapi/distinfo b/www/py-httpx-gssapi/distinfo deleted file mode 100644 index 9d217b3ffd0b..000000000000 --- a/www/py-httpx-gssapi/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1721658529 -SHA256 (httpx-gssapi-0.3.1.tar.gz) = 8147fc4898768998c7414553d0b3ffe145ee1d9821df23caac4a8ad8fe9bfea9 -SIZE (httpx-gssapi-0.3.1.tar.gz) = 36265 diff --git a/www/py-httpx-gssapi/Makefile b/www/py-httpx_gssapi/Makefile similarity index 91% rename from www/py-httpx-gssapi/Makefile rename to www/py-httpx_gssapi/Makefile index 9ce88abe33d3..91c7f2041655 100644 --- a/www/py-httpx-gssapi/Makefile +++ b/www/py-httpx_gssapi/Makefile @@ -1,5 +1,5 @@ -PORTNAME= httpx-gssapi -PORTVERSION= 0.3.1 +PORTNAME= httpx_gssapi +PORTVERSION= 0.4 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-httpx_gssapi/Makefile.new b/www/py-httpx_gssapi/Makefile.new new file mode 100644 index 000000000000..16c578311e7e --- /dev/null +++ b/www/py-httpx_gssapi/Makefile.new @@ -0,0 +1,21 @@ +PORTNAME= httpx-gssapi +PORTVERSION= 0.4 +CATEGORIES= www python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dvl@FreeBSD.org +COMMENT= Requests GSSAPI for HTTPX +WWW= https://github.com/pythongssapi/httpx-gssapi + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0.16<0.28:www/py-httpx@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/www/py-httpx_gssapi/distinfo b/www/py-httpx_gssapi/distinfo new file mode 100644 index 000000000000..4982ccb85dc4 --- /dev/null +++ b/www/py-httpx_gssapi/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1733321110 +SHA256 (httpx_gssapi-0.4.tar.gz) = 8c9a4fa526484c1323c0a4436ef1198f34c0f1d6dde0973ea38f960d51e16ef0 +SIZE (httpx_gssapi-0.4.tar.gz) = 36237 diff --git a/www/py-httpx-gssapi/pkg-descr b/www/py-httpx_gssapi/pkg-descr similarity index 100% rename from www/py-httpx-gssapi/pkg-descr rename to www/py-httpx_gssapi/pkg-descr