mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
dns/py-py3dns: Update to 4.0.0
Changes: https://git.launchpad.net/py3dns/tree/CHANGES
This commit is contained in:
parent
5367155ae0
commit
af31ff5f99
2 changed files with 10 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= py3dns
|
||||
PORTVERSION= 3.2.1
|
||||
PORTVERSION= 4.0.0
|
||||
CATEGORIES= dns python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -13,9 +13,13 @@ LICENSE_NAME= CNRI LICENSE AGREEMENT
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils pytest
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR}
|
||||
|
||||
USES= python shebangfix
|
||||
USE_PYTHON= autoplist concurrent pep517 pytest
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
SHEBANG_FILES= DNS/tests/testPackers.py
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1567688353
|
||||
SHA256 (py3dns-3.2.1.tar.gz) = 1f07d4463e98d9859ce0280c3eaa57da670ad623f6d4d3285c67dca23d7045e4
|
||||
SIZE (py3dns-3.2.1.tar.gz) = 30691
|
||||
TIMESTAMP = 1688902171
|
||||
SHA256 (py3dns-4.0.0.tar.gz) = ddfdb691a6b7db3e706cd1e33ffeb5a4f45f28e0b8574ea4b8b74ef2c055330b
|
||||
SIZE (py3dns-4.0.0.tar.gz) = 33734
|
||||
|
|
Loading…
Add table
Reference in a new issue