diff options
Diffstat (limited to 'net/py-greenstalk')
-rw-r--r-- | net/py-greenstalk/Makefile | 23 | ||||
-rw-r--r-- | net/py-greenstalk/distinfo | 3 | ||||
-rw-r--r-- | net/py-greenstalk/pkg-descr | 3 |
3 files changed, 29 insertions, 0 deletions
diff --git a/net/py-greenstalk/Makefile b/net/py-greenstalk/Makefile new file mode 100644 index 000000000000..443dfbec5d55 --- /dev/null +++ b/net/py-greenstalk/Makefile @@ -0,0 +1,23 @@ +PORTNAME= greenstalk +DISTVERSION= 2.1.0 +CATEGORIES= net python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dtxdf@FreeBSD.org +COMMENT= Python client for the beanstalkd work queue +WWW= https://github.com/justinmayhew/greenstalk + +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> diff --git a/net/py-greenstalk/distinfo b/net/py-greenstalk/distinfo new file mode 100644 index 000000000000..63a5d476b055 --- /dev/null +++ b/net/py-greenstalk/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1747431511 +SHA256 (greenstalk-2.1.0.tar.gz) = a731ca15bc3b03dfffc438db08c96d0c4e8ce5f472403573e40a1939791c12a7 +SIZE (greenstalk-2.1.0.tar.gz) = 6674 diff --git a/net/py-greenstalk/pkg-descr b/net/py-greenstalk/pkg-descr new file mode 100644 index 000000000000..ab19834c749c --- /dev/null +++ b/net/py-greenstalk/pkg-descr @@ -0,0 +1,3 @@ +Greenstalk is a small and unopinionated Python client library for +communicating with the beanstalkd work queue. The API provided +mostly maps one-to-one with commands in the protocol. |