From owner-dev-commits-ports-all@freebsd.org Thu Jun 10 15:46:43 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5225164FB3E; Thu, 10 Jun 2021 15:46:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G17cy5w6kz3MRQ; Thu, 10 Jun 2021 15:46:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 82A75122FD; Thu, 10 Jun 2021 15:46:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15AFkgeK032416; Thu, 10 Jun 2021 15:46:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15AFkgb7032415; Thu, 10 Jun 2021 15:46:42 GMT (envelope-from git) Date: Thu, 10 Jun 2021 15:46:42 GMT Message-Id: <202106101546.15AFkgb7032415@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 3be7e3999d7f - main - devel/py-oslo.service1: Remove obsoleted port MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3be7e3999d7f11ac1b483ee8da133ff61accad17 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jun 2021 15:46:43 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3be7e3999d7f11ac1b483ee8da133ff61accad17 commit 3be7e3999d7f11ac1b483ee8da133ff61accad17 Author: Po-Chuan Hsieh AuthorDate: 2021-06-10 15:42:33 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-10 15:42:33 +0000 devel/py-oslo.service1: Remove obsoleted port Use devel/py-oslo.service instead. --- MOVED | 1 + devel/Makefile | 1 - devel/py-oslo.service1/Makefile | 42 ---------------------------------------- devel/py-oslo.service1/distinfo | 3 --- devel/py-oslo.service1/pkg-descr | 7 ------- 5 files changed, 1 insertion(+), 53 deletions(-) diff --git a/MOVED b/MOVED index eee2cbd8f515..8cdfdcba75cf 100644 --- a/MOVED +++ b/MOVED @@ -16371,3 +16371,4 @@ devel/py-oslo.privsep1|devel/py-oslo.privsep|2021-06-10|Remove obsoleted port. U devel/py-oslo.reports1|devel/py-oslo.reports|2021-06-10|Remove obsoleted port. Use devel/py-oslo.reports instead devel/py-oslo.rootwrap5|devel/py-oslo.rootwrap|2021-06-10|Remove obsoleted port. Use devel/py-oslo.rootwrap instead devel/py-oslo.serialization2|devel/py-oslo.serialization|2021-06-10|Remove obsoleted port. Use devel/py-oslo.serialization instead +devel/py-oslo.service1|devel/py-oslo.service|2021-06-10|Remove obsoleted port. Use devel/py-oslo.service instead diff --git a/devel/Makefile b/devel/Makefile index 267feaaffe20..7c5fafc82596 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4762,7 +4762,6 @@ SUBDIR += py-oslo.rootwrap SUBDIR += py-oslo.serialization SUBDIR += py-oslo.service - SUBDIR += py-oslo.service1 SUBDIR += py-oslo.upgradecheck SUBDIR += py-oslo.utils SUBDIR += py-oslo.utils3 diff --git a/devel/py-oslo.service1/Makefile b/devel/py-oslo.service1/Makefile deleted file mode 100644 index bf12629af573..000000000000 --- a/devel/py-oslo.service1/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# Created by: Alexander Nusov - -PORTNAME= oslo.service -PORTVERSION= 1.41.1 -PORTREVISION= 3 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 1 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Oslo.service 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} \ - ${PYTHON_PKGNAMEPREFIX}eventlet>=0.18.2:net/py-eventlet@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}fixtures>=0:devel/py-fixtures@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}greenlet>=0.4.10:devel/py-greenlet@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}Paste>=2.0.2:www/py-paste@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pastedeploy>=1.5.0:www/py-pastedeploy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}routes>=2.3.1:www/py-routes@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}webob>=1.7.1:www/py-webob@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yappi>=1.0:devel/py-yappi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}oslo.concurrency>=3.25.0:devel/py-oslo.concurrency@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}oslo.config>=5.1.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.40.2:devel/py-oslo.utils@${PY_FLAVOR} - -USES= python:3.6+ -USE_PYTHON= autoplist concurrent distutils - -NO_ARCH= yes - -# oslo.service 2.0.0+ requires Python 3.6+ -PORTSCOUT= limit:^1\. - -.include diff --git a/devel/py-oslo.service1/distinfo b/devel/py-oslo.service1/distinfo deleted file mode 100644 index fce53d3a5443..000000000000 --- a/devel/py-oslo.service1/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1577523900 -SHA256 (oslo.service-1.41.1.tar.gz) = da94293c391add38b06870a2ffcdcc0f51a7bb8343dc9870d7e9df93aab31be6 -SIZE (oslo.service-1.41.1.tar.gz) = 80477 diff --git a/devel/py-oslo.service1/pkg-descr b/devel/py-oslo.service1/pkg-descr deleted file mode 100644 index a00234e3a100..000000000000 --- a/devel/py-oslo.service1/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -oslo.service provides a framework for defining new long-running services using -the patterns established by other OpenStack applications. It also includes -utilities long-running applications might need for working with SSL or WSGI, -performing periodic operations, interacting with systemd, etc. - -WWW: https://docs.openstack.org/oslo.service/latest/ -WWW: https://github.com/openstack/oslo.service