Skip to content

Commit

Permalink
dns/py-py3dns: Update to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Jul 9, 2023
1 parent 5367155 commit af31ff5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
10 changes: 7 additions & 3 deletions dns/py-py3dns/Makefile
@@ -1,5 +1,5 @@
PORTNAME= py3dns
PORTVERSION= 3.2.1
PORTVERSION= 4.0.0
CATEGORIES= dns python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -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>
6 changes: 3 additions & 3 deletions dns/py-py3dns/distinfo
@@ -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

0 comments on commit af31ff5

Please sign in to comment.