aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-amqp/Makefile
blob: cecf28c9876bf076ac558f92b4cb956fd91c0cc9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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>