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: Mon, 09 Mar 2020 17:04:49
Message-Id: 1583773480.7375c49c7c51697061418a5f503cde45056f50fd.andrewammerlaan@gentoo
1 commit: 7375c49c7c51697061418a5f503cde45056f50fd
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Mon Mar 9 17:04:40 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Mon Mar 9 17:04:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7375c49c
7
8 dev-python/GitPython: A python library used to interact with Git repos
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 | 25 +++++++++++++++++++++++++
14 dev-python/GitPython/Manifest | 1 +
15 dev-python/GitPython/metadata.xml | 9 +++++++++
16 3 files changed, 35 insertions(+)
17
18 diff --git a/dev-python/GitPython/GitPython-3.1.0.ebuild b/dev-python/GitPython/GitPython-3.1.0.ebuild
19 new file mode 100644
20 index 0000000..c6bc534
21 --- /dev/null
22 +++ b/dev-python/GitPython/GitPython-3.1.0.ebuild
23 @@ -0,0 +1,25 @@
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} )
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" #requires git repository
42 +
43 +RDEPEND="dev-python/gitdb2[${PYTHON_USEDEP}]"
44 +
45 +BDEPEND="test? ( dev-python/ddt[${PYTHON_USEDEP}] )"
46 +
47 +distutils_enable_tests nose
48 +distutils_enable_sphinx doc/source dev-python/sphinx_rtd_theme
49
50 diff --git a/dev-python/GitPython/Manifest b/dev-python/GitPython/Manifest
51 new file mode 100644
52 index 0000000..c7e4835
53 --- /dev/null
54 +++ b/dev-python/GitPython/Manifest
55 @@ -0,0 +1 @@
56 +DIST GitPython-3.1.0.tar.gz 441018 BLAKE2B ccccc6134abc6cf12a8a484f55465ceac52a118e17901f15443aabe4333a917012877fe7ea58b1cbf97fcbd030005e61c782d9f1d19b4d26fa27515b82de1a81 SHA512 29d01a8b3a484fc62521b7f03a75e801d7b98e007652956f73e5532d064992f802cf6f1da2c380b66cfb55a2d0a487b8f28199fd241136a7d74df02f41859c3c
57
58 diff --git a/dev-python/GitPython/metadata.xml b/dev-python/GitPython/metadata.xml
59 new file mode 100644
60 index 0000000..628ab20
61 --- /dev/null
62 +++ b/dev-python/GitPython/metadata.xml
63 @@ -0,0 +1,9 @@
64 +<?xml version="1.0" encoding="UTF-8"?>
65 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
66 +
67 +<pkgmetadata>
68 + <maintainer type="person">
69 + <email>andrewammerlaan@××××××.net</email>
70 + <name>Andrew Ammerlaan</name>
71 + </maintainer>
72 +</pkgmetadata>