aboutsummaryrefslogtreecommitdiff
path: root/devel/py-oslo.context2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-oslo.context2/Makefile')
-rw-r--r--devel/py-oslo.context2/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/devel/py-oslo.context2/Makefile b/devel/py-oslo.context2/Makefile
deleted file mode 100644
index 61626e0465a2..000000000000
--- a/devel/py-oslo.context2/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
-
-PORTNAME= oslo.context
-PORTVERSION= 2.23.1
-CATEGORIES= devel python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX= 2
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Oslo Context library
-
-LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector@${PY_FLAVOR}
-
-USES= python:3.6+
-USE_PYTHON= autoplist concurrent distutils
-
-NO_ARCH= yes
-
-# oslo.context 3.0.0+ requires Python 3.6+
-PORTSCOUT= limit:^2\.
-
-.include <bsd.port.mk>