Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/GitPython/
Date: Thu, 12 Mar 2020 13:50:30
Message-Id: 1584020942.ff7bd5e7d98c93dd404184c8a28340ce8bd34ded.andrewammerlaan@gentoo
1 commit: ff7bd5e7d98c93dd404184c8a28340ce8bd34ded
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Thu Mar 12 13:49:02 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Thu Mar 12 13:49:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ff7bd5e7
7
8 dev-python/GitPython: removed, duplicated of dev-python/git-python
9
10 Package-Manager: Portage-2.3.93, Repoman-2.3.20
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 dev-python/GitPython/GitPython-3.1.0.ebuild | 36 -----------------------------
14 dev-python/GitPython/Manifest | 1 -
15 dev-python/GitPython/metadata.xml | 9 --------
16 3 files changed, 46 deletions(-)
17
18 diff --git a/dev-python/GitPython/GitPython-3.1.0.ebuild b/dev-python/GitPython/GitPython-3.1.0.ebuild
19 deleted file mode 100644
20 index abbc706..0000000
21 --- a/dev-python/GitPython/GitPython-3.1.0.ebuild
22 +++ /dev/null
23 @@ -1,36 +0,0 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=7
28 -
29 -PYTHON_COMPAT=( python3_{6,7,8} )
30 -
31 -inherit distutils-r1
32 -
33 -DESCRIPTION="A python library used to interact with Git repositories"
34 -HOMEPAGE="https://github.com/gitpython-developers/GitPython"
35 -SRC_URI="https://github.com/gitpython-developers/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
36 -
37 -LICENSE="BSD"
38 -SLOT="0"
39 -KEYWORDS="~amd64 ~x86"
40 -
41 -RESTRICT="test" # only works inside upstream git repo
42 -
43 -RDEPEND="dev-python/gitdb[${PYTHON_USEDEP}]"
44 -
45 -BDEPEND="test? ( dev-python/ddt[${PYTHON_USEDEP}] )"
46 -
47 -distutils_enable_tests pytest
48 -distutils_enable_sphinx doc/source dev-python/sphinx_rtd_theme
49 -
50 -python_test() {
51 - cd "${S}" || die
52 - git init || die
53 - git config user.email "you@×××××××.com" || die
54 - git config user.name "Your Name" || die
55 - git add -A || die
56 - git commit -q -m ".." || die
57 -
58 - pytest -vv || die "Tests fail with ${EPYTHON}"
59 -}
60
61 diff --git a/dev-python/GitPython/Manifest b/dev-python/GitPython/Manifest
62 deleted file mode 100644
63 index c7e4835..0000000
64 --- a/dev-python/GitPython/Manifest
65 +++ /dev/null
66 @@ -1 +0,0 @@
67 -DIST GitPython-3.1.0.tar.gz 441018 BLAKE2B ccccc6134abc6cf12a8a484f55465ceac52a118e17901f15443aabe4333a917012877fe7ea58b1cbf97fcbd030005e61c782d9f1d19b4d26fa27515b82de1a81 SHA512 29d01a8b3a484fc62521b7f03a75e801d7b98e007652956f73e5532d064992f802cf6f1da2c380b66cfb55a2d0a487b8f28199fd241136a7d74df02f41859c3c
68
69 diff --git a/dev-python/GitPython/metadata.xml b/dev-python/GitPython/metadata.xml
70 deleted file mode 100644
71 index 628ab20..0000000
72 --- a/dev-python/GitPython/metadata.xml
73 +++ /dev/null
74 @@ -1,9 +0,0 @@
75 -<?xml version="1.0" encoding="UTF-8"?>
76 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
77 -
78 -<pkgmetadata>
79 - <maintainer type="person">
80 - <email>andrewammerlaan@××××××.net</email>
81 - <name>Andrew Ammerlaan</name>
82 - </maintainer>
83 -</pkgmetadata>