Skip to content

Commit

Permalink
devel/py-jaraco.itertools: Update to 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Sep 21, 2021
1 parent 11b85e1 commit 98f133e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions devel/py-jaraco.itertools/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by: Mark Felder <feld@FreeBSD.org>

PORTNAME= jaraco.itertools
PORTVERSION= 6.0.1
PORTVERSION= 6.0.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -13,7 +13,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.1:devel/py-setuptools_scm@${PY_FLAVOR}
xRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}inflect>=0:devel/py-inflect@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}inflect>=0:devel/py-inflect@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jaraco>=0:devel/py-jaraco@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}more-itertools>=4.0.0:devel/py-more-itertools@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=4.6:devel/py-pytest@${PY_FLAVOR} \
Expand All @@ -29,9 +29,9 @@ USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes

#POST_PLIST= trim-jaraco-namespace
POST_PLIST= trim-jaraco-namespace

x-post-install:
post-install:
@${RM} ${STAGEDIR}${PYTHON_SITELIBDIR}/jaraco/__init__.py*
-@${RM} ${STAGEDIR}${PYTHON_SITELIBDIR}/jaraco/__pycache__/__init__.*
-@${RMDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/jaraco/__pycache__
Expand Down
6 changes: 3 additions & 3 deletions devel/py-jaraco.itertools/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1620405411
SHA256 (jaraco.itertools-6.0.1.tar.gz) = 6939e47806a39330a9f9772bf9ea910da39abc159ff2579d454a763358553439
SIZE (jaraco.itertools-6.0.1.tar.gz) = 20096
TIMESTAMP = 1632037080
SHA256 (jaraco.itertools-6.0.2.tar.gz) = c8115bf22fb99ef349a9d285fa5b4bce1c5aad2b67df88692465c9fa956396b3
SIZE (jaraco.itertools-6.0.2.tar.gz) = 16306

0 comments on commit 98f133e

Please sign in to comment.