Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jun 2021 15:46:26 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: b39257a27183 - main - devel/py-oslo.cache1: Remove obsoleted port
Message-ID:  <202106101546.15AFkQ71032061@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=b39257a2718325a60effed4253c79caf8cf98003

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

    devel/py-oslo.cache1: Remove obsoleted port
    
    Use devel/py-oslo.cache instead.
---
 MOVED                          |  1 +
 devel/Makefile                 |  1 -
 devel/py-oslo.cache1/Makefile  | 33 ---------------------------------
 devel/py-oslo.cache1/distinfo  |  3 ---
 devel/py-oslo.cache1/pkg-descr |  7 -------
 5 files changed, 1 insertion(+), 44 deletions(-)

diff --git a/MOVED b/MOVED
index 2ea46c0532ef..c1f109397d7e 100644
--- a/MOVED
+++ b/MOVED
@@ -16357,3 +16357,4 @@ devel/py-os-brick2|devel/py-os-brick|2021-06-10|Remove obsoleted port. Use devel
 devel/py-os-client-config1|devel/py-os-client-config|2021-06-10|Remove obsoleted port. Use devel/py-os-client-config instead
 devel/py-os-win4|devel/py-os-win|2021-06-10|Remove obsoleted port. Use devel/py-os-win instead
 devel/py-osc-lib1|devel/py-osc-lib|2021-06-10|Remove obsoleted port. Use devel/py-osc-lib instead
+devel/py-oslo.cache1|devel/py-oslo.cache|2021-06-10|Remove obsoleted port. Use devel/py-oslo.cache instead
diff --git a/devel/Makefile b/devel/Makefile
index 99215e7f1c76..970426d43afb 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4747,7 +4747,6 @@
     SUBDIR += py-os-win
     SUBDIR += py-osc-lib
     SUBDIR += py-oslo.cache
-    SUBDIR += py-oslo.cache1
     SUBDIR += py-oslo.concurrency
     SUBDIR += py-oslo.concurrency3
     SUBDIR += py-oslo.config
diff --git a/devel/py-oslo.cache1/Makefile b/devel/py-oslo.cache1/Makefile
deleted file mode 100644
index c138bc0210d6..000000000000
--- a/devel/py-oslo.cache1/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
-
-PORTNAME=	oslo.cache
-PORTVERSION=	1.38.1
-PORTREVISION=	4
-CATEGORIES=	devel python
-MASTER_SITES=	CHEESESHOP
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX=	1
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Cache storage for OpenStack projects
-
-LICENSE=	APACHE20
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dogpile.cache>=0.6.2:devel/py-dogpile.cache@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}oslo.config>=5.2.0:devel/py-oslo.config@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}oslo.i18n>=3.15.3:devel/py-oslo.i18n@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}oslo.log>=3.36.0:devel/py-oslo.log@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.33.0:devel/py-oslo.utils@${PY_FLAVOR}
-
-USES=		python:3.6+
-USE_PYTHON=	autoplist concurrent distutils
-
-NO_ARCH=	yes
-
-# oslo.cache 2.0.0+ requires Python 3.6+
-PORTSCOUT=	limit:^1\.
-
-.include <bsd.port.mk>
diff --git a/devel/py-oslo.cache1/distinfo b/devel/py-oslo.cache1/distinfo
deleted file mode 100644
index 2a6823baef82..000000000000
--- a/devel/py-oslo.cache1/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1577145757
-SHA256 (oslo.cache-1.38.1.tar.gz) = af107ce879751ef7261c8780f670ac17bc99d82ef8b3b8f825b647b9580845e9
-SIZE (oslo.cache-1.38.1.tar.gz) = 57508
diff --git a/devel/py-oslo.cache1/pkg-descr b/devel/py-oslo.cache1/pkg-descr
deleted file mode 100644
index 882b6bb929a0..000000000000
--- a/devel/py-oslo.cache1/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-oslo.cache aims to provide a generic caching mechanism for OpenStack projects
-by wrapping the dogpile.cache library. The dogpile.cache library provides
-support memoization, key value storage and interfaces to common caching
-backends such as Memcached.
-
-WWW: https://docs.openstack.org/oslo.cache/latest/
-WWW: https://github.com/openstack/oslo.cache



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