Skip to content

Commit

Permalink
devel/py-argh: Update to 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nivit committed Oct 22, 2023
1 parent e6e4601 commit 1cd5463
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions devel/py-argh/Makefile
@@ -1,5 +1,5 @@
PORTNAME= argh
PORTVERSION= 0.29.4
PORTVERSION= 0.30.0
PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= PYPI
Expand All @@ -11,9 +11,12 @@ WWW= https://github.com/neithere/argh

LICENSE= LGPL3

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=${PORTVERSION}<4:devel/py-flit-core@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR}
# tests require tox >= 4.11.3
#TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>=4.1:devel/py-pytest-cov@${PY_FLAVOR} \
# ${PYTHON_PKGNAMEPREFIX}tox>=4.11.3:devel/py-tox@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist pep517
USE_PYTHON= autoplist pep517 # pytest

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions devel/py-argh/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1695542257
SHA256 (argh-0.29.4.tar.gz) = 695c0ae4534270cae2697841b4a56f434a990694a00264ea10ebbbcdc02c13f7
SIZE (argh-0.29.4.tar.gz) = 52694
TIMESTAMP = 1697969167
SHA256 (argh-0.30.0.tar.gz) = 1678dd244f2e361e5a57f6785c1bc8213ecf1b87373a7f651e21997e0394e0e5
SIZE (argh-0.30.0.tar.gz) = 59803

0 comments on commit 1cd5463

Please sign in to comment.