Skip to content

Commit

Permalink
devel/py-jaraco.logging: Update to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Aug 31, 2022
1 parent 1538e3e commit e30bd1d
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.logging/Makefile
@@ -1,5 +1,5 @@
PORTNAME= jaraco.logging
PORTVERSION= 3.1.0
PORTVERSION= 3.1.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -25,6 +25,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.logging/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1609598891
SHA256 (jaraco.logging-3.1.0.tar.gz) = 150dc8701207b28bc65a16f0e91c07250a8d1b9da324ce674c0e375774944f13
SIZE (jaraco.logging-3.1.0.tar.gz) = 11801
TIMESTAMP = 1661950880
SHA256 (jaraco.logging-3.1.2.tar.gz) = 93a70b8b3767779ad6c7b56ee98579ced77b69f16abbcae749f62c2c59e67931
SIZE (jaraco.logging-3.1.2.tar.gz) = 8107
3 changes: 3 additions & 0 deletions devel/py-jaraco.logging/files/setup.py
@@ -0,0 +1,3 @@
from setuptools import setup

setup()

0 comments on commit e30bd1d

Please sign in to comment.