From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EEE021384B4 for ; Mon, 7 Dec 2015 18:42:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0891E21C031; Mon, 7 Dec 2015 18:42:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B7CD21C031 for ; Mon, 7 Dec 2015 18:42:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33182340A13 for ; Mon, 7 Dec 2015 18:42:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 830AA99E for ; Mon, 7 Dec 2015 18:42:22 +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: <1449513704.e8b71bb2fe703ec95233f6ee3d345145199c0e39.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/reno/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/reno/Manifest dev-python/reno/metadata.xml dev-python/reno/reno-1.2.0.ebuild X-VCS-Directories: dev-python/reno/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: e8b71bb2fe703ec95233f6ee3d345145199c0e39 X-VCS-Branch: master Date: Mon, 7 Dec 2015 18:42:22 +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: 1c04b4e7-9027-4468-9711-f56eb23e02d4 X-Archives-Hash: c6bf3fceafdbc14ee9a3360f70885794 commit: e8b71bb2fe703ec95233f6ee3d345145199c0e39 Author: Matthew Thode gentoo org> AuthorDate: Mon Dec 7 18:14:32 2015 +0000 Commit: Matt Thode gentoo org> CommitDate: Mon Dec 7 18:41:44 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b71bb2 dev-python/reno: adding for new neutron dep Package-Manager: portage-2.2.20.1 dev-python/reno/Manifest | 1 + dev-python/reno/metadata.xml | 13 +++++++++++++ dev-python/reno/reno-1.2.0.ebuild | 28 ++++++++++++++++++++++++++++ 3 files changed, 42 insertions(+) diff --git a/dev-python/reno/Manifest b/dev-python/reno/Manifest new file mode 100644 index 0000000..79f09ae --- /dev/null +++ b/dev-python/reno/Manifest @@ -0,0 +1 @@ +DIST reno-1.2.0.tar.gz 23725 SHA256 8f2c4f9b8325e6de4a5a2a98169b2906bd2479cc2c66b97cd6899da455425fd3 SHA512 61abf852504ab9ace324efc70bbe4bf5ce226175a4375f37466ebbe011cb65c7d306d69cd90a5e152f03d60f578be02d57a3805647a486e44dccf59b17595083 WHIRLPOOL 4a25f46b2a3c7693642104402db8bc024c82d19e3d8e3a11c899485aa7acd005a868a31665a0bb827f4922869c08297d63bdba5df76f0bf81cf8b95b2faa35db diff --git a/dev-python/reno/metadata.xml b/dev-python/reno/metadata.xml new file mode 100644 index 0000000..f441d15 --- /dev/null +++ b/dev-python/reno/metadata.xml @@ -0,0 +1,13 @@ + + + + + prometheanfire@gentoo.org + Matthew Thode + + + + + reno + + diff --git a/dev-python/reno/reno-1.2.0.ebuild b/dev-python/reno/reno-1.2.0.ebuild new file mode 100644 index 0000000..2c22364 --- /dev/null +++ b/dev-python/reno/reno-1.2.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) + +inherit distutils-r1 + +DESCRIPTION="A release notes manager for storing release notes in a git repository and building documentation" +HOMEPAGE="https://pypi.python.org/pypi/reno" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +CDEPEND=" + >=dev-python/pbr-1.4[${PYTHON_USEDEP}] +