git: 407deb0b1c92 - main - devel/py-oslo.concurrency3: Remove obsoleted port

Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jun 10 15:46:28 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=407deb0b1c92cb1f0d1adaf7470ee81405c1089c

commit 407deb0b1c92cb1f0d1adaf7470ee81405c1089c
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-10 15:42:21 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-10 15:42:21 +0000

    devel/py-oslo.concurrency3: Remove obsoleted port
    
    Use devel/py-oslo.concurrency instead.
---
 MOVED                                |  1 +
 devel/Makefile                       |  1 -
 devel/py-oslo.concurrency3/Makefile  | 32 --------------------------------
 devel/py-oslo.concurrency3/distinfo  |  3 ---
 devel/py-oslo.concurrency3/pkg-descr |  6 ------
 5 files changed, 1 insertion(+), 42 deletions(-)

diff --git a/MOVED b/MOVED
index c1f109397d7e..1e02343b07d4 100644
--- a/MOVED
+++ b/MOVED
@@ -16358,3 +16358,4 @@ devel/py-os-client-config1|devel/py-os-client-config|2021-06-10|Remove obsoleted
 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
+devel/py-oslo.concurrency3|devel/py-oslo.concurrency|2021-06-10|Remove obsoleted port. Use devel/py-oslo.concurrency instead
diff --git a/devel/Makefile b/devel/Makefile
index 970426d43afb..fbc82a0d432d 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4748,7 +4748,6 @@
     SUBDIR += py-osc-lib
     SUBDIR += py-oslo.cache
     SUBDIR += py-oslo.concurrency
-    SUBDIR += py-oslo.concurrency3
     SUBDIR += py-oslo.config
     SUBDIR += py-oslo.config7
     SUBDIR += py-oslo.context
diff --git a/devel/py-oslo.concurrency3/Makefile b/devel/py-oslo.concurrency3/Makefile
deleted file mode 100644
index 240b43797867..000000000000
--- a/devel/py-oslo.concurrency3/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Created by: Alexander Nusov <alexander.nusov at nfvexpress.com>
-
-PORTNAME=	oslo.concurrency
-PORTVERSION=	3.31.0
-PORTREVISION=	3
-CATEGORIES=	devel python
-MASTER_SITES=	CHEESESHOP
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX=	3
-
-MAINTAINER=	sunpoet at FreeBSD.org
-COMMENT=	Oslo Concurrency library
-
-LICENSE=	APACHE20
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fasteners>=0.7.0:devel/py-fasteners@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}six>=1.10.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.utils>=3.33.0:devel/py-oslo.utils@${PY_FLAVOR}
-
-USES=		python:3.6+
-USE_PYTHON=	autoplist concurrent distutils
-
-NO_ARCH=	yes
-
-# oslo.concurrency 4.0.0+ requires Python 3.6+
-PORTSCOUT=	limit:^3\.
-
-.include <bsd.port.mk>
diff --git a/devel/py-oslo.concurrency3/distinfo b/devel/py-oslo.concurrency3/distinfo
deleted file mode 100644
index ab60e2dfc456..000000000000
--- a/devel/py-oslo.concurrency3/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1575793937
-SHA256 (oslo.concurrency-3.31.0.tar.gz) = f96c325ff739c20686ea9b8d6ee193a45dc127d3de5e0b8db263b78e587af194
-SIZE (oslo.concurrency-3.31.0.tar.gz) = 53434
diff --git a/devel/py-oslo.concurrency3/pkg-descr b/devel/py-oslo.concurrency3/pkg-descr
deleted file mode 100644
index 5c967da6ea58..000000000000
--- a/devel/py-oslo.concurrency3/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-The oslo.concurrency library has utilities for safely running multi-thread,
-multi-process applications using locking mechanisms and for running external
-processes.
-
-WWW: https://docs.openstack.org/oslo.concurrency/latest/
-WWW: https://github.com/openstack/oslo.concurrency


More information about the dev-commits-ports-main mailing list