git: e509fee884df - main - devel/py-path: Update to 16.4.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Mar 2022 13:44:09 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e509fee884df0eab93878459e3611a099daff952
commit e509fee884df0eab93878459e3611a099daff952
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-25 12:59:51 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-25 13:36:58 +0000
devel/py-path: Update to 16.4.0
Changes: https://github.com/jaraco/path/blob/main/CHANGES.rst
---
devel/py-path/Makefile | 5 ++++-
devel/py-path/distinfo | 6 +++---
devel/py-path/files/setup.py | 3 +++
3 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/devel/py-path/Makefile b/devel/py-path/Makefile
index bc39116fb24f..893a3a42a546 100644
--- a/devel/py-path/Makefile
+++ b/devel/py-path/Makefile
@@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= path
-PORTVERSION= 16.3.0
+PORTVERSION= 16.4.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -19,4 +19,7 @@ USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
+post-patch:
+ @${CP} ${FILESDIR}/setup.py ${WRKSRC}/
+
.include <bsd.port.mk>
diff --git a/devel/py-path/distinfo b/devel/py-path/distinfo
index f4750b3b110c..6ce650f90c35 100644
--- a/devel/py-path/distinfo
+++ b/devel/py-path/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1642102291
-SHA256 (path-16.3.0.tar.gz) = 5d8c2063ffade0766e0aa04255f8c0a0fd0eda5fdfb190375871b2f2b2e4afd7
-SIZE (path-16.3.0.tar.gz) = 45183
+TIMESTAMP = 1647264554
+SHA256 (path-16.4.0.tar.gz) = baf2e757c4b19be8208f9e67e48fb475b4a577d5613590ce46693bdbdf082f52
+SIZE (path-16.4.0.tar.gz) = 48289
diff --git a/devel/py-path/files/setup.py b/devel/py-path/files/setup.py
new file mode 100644
index 000000000000..606849326a40
--- /dev/null
+++ b/devel/py-path/files/setup.py
@@ -0,0 +1,3 @@
+from setuptools import setup
+
+setup()