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 7AABF13832E for ; Mon, 15 Aug 2016 19:45:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DA6421C06D; Mon, 15 Aug 2016 19:45:37 +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 79EEC21C088 for ; Mon, 15 Aug 2016 19:45:36 +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 65FE0340F4A for ; Mon, 15 Aug 2016 19:45:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1F9A245B for ; Mon, 15 Aug 2016 19:45:32 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1471290323.09725985ddbd95cc0b157cda8bb6f26f090664bf.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-fastimport/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-fastimport/Manifest dev-python/python-fastimport/metadata.xml dev-python/python-fastimport/python-fastimport-0.9.6.ebuild X-VCS-Directories: dev-python/python-fastimport/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 09725985ddbd95cc0b157cda8bb6f26f090664bf X-VCS-Branch: master Date: Mon, 15 Aug 2016 19:45:32 +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: 65539248-8eea-4436-8ac1-b7fd8fa4c4f4 X-Archives-Hash: 52dd9b2ba173a147a8a75933846edddf commit: 09725985ddbd95cc0b157cda8bb6f26f090664bf Author: Louis Sautier gmail com> AuthorDate: Mon Aug 15 12:48:45 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Aug 15 19:45:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09725985 dev-python/python-fastimport: bump to 0.9.6, py3 support, update upstream Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2085 Signed-off-by: Patrice Clement gentoo.org> dev-python/python-fastimport/Manifest | 1 + dev-python/python-fastimport/metadata.xml | 3 ++- .../python-fastimport-0.9.6.ebuild | 29 ++++++++++++++++++++++ 3 files changed, 32 insertions(+), 1 deletion(-) diff --git a/dev-python/python-fastimport/Manifest b/dev-python/python-fastimport/Manifest index 4798dc3..aad6bbb 100644 --- a/dev-python/python-fastimport/Manifest +++ b/dev-python/python-fastimport/Manifest @@ -1 +1,2 @@ +DIST fastimport-0.9.6.tar.gz 33333 SHA256 83d0ae7b14f58c90cf56d0bf190d339abbd8bf1be702492c3d15d74c6cd412ab SHA512 cc38c1218d65ef4a9e3a68d8af3fadf98c7cc0dcd8075b338b8f492d25765bc2fe2247000868fd3c95e1f7f4c2b9a05964ef7b4f9196c2777f6a7941f127f416 WHIRLPOOL e141686590d137f5cef3e1dcd6ad32142ccc5a0fce6c74ce9641cece9d7308154f258cec256d039a54c45884d70879c42cf5297f94fad56a2fae6dac11386add DIST python-fastimport-0.9.2.tar.gz 30762 SHA256 fd60f1173e64a5da7c5d783f17402f795721b7548ea3a75e29c39d89a60f261e SHA512 8fd9f89267ca88edff94cea7537740431d02680a1eebd085ee376954b47bf5222e7575750895d0d2da246694cdac7a5afe50d857b87c0f36e04eb3511bcbe472 WHIRLPOOL f1d26b8de2180d55f11df3eb937ae3a524b5f55295d264f23a1edd582152cb6ecbc52cba4164e85f5be943c132cb48db0fa3a704eeda5b1c12896233f18d3c76 diff --git a/dev-python/python-fastimport/metadata.xml b/dev-python/python-fastimport/metadata.xml index bcd954a..2fa85af 100644 --- a/dev-python/python-fastimport/metadata.xml +++ b/dev-python/python-fastimport/metadata.xml @@ -10,6 +10,7 @@ Gentoo Bazaar Project - python-fastimport + jelmer/python-fastimport + https://github.com/jelmer/python-fastimport/issues diff --git a/dev-python/python-fastimport/python-fastimport-0.9.6.ebuild b/dev-python/python-fastimport/python-fastimport-0.9.6.ebuild new file mode 100644 index 0000000..cf34531 --- /dev/null +++ b/dev-python/python-fastimport/python-fastimport-0.9.6.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) + +inherit distutils-r1 + +MY_PN="${PN#python-}" +MY_P="${MY_PN}-${PV}" +DESCRIPTION="Library for parsing the fastimport VCS serialization format" +HOMEPAGE="https://github.com/jelmer/python-fastimport" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + +S="${WORKDIR}/${MY_P}" + +python_test() { + "${PYTHON}" -m unittest fastimport.tests.test_suite \ + || die "Tests fail with ${EPYTHON}" +}