Update to 1.16.0
- Change RUN_DEPENDS from py-pycrypto to py-pycryptodome - Convert to options target helper Changes: http://www.dnspython.org/kits/1.16.0/README.md PR: 236274 Submitted by: sunpoet (myself) Approved by: rm (maintainer)
This commit is contained in:
parent
f31bf4f58d
commit
a41f7182c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494825
@ -2,9 +2,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dnspython
|
||||
PORTVERSION= 1.15.0
|
||||
PORTVERSION= 1.16.0
|
||||
CATEGORIES= dns python
|
||||
MASTER_SITES= http://www.dnspython.org/kits/${PORTVERSION}/
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= rm@FreeBSD.org
|
||||
@ -13,19 +13,19 @@ COMMENT= DNS toolkit for Python
|
||||
LICENSE= ISCL
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
USES= python zip
|
||||
USE_PYTHON= autoplist concurrent cython distutils
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES PYCRYPTO
|
||||
PYCRYPTO_DESC= Enable pycrypto (part of dnssec needs it)
|
||||
PYCRYPTO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${PY_FLAVOR}
|
||||
NO_ARCH= yes
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES PYCRYPTODOME
|
||||
PYCRYPTODOME_DESC= Enable pycryptodome (part of dnssec needs it)
|
||||
PYCRYPTODOME_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycryptodome>=0:security/py-pycryptodome@${PY_FLAVOR}
|
||||
|
||||
PORTEXAMPLES= ddns.py e164.py mx.py name.py reverse.py reverse_name.py \
|
||||
xfr.py zonediff.py
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/${PYTHON_PKGNAMEPREFIX}${PORTNAME}
|
||||
|
||||
post-install:
|
||||
post-install-EXAMPLES-on:
|
||||
# examples
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/examples/,} ${STAGEDIR}${EXAMPLESDIR}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1477588213
|
||||
SHA256 (dnspython-1.15.0.tar.gz) = 11598ae5735746e63921f8eebdfdee4a2e7d0ba842ebd57ba02682d4aed8244b
|
||||
SIZE (dnspython-1.15.0.tar.gz) = 144073
|
||||
TIMESTAMP = 1547728483
|
||||
SHA256 (dnspython-1.16.0.zip) = 36c5e8e38d4369a08b6780b7f27d790a292b2b08eea01607865bf0936c558e01
|
||||
SIZE (dnspython-1.16.0.zip) = 266364
|
||||
|
Loading…
Reference in New Issue
Block a user