Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ghp-import/
Date: Fri, 11 Jun 2021 13:43:22
Message-Id: 1623418994.50e6314674e03284ee24f15aede144d8a989270b.andrewammerlaan@gentoo
1 commit: 50e6314674e03284ee24f15aede144d8a989270b
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 11 13:04:46 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 11 13:43:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50e63146
7
8 dev-python/ghp-import: add new dep of mkdocs
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 dev-python/ghp-import/Manifest | 1 +
14 dev-python/ghp-import/ghp-import-2.0.1.ebuild | 20 ++++++++++++++++++++
15 dev-python/ghp-import/metadata.xml | 13 +++++++++++++
16 3 files changed, 34 insertions(+)
17
18 diff --git a/dev-python/ghp-import/Manifest b/dev-python/ghp-import/Manifest
19 new file mode 100644
20 index 00000000000..6e0cb8ac9e7
21 --- /dev/null
22 +++ b/dev-python/ghp-import/Manifest
23 @@ -0,0 +1 @@
24 +DIST ghp-import-2.0.1.tar.gz 11158 BLAKE2B c091d193cbfd44d90e62fe843775412a74f7962228130ba381ca07f5af93ea2296e989cffd025fd7d6a50ae5e526afe69fb00f49a6780b9b2f49ee8f06e2d3e1 SHA512 8e53b1a516a8d9780159d57b3973ebe02bbc4f60788470ec823c99608c2b026f5c43a12796506adf039420f06964a11d9e7e318cf9ea10df167faddd8b6f9707
25
26 diff --git a/dev-python/ghp-import/ghp-import-2.0.1.ebuild b/dev-python/ghp-import/ghp-import-2.0.1.ebuild
27 new file mode 100644
28 index 00000000000..5a4b8d9ef5f
29 --- /dev/null
30 +++ b/dev-python/ghp-import/ghp-import-2.0.1.ebuild
31 @@ -0,0 +1,20 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +PYTHON_COMPAT=( python3_{8..10} )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Copy your docs directly to the gh-pages branch"
42 +HOMEPAGE="https://github.com/c-w/ghp-import"
43 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 +
45 +LICENSE="Apache-2.0"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~x86"
48 +
49 +RDEPEND="
50 + >=dev-python/python-dateutil-2.8.1[${PYTHON_USEDEP}]
51 +"
52
53 diff --git a/dev-python/ghp-import/metadata.xml b/dev-python/ghp-import/metadata.xml
54 new file mode 100644
55 index 00000000000..0d6bafcce9a
56 --- /dev/null
57 +++ b/dev-python/ghp-import/metadata.xml
58 @@ -0,0 +1,13 @@
59 +<?xml version="1.0" encoding="UTF-8"?>
60 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
61 +<pkgmetadata>
62 + <maintainer type="person">
63 + <email>andrewammerlaan@g.o</email>
64 + <name>Andrew Ammerlaan</name>
65 + </maintainer>
66 + <stabilize-allarches/>
67 + <upstream>
68 + <remote-id type="github">c-w/ghp-import</remote-id>
69 + <remote-id type="pypi">ghp-import</remote-id>
70 + </upstream>
71 +</pkgmetadata>