From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EA8741396D0 for ; Mon, 28 Aug 2017 21:52:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDEDB1FC087; Mon, 28 Aug 2017 21:52:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BDFD01FC071 for ; Mon, 28 Aug 2017 21:52:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0DC5E33BEBE for ; Mon, 28 Aug 2017 21:52:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CC7B8613 for ; Mon, 28 Aug 2017 21:52:05 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1503957084.f6223f7603fac3874efc9ef1160340c484f5827a.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/deprecation/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/deprecation/Manifest dev-python/deprecation/deprecation-1.0.1.ebuild dev-python/deprecation/metadata.xml X-VCS-Directories: dev-python/deprecation/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: f6223f7603fac3874efc9ef1160340c484f5827a X-VCS-Branch: master Date: Mon, 28 Aug 2017 21:52:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b7d12179-d477-4fb2-96b6-9b0168f0956c X-Archives-Hash: 47a28447bee6722911aa5987159c4f51 commit: f6223f7603fac3874efc9ef1160340c484f5827a Author: Matthew Thode gentoo org> AuthorDate: Mon Aug 28 21:32:55 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Mon Aug 28 21:51:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6223f76 dev-python/deprecation: adding for openstacksdk Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-python/deprecation/Manifest | 1 + dev-python/deprecation/deprecation-1.0.1.ebuild | 19 +++++++++++++++++++ dev-python/deprecation/metadata.xml | 14 ++++++++++++++ 3 files changed, 34 insertions(+) diff --git a/dev-python/deprecation/Manifest b/dev-python/deprecation/Manifest new file mode 100644 index 00000000000..ee7ad58c6cf --- /dev/null +++ b/dev-python/deprecation/Manifest @@ -0,0 +1 @@ +DIST deprecation-1.0.1.tar.gz 9596 SHA256 b9bff5cc91f601ef2a8a0200bc6cde3f18a48c2ed3d1ecbfc16076b14b3ad935 SHA512 fc35e6516e1617e2baad598a91e5d83ca95ab8a2d6a2753751d6752675de93cb44210109450a2aad9eb52b3c772a8b753c1d42ab2356c6663d2a03c4f779f086 WHIRLPOOL ea13e9188272523512101c9336fc574ff7fc24118491ae6650e8e944ea96afc426f1351576366f5df5fe51ce897e666fc4a6558f645496ce7596e83df032e36f diff --git a/dev-python/deprecation/deprecation-1.0.1.ebuild b/dev-python/deprecation/deprecation-1.0.1.ebuild new file mode 100644 index 00000000000..3d969ae1a11 --- /dev/null +++ b/dev-python/deprecation/deprecation-1.0.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 ) +inherit distutils-r1 + +DESCRIPTION="A library to handle automated deprecations" +HOMEPAGE="https://deprecation.readthedocs.io/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="" diff --git a/dev-python/deprecation/metadata.xml b/dev-python/deprecation/metadata.xml new file mode 100644 index 00000000000..ff92bdf665f --- /dev/null +++ b/dev-python/deprecation/metadata.xml @@ -0,0 +1,14 @@ + + + + + python@gentoo.org + + + prometheanfire@gentoo.org + Matthew Thode + + + A library to handle automated deprecations + +