46c01b32a3
Changes: https://docs.openstack.org/stevedore/latest/user/history.html PR: 243335 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 15 days)
29 lines
809 B
Makefile
29 lines
809 B
Makefile
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= stevedore
|
|
PORTVERSION= 1.31.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= Manage dynamic plugins for Python applications
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
# pbr is a RUN_DEPENDS too, just declared elsewhere (requirements.txt)
|
|
# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234529
|
|
# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197373
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|