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 5C90859CA3 for ; Wed, 16 Mar 2016 23:06:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EF2CE07E8; Wed, 16 Mar 2016 23:06:12 +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 21AACE07E8 for ; Wed, 16 Mar 2016 23:06:12 +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 D8217340CAD for ; Wed, 16 Mar 2016 23:06:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B41A847 for ; Wed, 16 Mar 2016 23:06:07 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1458169555.d62de246a7d52729e080f104a80709bd33ccee68.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/future/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/future/Manifest dev-python/future/future-0.15.2.ebuild dev-python/future/metadata.xml X-VCS-Directories: dev-python/future/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: d62de246a7d52729e080f104a80709bd33ccee68 X-VCS-Branch: master Date: Wed, 16 Mar 2016 23:06:07 +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: 85510ade-1ced-4f95-8b95-2b71b61d2562 X-Archives-Hash: 0b2bf3a06657af2aee2f5a3d87491080 commit: d62de246a7d52729e080f104a80709bd33ccee68 Author: Manuel Rüger gentoo org> AuthorDate: Wed Mar 16 23:05:55 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Wed Mar 16 23:05:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d62de246 dev-python/future: Initial version Package-Manager: portage-2.2.28 dev-python/future/Manifest | 1 + dev-python/future/future-0.15.2.ebuild | 21 +++++++++++++++++++++ dev-python/future/metadata.xml | 12 ++++++++++++ 3 files changed, 34 insertions(+) diff --git a/dev-python/future/Manifest b/dev-python/future/Manifest new file mode 100644 index 0000000..feed344 --- /dev/null +++ b/dev-python/future/Manifest @@ -0,0 +1 @@ +DIST future-0.15.2.tar.gz 1583441 SHA256 3d3b193f20ca62ba7d8782589922878820d0a023b885882deec830adbf639b97 SHA512 24a0eaf70795efe1644b098c5abbcb0103d9172a5243721f0d26b1cbd108872b6c0616180da8f5507855ddfc7b26bb10a606a64e59d307d39042b346700f77ee WHIRLPOOL 557b53495033d4586dc0f34837cc7f0cab12fb770abda56049fd90b5bac3e36db561e185d86e8a08b153869f0f692ccf0b305f5edc20871edde487faa1b1fc4f diff --git a/dev-python/future/future-0.15.2.ebuild b/dev-python/future/future-0.15.2.ebuild new file mode 100644 index 0000000..4c506af --- /dev/null +++ b/dev-python/future/future-0.15.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=(python{2_7,3_4}) + +inherit distutils-r1 + +DESCRIPTION="Easy, clean, reliable Python 2/3 compatibility" +HOMEPAGE="https://python-future.org" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +python_test() { + esetup.py test || die +} diff --git a/dev-python/future/metadata.xml b/dev-python/future/metadata.xml new file mode 100644 index 0000000..8f0ad49 --- /dev/null +++ b/dev-python/future/metadata.xml @@ -0,0 +1,12 @@ + + + + + mrueg@gentoo.org + Manuel Rüger + + + python@gentoo.org + Python + +