2018-03-17 11:44:12 +01:00
|
|
|
PORTNAME= idna_ssl
|
2018-07-29 21:17:23 +02:00
|
|
|
PORTVERSION= 1.1.0
|
2018-03-17 11:44:12 +01:00
|
|
|
CATEGORIES= dns python
|
2023-01-11 16:47:15 +01:00
|
|
|
MASTER_SITES= PYPI
|
2018-03-17 11:44:12 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= idna-ssl-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Patch ssl.match_hostname for Unicode(idna) domains support
|
2023-04-05 19:17:19 +02:00
|
|
|
WWW= https://github.com/aio-libs/idna-ssl
|
2018-03-17 11:44:12 +01:00
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2018-06-20 19:05:41 +02:00
|
|
|
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}
|
2018-03-17 11:44:12 +01:00
|
|
|
|
2023-06-15 00:00:28 +02:00
|
|
|
USES= python
|
2020-07-08 21:01:30 +02:00
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
2018-03-17 11:44:12 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|