Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ghp-import/
Date: Mon, 06 Jun 2022 09:54:02
Message-Id: 1654509190.c58eb3c5618a8c6195726376e538d9ff920a7449.mgorny@gentoo
1 commit: c58eb3c5618a8c6195726376e538d9ff920a7449
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 6 09:53:10 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 6 09:53:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c58eb3c5
7
8 dev-python/ghp-import: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/ghp-import/Manifest | 1 -
13 dev-python/ghp-import/ghp-import-2.0.2.ebuild | 20 --------------------
14 dev-python/ghp-import/ghp-import-2.1.0.ebuild | 20 --------------------
15 3 files changed, 41 deletions(-)
16
17 diff --git a/dev-python/ghp-import/Manifest b/dev-python/ghp-import/Manifest
18 index 3f5bee879cf3..032578b99411 100644
19 --- a/dev-python/ghp-import/Manifest
20 +++ b/dev-python/ghp-import/Manifest
21 @@ -1,2 +1 @@
22 -DIST ghp-import-2.0.2.tar.gz 10928 BLAKE2B 7479917284af9a8f8ac460f43d97c9d5fe29c4dc3663698e5b76e9ba1b0a7cdcd8d93fb1f112cdcfaa6689f70f280b4dc49c6f8e632784c11121f1fede1f8eaf SHA512 554c466f1275d905d7698539fe74b662f43c26b9497e83bc3615849ba2815dcbce6ae01fa14eb1c2245987ccc1b497afe175e3e0ddef3de561fc14ea24792d4e
23 DIST ghp-import-2.1.0.tar.gz 10943 BLAKE2B bccff70a8ca6c58a3c768b143b0545a61080a577dbbef3021233134b8536df1788ec9a88aa8454865cfb83491b70fc6fb53caf04514af3d7845204cf2b893cad SHA512 10665a1a6392fe047d1e42d7f107511b1a31de02625200e7db1c637f33dc8dc41ec71c2db4f562c6e94a4efb4836efef8a29177d953d99fe17a889169074050c
24
25 diff --git a/dev-python/ghp-import/ghp-import-2.0.2.ebuild b/dev-python/ghp-import/ghp-import-2.0.2.ebuild
26 deleted file mode 100644
27 index c61cf937e711..000000000000
28 --- a/dev-python/ghp-import/ghp-import-2.0.2.ebuild
29 +++ /dev/null
30 @@ -1,20 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -PYTHON_COMPAT=( python3_{8..10} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Copy your docs directly to the gh-pages branch"
41 -HOMEPAGE="https://github.com/c-w/ghp-import"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="Apache-2.0"
45 -SLOT="0"
46 -KEYWORDS="amd64 ~riscv x86"
47 -
48 -RDEPEND="
49 - >=dev-python/python-dateutil-2.8.1[${PYTHON_USEDEP}]
50 -"
51
52 diff --git a/dev-python/ghp-import/ghp-import-2.1.0.ebuild b/dev-python/ghp-import/ghp-import-2.1.0.ebuild
53 deleted file mode 100644
54 index 75edd4b67f0b..000000000000
55 --- a/dev-python/ghp-import/ghp-import-2.1.0.ebuild
56 +++ /dev/null
57 @@ -1,20 +0,0 @@
58 -# Copyright 1999-2022 Gentoo Authors
59 -# Distributed under the terms of the GNU General Public License v2
60 -
61 -EAPI=8
62 -
63 -PYTHON_COMPAT=( python3_{8..10} )
64 -
65 -inherit distutils-r1
66 -
67 -DESCRIPTION="Copy your docs directly to the gh-pages branch"
68 -HOMEPAGE="https://github.com/c-w/ghp-import"
69 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
70 -
71 -LICENSE="Apache-2.0"
72 -SLOT="0"
73 -KEYWORDS="~amd64 ~riscv ~x86"
74 -
75 -RDEPEND="
76 - >=dev-python/python-dateutil-2.8.1[${PYTHON_USEDEP}]
77 -"