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: app-portage/gpyutils/
Date: Mon, 16 May 2022 16:12:49
Message-Id: 1652717346.c000b5925990e7b2ec80752958252ce39159336f.mgorny@gentoo
1 commit: c000b5925990e7b2ec80752958252ce39159336f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 16:09:06 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 16:09:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c000b592
7
8 app-portage/gpyutils: Remove the live ebuild
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/gpyutils/gpyutils-9999.ebuild | 25 -------------------------
13 1 file changed, 25 deletions(-)
14
15 diff --git a/app-portage/gpyutils/gpyutils-9999.ebuild b/app-portage/gpyutils/gpyutils-9999.ebuild
16 deleted file mode 100644
17 index c1d6bf513297..000000000000
18 --- a/app-portage/gpyutils/gpyutils-9999.ebuild
19 +++ /dev/null
20 @@ -1,25 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -DISTUTILS_USE_SETUPTOOLS=no
27 -PYTHON_COMPAT=( python3_{8..10} )
28 -
29 -EGIT_REPO_URI="https://github.com/mgorny/gpyutils.git"
30 -inherit distutils-r1 git-r3
31 -
32 -DESCRIPTION="Utitilies for maintaining Python packages"
33 -HOMEPAGE="https://github.com/mgorny/gpyutils/"
34 -SRC_URI=""
35 -
36 -LICENSE="BSD"
37 -SLOT="0"
38 -KEYWORDS=""
39 -IUSE=""
40 -
41 -RDEPEND=">=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]"
42 -
43 -python_test() {
44 - esetup.py test
45 -}