Date: Wed, 1 Jan 2025 10:59:05 GMT From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: da97d2cf3d65 - main - dns/py-idna_ssl: Remove expired port Message-ID: <202501011059.501Ax51o016469@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=da97d2cf3d6563de7d4a6b6ddeec1e2f30abab53 commit da97d2cf3d6563de7d4a6b6ddeec1e2f30abab53 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2025-01-01 10:58:58 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2025-01-01 10:58:58 +0000 dns/py-idna_ssl: Remove expired port 2024-12-31 dns/py-idna_ssl: Upstream repository has been archived on Oct 22, 2020 --- MOVED | 1 + dns/Makefile | 1 - dns/py-idna_ssl/Makefile | 32 -------------------------------- dns/py-idna_ssl/distinfo | 3 --- dns/py-idna_ssl/pkg-descr | 1 - 5 files changed, 1 insertion(+), 37 deletions(-) diff --git a/MOVED b/MOVED index 951037875c42..b3f4f1a83b12 100644 --- a/MOVED +++ b/MOVED @@ -3809,3 +3809,4 @@ net-mgmt/zabbix64-proxy||2025-01-01|Has expired: Zabbix 6.4 is expected to reach net-mgmt/zabbix64-frontend||2025-01-01|Has expired: Zabbix 6.4 is expected to reach EoL on December 31, 2024 net-mgmt/zabbix64-server||2025-01-01|Has expired: Zabbix 6.4 is expected to reach EoL on December 31, 2024 www/webtrees20|www/webtrees21|2025-01-01|Has expired: Uses obsolete PHP version; use www/webtrees21 or www/webtrees22 instead +dns/py-idna_ssl||2025-01-01|Has expired: Upstream repository has been archived on Oct 22, 2020 diff --git a/dns/Makefile b/dns/Makefile index b6a724d92c5f..b6996ed6fa4f 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -182,7 +182,6 @@ SUBDIR += py-dnspython1 SUBDIR += py-easyzone SUBDIR += py-idna - SUBDIR += py-idna_ssl SUBDIR += py-ldns SUBDIR += py-libknot SUBDIR += py-localzone diff --git a/dns/py-idna_ssl/Makefile b/dns/py-idna_ssl/Makefile deleted file mode 100644 index 2c36ffe57851..000000000000 --- a/dns/py-idna_ssl/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -PORTNAME= idna_ssl -PORTVERSION= 1.1.0 -PORTREVISION= 1 -CATEGORIES= dns python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= idna-ssl-${PORTVERSION} - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Patch ssl.match_hostname for Unicode(idna) domains support -WWW= https://github.com/aio-libs/idna-ssl - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Upstream repository has been archived on Oct 22, 2020 -EXPIRATION_DATE=2024-12-31 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}idna>=2.0:dns/py-idna@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=2.3:www/py-aiohttp@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent pep517 - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/dns/py-idna_ssl/distinfo b/dns/py-idna_ssl/distinfo deleted file mode 100644 index bb0e2ba6243f..000000000000 --- a/dns/py-idna_ssl/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1532810587 -SHA256 (idna-ssl-1.1.0.tar.gz) = a933e3bb13da54383f9e8f35dc4f9cb9eb9b3b78c6b36f311254d6d0d92c6c7c -SIZE (idna-ssl-1.1.0.tar.gz) = 3377 diff --git a/dns/py-idna_ssl/pkg-descr b/dns/py-idna_ssl/pkg-descr deleted file mode 100644 index 3974421f88f3..000000000000 --- a/dns/py-idna_ssl/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -idna-ssl patches ssl.match_hostname for Unicode(idna) domains support.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501011059.501Ax51o016469>