git: cc78aee956b7 - main - devel/py-fasteners: Update to 0.17.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Feb 2022 12:51:42 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cc78aee956b7d5d7216dceea46c69ec1897a2cc9
commit cc78aee956b7d5d7216dceea46c69ec1897a2cc9
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-02-28 09:34:43 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-02-28 12:46:11 +0000
devel/py-fasteners: Update to 0.17.3
Changes: https://github.com/harlowja/fasteners/releases
https://github.com/harlowja/fasteners/blob/master/CHANGELOG
---
devel/py-fasteners/Makefile | 7 ++++---
devel/py-fasteners/distinfo | 6 +++---
devel/py-fasteners/files/setup.py | 3 +++
3 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/devel/py-fasteners/Makefile b/devel/py-fasteners/Makefile
index 2eb414a57e3e..dc5c201cc91e 100644
--- a/devel/py-fasteners/Makefile
+++ b/devel/py-fasteners/Makefile
@@ -1,7 +1,7 @@
# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
PORTNAME= fasteners
-PORTVERSION= 0.16.3
+PORTVERSION= 0.17.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,11 +12,12 @@ COMMENT= Python package that provides useful locks
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
-
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
+post-patch:
+ @${CP} ${FILESDIR}/setup.py ${WRKSRC}/
+
.include <bsd.port.mk>
diff --git a/devel/py-fasteners/distinfo b/devel/py-fasteners/distinfo
index c7fd478d16ca..7be2423b1b87 100644
--- a/devel/py-fasteners/distinfo
+++ b/devel/py-fasteners/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1624189721
-SHA256 (fasteners-0.16.3.tar.gz) = b1ab4e5adfbc28681ce44b3024421c4f567e705cc3963c732bf1cba3348307de
-SIZE (fasteners-0.16.3.tar.gz) = 24756
+TIMESTAMP = 1643971046
+SHA256 (fasteners-0.17.3.tar.gz) = a9a42a208573d4074c77d041447336cf4e3c1389a256fd3e113ef59cf29b7980
+SIZE (fasteners-0.17.3.tar.gz) = 18014
diff --git a/devel/py-fasteners/files/setup.py b/devel/py-fasteners/files/setup.py
new file mode 100644
index 000000000000..606849326a40
--- /dev/null
+++ b/devel/py-fasteners/files/setup.py
@@ -0,0 +1,3 @@
+from setuptools import setup
+
+setup()