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 C866C139694 for ; Mon, 12 Jun 2017 12:36:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 130EA21C028; Mon, 12 Jun 2017 12:36:58 +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 DED77E0D9E for ; Mon, 12 Jun 2017 12:36:57 +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 C34CE34189B for ; Mon, 12 Jun 2017 12:36:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 351D17472 for ; Mon, 12 Jun 2017 12:36:55 +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: <1497270999.7e01908d922c25fed3a8d81591c7e81eb2a98ab3.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools-git/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/setuptools-git/Manifest dev-python/setuptools-git/setuptools-git-1.2.ebuild X-VCS-Directories: dev-python/setuptools-git/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 7e01908d922c25fed3a8d81591c7e81eb2a98ab3 X-VCS-Branch: master Date: Mon, 12 Jun 2017 12:36:55 +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: 3d786525-3133-4cc6-9574-bdd7c9d2bf2d X-Archives-Hash: 00a0f7a17d0807505e71a0c0ff785aeb commit: 7e01908d922c25fed3a8d81591c7e81eb2a98ab3 Author: Manuel Rüger gentoo org> AuthorDate: Mon Jun 12 12:36:39 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon Jun 12 12:36:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e01908d dev-python/setuptools-git: Version bump to 1.2 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-python/setuptools-git/Manifest | 1 + .../setuptools-git/setuptools-git-1.2.ebuild | 26 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-python/setuptools-git/Manifest b/dev-python/setuptools-git/Manifest index 5f6934e41e9..009f99e9647 100644 --- a/dev-python/setuptools-git/Manifest +++ b/dev-python/setuptools-git/Manifest @@ -1 +1,2 @@ DIST setuptools-git-1.1.tar.gz 9450 SHA256 047d7595546635edebef226bc566579d422ccc48a8a91c7d32d8bd174f68f831 SHA512 39e19c107f6398aaa1b78961c3b0d9d7b57b181d8ce0d93780460867fb7535ce45d266b93af43f45aa7afb89299199df22b0fdea61e9090932aeb4bd69c5f1f0 WHIRLPOOL 76a1ff0944c233655c6966fb8e0787d89b8ceb40a09fedb729d67d15905dd82dead4ed88a682db1b4a9ff664f354963b110339f4d96706e19451058dbe870483 +DIST setuptools-git-1.2.tar.gz 10546 SHA256 ff64136da01aabba76ae88b050e7197918d8b2139ccbf6144e14d472b9c40445 SHA512 c070911618b6b92c862fb0bd40f1daeaf79e2ba10389fa1e69e4c50cfdd39c8e57a612082cbc7d932f8cea12a769e13451e35e1c8fe34f170d4817fd0d44f156 WHIRLPOOL 7015b734c7d5acf3623ddb04351ff268608eb1ac3da051e80fec94cff920c2cb43240055dbb9a71118d9b2da91c97e43025e0fbe3b1bf36507e83d90dc891aec diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild b/dev-python/setuptools-git/setuptools-git-1.2.ebuild new file mode 100644 index 00000000000..b751cd71c5f --- /dev/null +++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) + +inherit distutils-r1 + +DESCRIPTION="Setuptools revision control system plugin for Git" +HOMEPAGE="https://github.com/wichert/setuptools-git" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + dev-vcs/git" +RDEPEND="${DEPEND}" + +python_test() { + git config --global user.name "test user" || die + git config --global user.email "test@email.com" || die + esetup.py test + retr=$? +}