Skip to content

Commit

Permalink
devel/py-jaraco.context: Update to 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Jul 18, 2022
1 parent 617fbd5 commit 02bf505
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion devel/py-jaraco.context/Makefile
@@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME= jaraco.context
PORTVERSION= 4.1.1
PORTVERSION= 4.1.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -26,6 +26,9 @@ NO_ARCH= yes

POST_PLIST= trim-jaraco-namespace

post-patch:
@${CP} ${FILESDIR}/setup.py ${WRKSRC}/

post-install:
@${RM} ${STAGEDIR}${PYTHON_SITELIBDIR}/jaraco/__init__.py*
-@${RM} ${STAGEDIR}${PYTHON_SITELIBDIR}/jaraco/__pycache__/__init__.*
Expand Down
6 changes: 3 additions & 3 deletions devel/py-jaraco.context/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1636117264
SHA256 (jaraco.context-4.1.1.tar.gz) = f0d4d82ffbbbff680384eba48a32a3167f12a91a30a7db56fd97b87e73a87241
SIZE (jaraco.context-4.1.1.tar.gz) = 7615
TIMESTAMP = 1657835431
SHA256 (jaraco.context-4.1.2.tar.gz) = a58e94dd67871639abc091b57d32842449b230777570ef2bcec3dc16b912613e
SIZE (jaraco.context-4.1.2.tar.gz) = 8315
3 changes: 3 additions & 0 deletions devel/py-jaraco.context/files/setup.py
@@ -0,0 +1,3 @@
from setuptools import setup

setup()

0 comments on commit 02bf505

Please sign in to comment.