Update to 2.1.2
- While I'm here: - Add LICENSE_FILE - Sort USE_PYTHON - Fix typo Changes: https://github.com/AnalogJ/lexicon/releases PR: 219167 Submitted by: Goran Mekić <meka@tilda.center> (maintainer)
This commit is contained in:
parent
84b39f06c3
commit
c8d79ac8f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440502
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dns-lexicon
|
||||
PORTVERSION= 2.0.7
|
||||
PORTVERSION= 2.1.2
|
||||
CATEGORIES= dns python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -11,13 +11,14 @@ MAINTAINER= meka@tilda.center
|
||||
COMMENT= Manipulate DNS records on various DNS providers in a standardized way
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>=0.16:devel/py-future \
|
||||
${PYTHON_PKGNAMEPREFIX}tldextract>=1.7.5:dns/py-tldextract \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.11:www/py-requests
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ACRH= yes
|
||||
USE_PYTHON= autoplist distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1492705960
|
||||
SHA256 (dns-lexicon-2.0.7.tar.gz) = e22b5ce4476e6c1658dc5e504b268403e752212abe3c0710fbc1c4d89cfa2a8f
|
||||
SIZE (dns-lexicon-2.0.7.tar.gz) = 26225
|
||||
TIMESTAMP = 1494337945
|
||||
SHA256 (dns-lexicon-2.1.2.tar.gz) = c0a17210a8f9373ae2ad729dda56c0646c9ef07fc1847870ad7fc1f362a85457
|
||||
SIZE (dns-lexicon-2.1.2.tar.gz) = 28697
|
||||
|
Loading…
Reference in New Issue
Block a user