mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
dns/py-dnspython
This commit is contained in:
parent
14a0f2f52a
commit
49185c5f96
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377461
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dnspython
|
||||
PORTVERSION= 1.11.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.12.0
|
||||
CATEGORIES= dns python
|
||||
MASTER_SITES= http://www.dnspython.org/kits${PORTVERSIONSUFFIX}/${PORTVERSION}/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -13,9 +12,8 @@ MAINTAINER= rm@FreeBSD.org
|
||||
COMMENT= DNS toolkit for Python
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}/options
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES PYCRYPTO
|
||||
PYCRYPTO_DESC= Enable pycrypto (part of dnssec needs it)
|
||||
|
||||
@ -33,7 +31,7 @@ PYCRYPTO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-
|
||||
.if ${PYTHON_MAJOR_VER} < 3
|
||||
PORTVERSIONSUFFIX=
|
||||
.else
|
||||
PORTVERSIONSUFFIX=3
|
||||
PORTVERSIONSUFFIX= 3
|
||||
EXAMPLESDIR:= ${EXAMPLESDIR}3
|
||||
.endif
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
SHA256 (dnspython-1.11.1.tar.gz) = c0c6fcf3ff52939e7eadd931282d083271f65cf0a174555a703563a400289768
|
||||
SIZE (dnspython-1.11.1.tar.gz) = 129573
|
||||
SHA256 (dnspython3-1.11.1.tar.gz) = e5a5349fd7cf29fc709254e8193eece79f9339e94f77e4fff3c3292f0f3ccace
|
||||
SIZE (dnspython3-1.11.1.tar.gz) = 129165
|
||||
SHA256 (dnspython-1.12.0.tar.gz) = 03fb82af866001c4afa58c48027bcc4b80bbf0a7f27e1d861cf06393eea4724f
|
||||
SIZE (dnspython-1.12.0.tar.gz) = 135164
|
||||
SHA256 (dnspython3-1.12.0.tar.gz) = 68affac839c7283661fd9f1b4baf74911a2292a627ee2dd1c3c98186b5c812f1
|
||||
SIZE (dnspython3-1.12.0.tar.gz) = 132470
|
||||
|
Loading…
Reference in New Issue
Block a user