Skip to content

Commit

Permalink
devel/py-giturlparse: Update to 0.11.1
Browse files Browse the repository at this point in the history
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/nephila/giturlparse/releases
  • Loading branch information
sunpoet committed Aug 21, 2023
1 parent a45c457 commit 77ae6fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions devel/py-giturlparse/Makefile
@@ -1,5 +1,5 @@
PORTNAME= giturlparse
PORTVERSION= 0.10.0
PORTVERSION= 0.11.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,8 +11,11 @@ WWW= https://github.com/nephila/giturlparse
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=40.6.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent pep517

NO_ARCH= yes

Expand Down
6 changes: 3 additions & 3 deletions devel/py-giturlparse/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1658176302
SHA256 (giturlparse-0.10.0.tar.gz) = 2595ab291d30717cda8474b874c9fd509f1b9802ad7f6968c36a45e4b13eb337
SIZE (giturlparse-0.10.0.tar.gz) = 15794
TIMESTAMP = 1692211725
SHA256 (giturlparse-0.11.1.tar.gz) = cdbe0c062096c69e00f08397826dddebc1f73bc15b793994579c13aafc70c990
SIZE (giturlparse-0.11.1.tar.gz) = 16062

0 comments on commit 77ae6fb

Please sign in to comment.