git: 4e08fa1aaea3 - main - devel/py-statsd: Update to 4.0.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 09:17:08 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4e08fa1aaea3dbc9d1d8dbf43a86dc201b3e0ca6 commit 4e08fa1aaea3dbc9d1d8dbf43a86dc201b3e0ca6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-12-30 08:52:35 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-12-30 09:06:09 +0000 devel/py-statsd: Update to 4.0.1 Changes: https://github.com/jsocol/pystatsd/releases --- devel/py-statsd/Makefile | 7 +++++-- devel/py-statsd/distinfo | 6 +++--- devel/py-statsd/files/setup.py | 3 +++ 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/devel/py-statsd/Makefile b/devel/py-statsd/Makefile index 244d28e7a4cc..2ba7920cce41 100644 --- a/devel/py-statsd/Makefile +++ b/devel/py-statsd/Makefile @@ -1,5 +1,5 @@ PORTNAME= statsd -PORTVERSION= 3.3.0 +PORTVERSION= 4.0.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,9 +11,12 @@ WWW= https://github.com/jsocol/pystatsd LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python:3.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-statsd/distinfo b/devel/py-statsd/distinfo index 56981b2871e8..e5cef39b151d 100644 --- a/devel/py-statsd/distinfo +++ b/devel/py-statsd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1542046118 -SHA256 (statsd-3.3.0.tar.gz) = e3e6db4c246f7c59003e51c9720a51a7f39a396541cb9b147ff4b14d15b5dd1f -SIZE (statsd-3.3.0.tar.gz) = 259045 +TIMESTAMP = 1669058339 +SHA256 (statsd-4.0.1.tar.gz) = 99763da81bfea8daf6b3d22d11aaccb01a8d0f52ea521daab37e758a4ca7d128 +SIZE (statsd-4.0.1.tar.gz) = 27814 diff --git a/devel/py-statsd/files/setup.py b/devel/py-statsd/files/setup.py new file mode 100644 index 000000000000..606849326a40 --- /dev/null +++ b/devel/py-statsd/files/setup.py @@ -0,0 +1,3 @@ +from setuptools import setup + +setup()