Skip to content

Commit

Permalink
dns/py-dns-lexicon: Update to 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Oct 13, 2021
1 parent 1037ae6 commit e2f0472
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 deletions dns/py-dns-lexicon/Makefile
@@ -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}
Expand All @@ -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
Expand All @@ -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>
6 changes: 3 additions & 3 deletions dns/py-dns-lexicon/distinfo
@@ -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

0 comments on commit e2f0472

Please sign in to comment.