diff options
Diffstat (limited to 'net/py-greenstalk/Makefile')
-rw-r--r-- | net/py-greenstalk/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/py-greenstalk/Makefile b/net/py-greenstalk/Makefile index c0f3bca4734b..443dfbec5d55 100644 --- a/net/py-greenstalk/Makefile +++ b/net/py-greenstalk/Makefile @@ -1,10 +1,10 @@ PORTNAME= greenstalk -DISTVERSION= 2.0.2 +DISTVERSION= 2.1.0 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Python client for the beanstalkd work queue WWW= https://github.com/justinmayhew/greenstalk @@ -12,9 +12,12 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python USE_PYTHON= autoplist pep517 +NO_ARCH= yes + .include <bsd.port.mk> |