Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jun 2021 15:46:29 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 97f792212c74 - main - devel/py-oslo.context2: Remove obsoleted port
Message-ID:  <202106101546.15AFkTxP032139@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=97f792212c745f9e6ba78a481c75b49366c464f9

commit 97f792212c745f9e6ba78a481c75b49366c464f9
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-06-10 15:42:23 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-06-10 15:42:23 +0000

    devel/py-oslo.context2: Remove obsoleted port
    
    Use devel/py-oslo.context instead.
---
 MOVED                            |  1 +
 devel/Makefile                   |  1 -
 devel/py-oslo.context2/Makefile  | 27 ---------------------------
 devel/py-oslo.context2/distinfo  |  3 ---
 devel/py-oslo.context2/pkg-descr |  6 ------
 5 files changed, 1 insertion(+), 37 deletions(-)

diff --git a/MOVED b/MOVED
index b1cd8cab220a..2a8f791c417c 100644
--- a/MOVED
+++ b/MOVED
@@ -16360,3 +16360,4 @@ devel/py-osc-lib1|devel/py-osc-lib|2021-06-10|Remove obsoleted port. Use devel/p
 devel/py-oslo.cache1|devel/py-oslo.cache|2021-06-10|Remove obsoleted port. Use devel/py-oslo.cache instead
 devel/py-oslo.concurrency3|devel/py-oslo.concurrency|2021-06-10|Remove obsoleted port. Use devel/py-oslo.concurrency instead
 devel/py-oslo.config7|devel/py-oslo.config|2021-06-10|Remove obsoleted port. Use devel/py-oslo.config instead
+devel/py-oslo.context2|devel/py-oslo.context|2021-06-10|Remove obsoleted port. Use devel/py-oslo.context instead
diff --git a/devel/Makefile b/devel/Makefile
index ed8848caef14..1ad6fdd21bd7 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4750,7 +4750,6 @@
     SUBDIR += py-oslo.concurrency
     SUBDIR += py-oslo.config
     SUBDIR += py-oslo.context
-    SUBDIR += py-oslo.context2
     SUBDIR += py-oslo.db
     SUBDIR += py-oslo.db6
     SUBDIR += py-oslo.i18n
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>
diff --git a/devel/py-oslo.context2/distinfo b/devel/py-oslo.context2/distinfo
deleted file mode 100644
index cc0795ff637b..000000000000
--- a/devel/py-oslo.context2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1592145119
-SHA256 (oslo.context-2.23.1.tar.gz) = 800169d1c60dae0d6a7858a45390aba2c00e5c676cca95374749a5e60f5c81b0
-SIZE (oslo.context-2.23.1.tar.gz) = 29650
diff --git a/devel/py-oslo.context2/pkg-descr b/devel/py-oslo.context2/pkg-descr
deleted file mode 100644
index e58d045b89f4..000000000000
--- a/devel/py-oslo.context2/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-The Oslo context library has helpers to maintain useful information about a
-request context. The request context is usually populated in the WSGI pipeline
-and used by various modules such as logging.
-
-WWW: https://docs.openstack.org/oslo.context/latest/
-WWW: https://github.com/openstack/oslo.context



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106101546.15AFkTxP032139>