Skip to content

Commit

Permalink
devel/py-argh: Update to 0.28.1
Browse files Browse the repository at this point in the history
- Convert to pep517
  • Loading branch information
nivit committed Feb 21, 2023
1 parent b576a13 commit c70e6e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions devel/py-argh/Makefile
@@ -1,5 +1,5 @@
PORTNAME= argh
PORTVERSION= 0.27.2
PORTVERSION= 0.28.1
CATEGORIES= devel
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -10,7 +10,9 @@ WWW= https://github.com/neithere/argh

LICENSE= LGPL3

USES= python:3.6+
USE_PYTHON= autoplist distutils
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=${PORTVERSION}<4:devel/py-flit-core@${PY_FLAVOR}

USES= python:3.8+
USE_PYTHON= autoplist pep517

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions devel/py-argh/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1675979671
SHA256 (argh-0.27.2.tar.gz) = 00c9027f6f461bcf24afe599a281bbda5cbd5dee4b6705befbea293a4ca7d221
SIZE (argh-0.27.2.tar.gz) = 49200
TIMESTAMP = 1676754092
SHA256 (argh-0.28.1.tar.gz) = b2093086f0e809a3ecc24b64a2145309ee8f56d034936cd59e57c558a357329d
SIZE (argh-0.28.1.tar.gz) = 62511

0 comments on commit c70e6e5

Please sign in to comment.