Date: Mon, 14 Jun 2021 17:47:29 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e722d5acb395 - main - dns/py-dns-lexicon: Update to 3.6.0 Message-ID: <202106141747.15EHlTU7054583@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e722d5acb395646f254f508f36f91575156722a7 commit e722d5acb395646f254f508f36f91575156722a7 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-14 17:40:06 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-14 17:40:06 +0000 dns/py-dns-lexicon: Update to 3.6.0 - Remove NAMECHEAP and PLESK options Changes: https://github.com/AnalogJ/lexicon/releases --- dns/py-dns-lexicon/Makefile | 15 +++++---------- dns/py-dns-lexicon/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/dns/py-dns-lexicon/Makefile b/dns/py-dns-lexicon/Makefile index b976e9c65dc8..d9ed9762f98d 100644 --- a/dns/py-dns-lexicon/Makefile +++ b/dns/py-dns-lexicon/Makefile @@ -1,7 +1,7 @@ # Created by: Goran Mekić <meka@tilda.center> PORTNAME= dns-lexicon -PORTVERSION= 3.5.0 +PORTVERSION= 3.6.0 CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,29 +14,24 @@ 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}future>=0<1:devel/py-future@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yaml>=5<6:devel/py-yaml@${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<3:dns/py-tldextract@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}tldextract>=2<4:dns/py-tldextract@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -OPTIONS_DEFINE= GRANSY LOCALZONE NAMECHEAP PLESK ROUTE53 SOFTLAYER TRANSIP +OPTIONS_DEFINE= GRANSY LOCALZONE ROUTE53 SOFTLAYER TRANSIP GRANSY_DESC= Gransy support LOCALZONE_DESC= localzone support -NAMECHEAP_DESC= Namecheap support -PLESK_DESC= Plesk support ROUTE53_DESC= Route 53 support SOFTLAYER_DESC= SoftLayer (IBM Cloud) support TRANSIP_DESC= TransIP support GRANSY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zeep>=3<5:net/py-zeep@${PY_FLAVOR} -LOCALZONE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}localzone>=0<1:dns/py-localzone@${PY_FLAVOR} -NAMECHEAP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pynamecheap>=0<1:net/py-pynamecheap@${PY_FLAVOR} -PLESK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xmltodict>=0<1:devel/py-xmltodict@${PY_FLAVOR} +LOCALZONE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}localzone>=0.9.8<1:dns/py-localzone@${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} diff --git a/dns/py-dns-lexicon/distinfo b/dns/py-dns-lexicon/distinfo index 8472a6a34166..c2c60b47c63d 100644 --- a/dns/py-dns-lexicon/distinfo +++ b/dns/py-dns-lexicon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1605426441 -SHA256 (dns-lexicon-3.5.0.tar.gz) = 127ea9e76409c14c5ec1a6d43dfe01fdb08b6668cd8cbc469be1cab1cd965ab5 -SIZE (dns-lexicon-3.5.0.tar.gz) = 144578 +TIMESTAMP = 1622214098 +SHA256 (dns-lexicon-3.6.0.tar.gz) = 3f76eb266381dabee6e1c594d3a52700bd66811648328e0090a67a807cb68fd9 +SIZE (dns-lexicon-3.6.0.tar.gz) = 156047
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106141747.15EHlTU7054583>