dns/py-dns-lexicon: Update to 3.8.0
Changes: https://github.com/AnalogJ/lexicon/releases
This commit is contained in:
parent
1037ae648c
commit
e2f0472552
2 changed files with 16 additions and 16 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Goran Mekić <meka@tilda.center>
|
||||
|
||||
PORTNAME= dns-lexicon
|
||||
PORTVERSION= 3.7.0
|
||||
PORTVERSION= 3.8.0
|
||||
CATEGORIES= dns python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -12,11 +12,11 @@ COMMENT= Manipulate DNS records on various DNS providers in a standardized way
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4<5:www/py-beautifulsoup@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}cryptography>=2<4:security/py-cryptography@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}yaml>=3<6:devel/py-yaml@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2<3:www/py-requests@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}tldextract>=2<4:dns/py-tldextract@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4:www/py-beautifulsoup@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}cryptography>=2:security/py-cryptography@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}yaml>=3:devel/py-yaml@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2:www/py-requests@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}tldextract>=2:dns/py-tldextract@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
@ -32,12 +32,12 @@ ROUTE53_DESC= Route 53 support
|
|||
SOFTLAYER_DESC= SoftLayer (IBM Cloud) support
|
||||
TRANSIP_DESC= TransIP support
|
||||
|
||||
DDNS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython2>=2<3:dns/py-dnspython2@${PY_FLAVOR}
|
||||
GRANSY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zeep>=3<5:net/py-zeep@${PY_FLAVOR}
|
||||
LOCALZONE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}localzone>=0.9.8<1:dns/py-localzone@${PY_FLAVOR}
|
||||
OCI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oci>=2<3:devel/py-oci@${PY_FLAVOR}
|
||||
ROUTE53_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>=1<2:www/py-boto3@${PY_FLAVOR}
|
||||
SOFTLAYER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}softlayer>=5<6:net/py-softlayer@${PY_FLAVOR}
|
||||
TRANSIP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}transip>=2<3:net/py-transip@${PY_FLAVOR}
|
||||
DDNS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython2>=2:dns/py-dnspython2@${PY_FLAVOR}
|
||||
GRANSY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zeep>=3:net/py-zeep@${PY_FLAVOR}
|
||||
LOCALZONE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}localzone>=0.9.8:dns/py-localzone@${PY_FLAVOR}
|
||||
OCI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oci>=2:devel/py-oci@${PY_FLAVOR}
|
||||
ROUTE53_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>=1:www/py-boto3@${PY_FLAVOR}
|
||||
SOFTLAYER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}softlayer>=5:net/py-softlayer@${PY_FLAVOR}
|
||||
TRANSIP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}transip>=2:net/py-transip@${PY_FLAVOR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1632037172
|
||||
SHA256 (dns-lexicon-3.7.0.tar.gz) = bc173c50c6a17aeb7ee97d7811e4612408f85598b39c1a27821dc62b6e1e5e2d
|
||||
SIZE (dns-lexicon-3.7.0.tar.gz) = 161192
|
||||
TIMESTAMP = 1634111786
|
||||
SHA256 (dns-lexicon-3.8.0.tar.gz) = 18cb94862c8a71f77afd1ce3b83e06564e6e4822f49fcb9c7189782484696bbe
|
||||
SIZE (dns-lexicon-3.8.0.tar.gz) = 161233
|
||||
|
|
Loading…
Reference in a new issue