Skip to content

Commit

Permalink
devel/py-x-wr-timezone: Update to 0.0.7
Browse files Browse the repository at this point in the history
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/niccokunzmann/x-wr-timezone/commits/main
  • Loading branch information
sunpoet committed Mar 31, 2024
1 parent d14935b commit 1569833
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions devel/py-x-wr-timezone/Makefile
@@ -1,5 +1,5 @@
PORTNAME= x-wr-timezone
PORTVERSION= 0.0.6
PORTVERSION= 0.0.7
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -12,11 +12,13 @@ WWW= https://github.com/niccokunzmann/x-wr-timezone
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}icalendar>=0:devel/py-icalendar@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytz>=0,1:devel/py-pytz@${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-x-wr-timezone/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1699774642
SHA256 (x_wr_timezone-0.0.6.tar.gz) = 0a5e20c603c0876b03b6ce3b8682c69c18da8ca107aec70caefa58a8f396bf48
SIZE (x_wr_timezone-0.0.6.tar.gz) = 16212
TIMESTAMP = 1711466192
SHA256 (x_wr_timezone-0.0.7.tar.gz) = ccbaae164a52086535fd2eb1dced164a5250acc83a672fbb044d11e81a268965
SIZE (x_wr_timezone-0.0.7.tar.gz) = 16271

0 comments on commit 1569833

Please sign in to comment.