Skip to content

Commit

Permalink
textproc/py-isbnlib: Update to 3.10.14
Browse files Browse the repository at this point in the history
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/xlcnd/isbnlib/releases
  • Loading branch information
sunpoet committed Apr 27, 2023
1 parent 50ebbec commit 8a69a86
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions textproc/py-isbnlib/Makefile
@@ -1,5 +1,5 @@
PORTNAME= isbnlib
PORTVERSION= 3.10.13
PORTVERSION= 3.10.14
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,8 +11,10 @@ WWW= https://github.com/xlcnd/isbnlib
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE-LGPL-3.0.txt

USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}

USES= python:3.8+
USE_PYTHON= autoplist concurrent pep517

NO_ARCH= yes

Expand Down
6 changes: 3 additions & 3 deletions textproc/py-isbnlib/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1677771361
SHA256 (isbnlib-3.10.13.tar.gz) = 4679341f56a0df91c635e838a222ce7f10755cb5bcc9548e3f7a8aff5674d3d4
SIZE (isbnlib-3.10.13.tar.gz) = 63155
TIMESTAMP = 1682616700
SHA256 (isbnlib-3.10.14.tar.gz) = 96f90864c77b01f55fa11e5bfca9fd909501d9842f3bc710d4eab85195d90539
SIZE (isbnlib-3.10.14.tar.gz) = 48046

0 comments on commit 8a69a86

Please sign in to comment.