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 15FA01382D5 for ; Mon, 27 Jun 2016 00:31:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36E7FE0C22; Mon, 27 Jun 2016 00:31:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D2525E0C22 for ; Mon, 27 Jun 2016 00:31:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D69ED340B3A for ; Mon, 27 Jun 2016 00:31:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A39397B for ; Mon, 27 Jun 2016 00:31:14 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1466987465.678e6156d42b0a23ea988dd9208df59705db1b1b.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/configparser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/configparser/Manifest dev-python/configparser/configparser-3.5.0.ebuild X-VCS-Directories: dev-python/configparser/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 678e6156d42b0a23ea988dd9208df59705db1b1b X-VCS-Branch: master Date: Mon, 27 Jun 2016 00:31:14 +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: a8509fd6-d6ba-46c1-88b2-af9c9d752dff X-Archives-Hash: 50b376fc98368bfe91524f8541c0eace commit: 678e6156d42b0a23ea988dd9208df59705db1b1b Author: Marius Brehler linux sungazer de> AuthorDate: Sun Jun 26 09:23:00 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Jun 27 00:31:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=678e6156 dev-python/configparser: Version bump to 3.5.0 + bump to EAPI=6 Package-Manager: portage-2.2.26 Closes: https://github.com/gentoo/gentoo/pull/1746 dev-python/configparser/Manifest | 1 + dev-python/configparser/configparser-3.5.0.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/dev-python/configparser/Manifest b/dev-python/configparser/Manifest index 3290a0c..7a482d3 100644 --- a/dev-python/configparser/Manifest +++ b/dev-python/configparser/Manifest @@ -1 +1,2 @@ DIST configparser-3.3.0r2.tar.gz 32885 SHA256 6a2318590dfc4013fc5bf53c2bec14a8cb455a232295eb282a13f94786c4b0b2 SHA512 86c095bb64766e87ba59462a99d0287ec52073f27a1c9be7d37568516bc0cc4af6f362ca90a1b90f52aaa4342dc275d769c77f18d80c0efb114ba6fce37fff5f WHIRLPOOL 125ea0a2f1632c599e30d2e196f463139248b9fe1d0e24945b15f3497646b5e87dd0659c9ba78625d8fbaeac7ea5a7f8fd4124c0ad52e64ebbf4ec06533fe9b8 +DIST configparser-3.5.0.tar.gz 39573 SHA256 5308b47021bc2340965c371f0f058cc6971a04502638d4244225c49d80db273a SHA512 490b9f7807bce02667f41a48389b51f550818d2bd4296b528833d65d4b04bdbe5b906e7584e55eee4495405267a697ba26a056e6504fe6b3f8cf07ea8f55f7d3 WHIRLPOOL b10b1bf1b605d7da4cac44c0feb53e50b7aa1005d06be218e84e502387b32469bd566a68c1d2e0420eb880a90bb754c6e8875771bdcd7d9207553afed0a1ca9d diff --git a/dev-python/configparser/configparser-3.5.0.ebuild b/dev-python/configparser/configparser-3.5.0.ebuild new file mode 100644 index 0000000..454d51a --- /dev/null +++ b/dev-python/configparser/configparser-3.5.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +PYTHON_COMPAT=( python2_7 pypy ) +inherit distutils-r1 + +DESCRIPTION="Backport of Python-3 built-in configparser" +HOMEPAGE="https://pypi.python.org/pypi/configparser/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE=""