mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
devel/py-statsd: Update to 4.0.1
Changes: https://github.com/jsocol/pystatsd/releases
This commit is contained in:
parent
2cd7a0c831
commit
4e08fa1aae
3 changed files with 11 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
3
devel/py-statsd/files/setup.py
Normal file
3
devel/py-statsd/files/setup.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
from setuptools import setup
|
||||
|
||||
setup()
|
Loading…
Add table
Reference in a new issue