Skip to content

Commit

Permalink
devel/py-tempora: Update to 5.5.1
Browse files Browse the repository at this point in the history
- Remove PY_SETUPTOOLS: py-setuptools should be used rather than PY_SETUPTOOLS

Changes:	https://github.com/jaraco/tempora/blob/main/NEWS.rst
  • Loading branch information
sunpoet committed Mar 9, 2024
1 parent 4e744e2 commit 2304d62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions devel/py-tempora/Makefile
@@ -1,5 +1,5 @@
PORTNAME= tempora
PORTVERSION= 5.5.0
PORTVERSION= 5.5.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,7 +11,7 @@ WWW= https://github.com/jaraco/tempora
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PY_SETUPTOOLS} \
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=56:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4.1:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jaraco.functools>=1.20:devel/py-jaraco.functools@${PY_FLAVOR} \
Expand Down
6 changes: 3 additions & 3 deletions devel/py-tempora/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1688166276
SHA256 (tempora-5.5.0.tar.gz) = 13e4fcc997d0509c3306d6841f03e9381b7e5e46b2bebfae9151af90085f0c26
SIZE (tempora-5.5.0.tar.gz) = 20877
TIMESTAMP = 1709390666
SHA256 (tempora-5.5.1.tar.gz) = a2bb51e2121976d931347b3e433917c364b83fdd5f64ef27336c865bf1fb0f75
SIZE (tempora-5.5.1.tar.gz) = 21145

0 comments on commit 2304d62

Please sign in to comment.