Commit da97d2cf authored by Rene Ladan's avatar Rene Ladan
Browse files

dns/py-idna_ssl: Remove expired port

2024-12-31 dns/py-idna_ssl: Upstream repository has been archived on Oct 22, 2020
parent 86a40907
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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

dns/py-idna_ssl/Makefile

deleted100644 → 0
+0 −32
Original line number Diff line number Diff line
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>

dns/py-idna_ssl/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1532810587
SHA256 (idna-ssl-1.1.0.tar.gz) = a933e3bb13da54383f9e8f35dc4f9cb9eb9b3b78c6b36f311254d6d0d92c6c7c
SIZE (idna-ssl-1.1.0.tar.gz) = 3377

dns/py-idna_ssl/pkg-descr

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
idna-ssl patches ssl.match_hostname for Unicode(idna) domains support.