Skip to content

Commit

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

PORTNAME= pip-run
PORTVERSION= 8.8.0
PORTVERSION= 8.8.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -28,4 +28,7 @@ NO_ARCH= yes
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR}
.endif

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

.include <bsd.port.post.mk>
6 changes: 3 additions & 3 deletions devel/py-pip-run/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1643133767
SHA256 (pip-run-8.8.0.tar.gz) = 5fc40424ff9bf783f261a18d0248a69657cc8c6b7c0f3784605368a63dc601b6
SIZE (pip-run-8.8.0.tar.gz) = 28429
TIMESTAMP = 1657199017
SHA256 (pip-run-8.8.1.tar.gz) = 690aa8497ef0ea64f484f815ea3e86647569fbe2ea1feffc8f4d407cb0e2b564
SIZE (pip-run-8.8.1.tar.gz) = 28680
3 changes: 3 additions & 0 deletions devel/py-pip-run/files/setup.py
@@ -0,0 +1,3 @@
from setuptools import setup

setup()

0 comments on commit f652570

Please sign in to comment.