From owner-dev-commits-ports-main@freebsd.org Thu Jun 10 15:46:19 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 1F9FD64FA8D; Thu, 10 Jun 2021 15:46:19 +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 4G17cV2T9kz3MJc; Thu, 10 Jun 2021 15:46:18 +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 EFE20127A6; Thu, 10 Jun 2021 15:46:17 +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 15AFkH5F031888; Thu, 10 Jun 2021 15:46:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15AFkHiT031887; Thu, 10 Jun 2021 15:46:17 GMT (envelope-from git) Date: Thu, 10 Jun 2021 15:46:17 GMT Message-Id: <202106101546.15AFkHiT031887@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: 88763556e7a4 - main - devel/py-keystoneauth13: 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: 88763556e7a47e78e537f03a6c657dd84ada3d9d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jun 2021 15:46:19 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=88763556e7a47e78e537f03a6c657dd84ada3d9d commit 88763556e7a47e78e537f03a6c657dd84ada3d9d Author: Po-Chuan Hsieh AuthorDate: 2021-06-10 15:42:14 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-10 15:42:14 +0000 devel/py-keystoneauth13: Remove obsoleted port Use devel/py-keystoneauth1 instead. --- MOVED | 1 + devel/Makefile | 1 - devel/py-keystoneauth13/Makefile | 30 ------------------------------ devel/py-keystoneauth13/distinfo | 3 --- devel/py-keystoneauth13/pkg-descr | 9 --------- 5 files changed, 1 insertion(+), 43 deletions(-) diff --git a/MOVED b/MOVED index 6046ff3d5f98..b3152d2f0777 100644 --- a/MOVED +++ b/MOVED @@ -16350,3 +16350,4 @@ devel/py-futurist1|devel/py-futurist|2021-06-10|Remove obsoleted port. Use devel devel/py-google-crc32c0|devel/py-google-crc32c|2021-06-10|Remove obsoleted port. Use devel/py-google-crc32c instead devel/py-jaraco.context2|devel/py-jaraco.context|2021-06-10|Remove obsoleted port. Use devel/py-jaraco.context instead devel/py-jaraco.util13|devel/py-jaraco.util|2021-06-10|Remove obsoleted port. Use devel/py-jaraco.util instead +devel/py-keystoneauth13|devel/py-keystoneauth1|2021-06-10|Remove obsoleted port. Use devel/py-keystoneauth1 instead diff --git a/devel/Makefile b/devel/Makefile index f3c90bf8a5ea..5da52867029b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4609,7 +4609,6 @@ SUBDIR += py-kazoo SUBDIR += py-keystone-engine SUBDIR += py-keystoneauth1 - SUBDIR += py-keystoneauth13 SUBDIR += py-keystonemiddleware SUBDIR += py-keystonemiddleware8 SUBDIR += py-kitchen diff --git a/devel/py-keystoneauth13/Makefile b/devel/py-keystoneauth13/Makefile deleted file mode 100644 index 83f0d4505904..000000000000 --- a/devel/py-keystoneauth13/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -PORTNAME= keystoneauth1 -PORTVERSION= 3.18.0 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 3 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Authentication Library for OpenStack Identity - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.14.2:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}os-service-types>=1.2.0:devel/py-os-service-types@${PY_FLAVOR} - -USES= python:3.6+ -USE_PYTHON= autoplist concurrent distutils - -NO_ARCH= yes - -# keystoneauth1 4.0.0+ requires Python 3.6+ -PORTSCOUT= limit:^3\. - -.include diff --git a/devel/py-keystoneauth13/distinfo b/devel/py-keystoneauth13/distinfo deleted file mode 100644 index 269d51c56685..000000000000 --- a/devel/py-keystoneauth13/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1578330012 -SHA256 (keystoneauth1-3.18.0.tar.gz) = 3ae67c6542ed66a37cddcd26a35457c1ff5cd14b20f5490973273cf9eb555a52 -SIZE (keystoneauth1-3.18.0.tar.gz) = 256203 diff --git a/devel/py-keystoneauth13/pkg-descr b/devel/py-keystoneauth13/pkg-descr deleted file mode 100644 index ac5c0e06fa98..000000000000 --- a/devel/py-keystoneauth13/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -This package contains tools for authenticating to an OpenStack-based cloud. -These tools include: - -- Authentication plugins (password, token, and federation based) -- Discovery mechanisms to determine API version support -- A session that is used to maintain client settings across requests - (based on the requests Python library) - -WWW: https://docs.openstack.org/keystoneauth/latest/