Skip to content

Commit

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

Changes:	https://github.com/micktwomey/pyiso8601/releases
  • Loading branch information
sunpoet committed Jun 30, 2023
1 parent a2f19a5 commit d34934e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions devel/py-iso8601/Makefile
@@ -1,5 +1,5 @@
PORTNAME= iso8601
PORTVERSION= 1.1.0
PORTVERSION= 2.0.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,10 +11,11 @@ WWW= https://github.com/micktwomey/pyiso8601
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>=6.1.1:devel/py-hypothesis@${PY_FLAVOR}

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

NO_ARCH= yes

Expand Down
6 changes: 3 additions & 3 deletions devel/py-iso8601/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1664767924
SHA256 (iso8601-1.1.0.tar.gz) = 32811e7b81deee2063ea6d2e94f8819a86d1f3811e49d23623a41fa832bef03f
SIZE (iso8601-1.1.0.tar.gz) = 12836
TIMESTAMP = 1686496748
SHA256 (iso8601-2.0.0.tar.gz) = 739960d37c74c77bd9bd546a76562ccb581fe3d4820ff5c3141eb49c839fda8f
SIZE (iso8601-2.0.0.tar.gz) = 6497

0 comments on commit d34934e

Please sign in to comment.