From ff113655b423dc2521f7bf207711d0bcce51a499 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Thu, 12 Mar 2020 14:45:58 +0100 Subject: [PATCH 1/2] dev-python/mkdocs-git-revision-date-localized-plugin: depend on git-python instead of GitPython::guru which is apperently the same package Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan --- .../mkdocs-git-revision-date-localized-plugin-0.4.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.4.6.ebuild b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.4.6.ebuild index 200a5a7543..414a919c7b 100644 --- a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.4.6.ebuild +++ b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.4.6.ebuild @@ -21,7 +21,7 @@ RESTRICT="test" # fails, mkdocs failed RDEPEND=" >=dev-python/Babel-2.7.0[${PYTHON_USEDEP}] - dev-python/GitPython[${PYTHON_USEDEP}] + dev-python/git-python[${PYTHON_USEDEP}] dev-python/mkdocs[${PYTHON_USEDEP}] dev-python/jinja[${PYTHON_USEDEP}]" From ff7bd5e7d98c93dd404184c8a28340ce8bd34ded Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Thu, 12 Mar 2020 14:49:02 +0100 Subject: [PATCH 2/2] 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 --- 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(-) delete mode 100644 dev-python/GitPython/GitPython-3.1.0.ebuild delete mode 100644 dev-python/GitPython/Manifest delete mode 100644 dev-python/GitPython/metadata.xml 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 abbc7061b6..0000000000 --- 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 c7e483566c..0000000000 --- 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 628ab20176..0000000000 --- a/dev-python/GitPython/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - andrewammerlaan@riseup.net - Andrew Ammerlaan - -