2018-03-17 10:44:12 +00:00
|
|
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= idna_ssl
|
2018-07-29 19:17:23 +00:00
|
|
|
PORTVERSION= 1.1.0
|
2018-03-17 10:44:12 +00:00
|
|
|
CATEGORIES= dns python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= idna-ssl-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Patch ssl.match_hostname for Unicode(idna) domains support
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2018-06-20 17:05:41 +00: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 10:44:12 +00:00
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_PYTHON= autoplist distutils
|
2018-08-12 17:33:57 +00:00
|
|
|
USES= python:3.3+
|
2018-03-17 10:44:12 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|