diff options
| author | la-ninpre <aaoth@aaoth.xyz> | 2023-05-03 22:33:09 +0300 |
|---|---|---|
| committer | la-ninpre <aaoth@aaoth.xyz> | 2023-05-03 22:33:09 +0300 |
| commit | fa56518fb5845355ac42255ac1a0de4d8dd87e6b (patch) | |
| tree | 60c942030ec3e020a6153f1cbb705f8cd029f9f0 /devel/py-amqp/Makefile | |
| parent | de84f3120f9d382178326ce7f0f18a95d3af0744 (diff) | |
| download | ports-fa56518fb5845355ac42255ac1a0de4d8dd87e6b.tar.gz ports-fa56518fb5845355ac42255ac1a0de4d8dd87e6b.zip | |
devel/py-amqp: add 5.1.1
Diffstat (limited to 'devel/py-amqp/Makefile')
| -rw-r--r-- | devel/py-amqp/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/devel/py-amqp/Makefile b/devel/py-amqp/Makefile new file mode 100644 index 0000000..cecf28c --- /dev/null +++ b/devel/py-amqp/Makefile @@ -0,0 +1,30 @@ +COMMENT = advanced messsage queuing protocol client library + +MODPY_EGG_VERSION = 5.1.1 + +DISTNAME = amqp-${MODPY_EGG_VERSION} + +PKGNAME = py-${DISTNAME} + +CATEGORIES = devel + +HOMEPAGE = https://github.com/celery/py-amqp + +MAINTAINER = la ninpre <aaoth@aaoth.xyz> + +# BSD 3-Clause +PERMIT_PACKAGE = Yes + +MODULES = lang/python + +MODPY_PI = Yes +MODPY_PYBUILD = setuptools + +RUN_DEPENDS = devel/py-vine${MODPY_FLAVOR} +# TEST FAILS, probably it tries to do some connectivity, but _pbuild is disabled in pf +TEST_DEPENDS = ${RUN_DEPENDS} + +FLAVORS = python3 +FLAVOR = python3 + +.include <bsd.port.mk> |
