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 BFE9D138351 for ; Thu, 12 Mar 2020 14:00:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0543E091F; Thu, 12 Mar 2020 14:00:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3943E091F for ; Thu, 12 Mar 2020 14:00:33 +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 A3AA234EFF2 for ; Thu, 12 Mar 2020 14:00:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11523162 for ; Thu, 12 Mar 2020 14:00:09 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1584020942.ff7bd5e7d98c93dd404184c8a28340ce8bd34ded.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/GitPython/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/GitPython/GitPython-3.1.0.ebuild dev-python/GitPython/Manifest dev-python/GitPython/metadata.xml X-VCS-Directories: dev-python/GitPython/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: ff7bd5e7d98c93dd404184c8a28340ce8bd34ded X-VCS-Branch: master Date: Thu, 12 Mar 2020 14:00:09 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: af20c7ac-98e6-4a6e-acf5-532052c07bb8 X-Archives-Hash: 96b52dc23cc54fe0d01b975b3fce948e commit: ff7bd5e7d98c93dd404184c8a28340ce8bd34ded Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Mar 12 13:49:02 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Mar 12 13:49:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ff7bd5e7 dev-python/GitPython: removed, duplicated of dev-python/git-python Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/GitPython/GitPython-3.1.0.ebuild | 36 ----------------------------- dev-python/GitPython/Manifest | 1 - dev-python/GitPython/metadata.xml | 9 -------- 3 files changed, 46 deletions(-) diff --git a/dev-python/GitPython/GitPython-3.1.0.ebuild b/dev-python/GitPython/GitPython-3.1.0.ebuild deleted file mode 100644 index abbc706..0000000 --- a/dev-python/GitPython/GitPython-3.1.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8} ) - -inherit distutils-r1 - -DESCRIPTION="A python library used to interact with Git repositories" -HOMEPAGE="https://github.com/gitpython-developers/GitPython" -SRC_URI="https://github.com/gitpython-developers/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RESTRICT="test" # only works inside upstream git repo - -RDEPEND="dev-python/gitdb[${PYTHON_USEDEP}]" - -BDEPEND="test? ( dev-python/ddt[${PYTHON_USEDEP}] )" - -distutils_enable_tests pytest -distutils_enable_sphinx doc/source dev-python/sphinx_rtd_theme - -python_test() { - cd "${S}" || die - git init || die - git config user.email "you@example.com" || die - git config user.name "Your Name" || die - git add -A || die - git commit -q -m ".." || die - - pytest -vv || die "Tests fail with ${EPYTHON}" -} diff --git a/dev-python/GitPython/Manifest b/dev-python/GitPython/Manifest deleted file mode 100644 index c7e4835..0000000 --- a/dev-python/GitPython/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST GitPython-3.1.0.tar.gz 441018 BLAKE2B ccccc6134abc6cf12a8a484f55465ceac52a118e17901f15443aabe4333a917012877fe7ea58b1cbf97fcbd030005e61c782d9f1d19b4d26fa27515b82de1a81 SHA512 29d01a8b3a484fc62521b7f03a75e801d7b98e007652956f73e5532d064992f802cf6f1da2c380b66cfb55a2d0a487b8f28199fd241136a7d74df02f41859c3c diff --git a/dev-python/GitPython/metadata.xml b/dev-python/GitPython/metadata.xml deleted file mode 100644 index 628ab20..0000000 --- a/dev-python/GitPython/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - andrewammerlaan@riseup.net - Andrew Ammerlaan - - 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 323FF138350 for ; Thu, 12 Mar 2020 13:50:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72C1BE09B5; Thu, 12 Mar 2020 13:50:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 507A3E09B5 for ; Thu, 12 Mar 2020 13:50:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 299C334F007 for ; Thu, 12 Mar 2020 13:50:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C84A5162 for ; Thu, 12 Mar 2020 13:50:01 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1584020942.ff7bd5e7d98c93dd404184c8a28340ce8bd34ded.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/GitPython/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/GitPython/GitPython-3.1.0.ebuild dev-python/GitPython/Manifest dev-python/GitPython/metadata.xml X-VCS-Directories: dev-python/GitPython/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: ff7bd5e7d98c93dd404184c8a28340ce8bd34ded X-VCS-Branch: dev Date: Thu, 12 Mar 2020 13:50:01 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1232f310-9bbd-4767-b4a7-b7f9d6d72e67 X-Archives-Hash: 3db00449eb08e8e51e32579bf8ab7e0c Message-ID: <20200312135001.N32HhSu8mg0xaAuFJiT63b5REUIKPFnqwQDV3DKc0Sk@z> commit: ff7bd5e7d98c93dd404184c8a28340ce8bd34ded Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Mar 12 13:49:02 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Mar 12 13:49:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ff7bd5e7 dev-python/GitPython: removed, duplicated of dev-python/git-python Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/GitPython/GitPython-3.1.0.ebuild | 36 ----------------------------- dev-python/GitPython/Manifest | 1 - dev-python/GitPython/metadata.xml | 9 -------- 3 files changed, 46 deletions(-) diff --git a/dev-python/GitPython/GitPython-3.1.0.ebuild b/dev-python/GitPython/GitPython-3.1.0.ebuild deleted file mode 100644 index abbc706..0000000 --- a/dev-python/GitPython/GitPython-3.1.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8} ) - -inherit distutils-r1 - -DESCRIPTION="A python library used to interact with Git repositories" -HOMEPAGE="https://github.com/gitpython-developers/GitPython" -SRC_URI="https://github.com/gitpython-developers/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RESTRICT="test" # only works inside upstream git repo - -RDEPEND="dev-python/gitdb[${PYTHON_USEDEP}]" - -BDEPEND="test? ( dev-python/ddt[${PYTHON_USEDEP}] )" - -distutils_enable_tests pytest -distutils_enable_sphinx doc/source dev-python/sphinx_rtd_theme - -python_test() { - cd "${S}" || die - git init || die - git config user.email "you@example.com" || die - git config user.name "Your Name" || die - git add -A || die - git commit -q -m ".." || die - - pytest -vv || die "Tests fail with ${EPYTHON}" -} diff --git a/dev-python/GitPython/Manifest b/dev-python/GitPython/Manifest deleted file mode 100644 index c7e4835..0000000 --- a/dev-python/GitPython/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST GitPython-3.1.0.tar.gz 441018 BLAKE2B ccccc6134abc6cf12a8a484f55465ceac52a118e17901f15443aabe4333a917012877fe7ea58b1cbf97fcbd030005e61c782d9f1d19b4d26fa27515b82de1a81 SHA512 29d01a8b3a484fc62521b7f03a75e801d7b98e007652956f73e5532d064992f802cf6f1da2c380b66cfb55a2d0a487b8f28199fd241136a7d74df02f41859c3c diff --git a/dev-python/GitPython/metadata.xml b/dev-python/GitPython/metadata.xml deleted file mode 100644 index 628ab20..0000000 --- a/dev-python/GitPython/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - andrewammerlaan@riseup.net - Andrew Ammerlaan - -