Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pylibconfig2/
Date: Sun, 27 Sep 2020 23:27:50
Message-Id: 1601249215.edf530c5a11d6b5666aa7e46973899e96e8a3498.epsilon-0@gentoo
1 commit: edf530c5a11d6b5666aa7e46973899e96e8a3498
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Sun Sep 27 23:26:55 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Sun Sep 27 23:26:55 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=edf530c5
7
8 dev-python/pylibconfig2: drop dead package
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12
13 dev-python/pylibconfig2/metadata.xml | 25 ----------------------
14 dev-python/pylibconfig2/pylibconfig2-0.2.5.ebuild | 20 -----------------
15 dev-python/pylibconfig2/pylibconfig2-9999.ebuild | 26 -----------------------
16 3 files changed, 71 deletions(-)
17
18 diff --git a/dev-python/pylibconfig2/metadata.xml b/dev-python/pylibconfig2/metadata.xml
19 deleted file mode 100644
20 index cbff41127..000000000
21 --- a/dev-python/pylibconfig2/metadata.xml
22 +++ /dev/null
23 @@ -1,25 +0,0 @@
24 -<?xml version="1.0" encoding="UTF-8"?>
25 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 -<pkgmetadata>
27 - <maintainer type="person">
28 - <email>marbre@××××××××××××××.de</email>
29 - <name>Marius Brehler</name>
30 - </maintainer>
31 - <maintainer type="project">
32 - <email>sci@g.o</email>
33 - <name>Gentoo Science Project</name>
34 - </maintainer>
35 - <longdescription>
36 -Pure python library for libconfig syntax.
37 -IO works via strings, and include directives.
38 -
39 -Scalar types are pythons basic types str, int, long, float, bool.
40 -The libconfig types Array, List, Group are implemented as ConfArray,
41 -ConfList, ConfGroup, respectively. A config is setup from a string
42 -only, and represented as a string automatically.
43 -</longdescription>
44 - <upstream>
45 - <remote-id type="github">heinzK1X/pylibconfig2</remote-id>
46 - <remote-id type="pypi">pylibconfig2</remote-id>
47 - </upstream>
48 -</pkgmetadata>
49
50 diff --git a/dev-python/pylibconfig2/pylibconfig2-0.2.5.ebuild b/dev-python/pylibconfig2/pylibconfig2-0.2.5.ebuild
51 deleted file mode 100644
52 index 5d35c0e7f..000000000
53 --- a/dev-python/pylibconfig2/pylibconfig2-0.2.5.ebuild
54 +++ /dev/null
55 @@ -1,20 +0,0 @@
56 -# Copyright 1999-2016 Gentoo Foundation
57 -# Distributed under the terms of the GNU General Public License v2
58 -
59 -EAPI=6
60 -PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
61 -
62 -inherit distutils-r1
63 -
64 -DESCRIPTION="Pure python library for libconfig syntax"
65 -HOMEPAGE="https://github.com/heinzK1X/pylibconfig2"
66 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
67 -
68 -LICENSE="BSD"
69 -SLOT="0"
70 -KEYWORDS="~amd64 ~x86"
71 -
72 -RDEPEND="
73 - dev-python/pyparsing[${PYTHON_USEDEP}]
74 - "
75 -DEPEND="${RDEPEND}"
76
77 diff --git a/dev-python/pylibconfig2/pylibconfig2-9999.ebuild b/dev-python/pylibconfig2/pylibconfig2-9999.ebuild
78 deleted file mode 100644
79 index 197e6ce54..000000000
80 --- a/dev-python/pylibconfig2/pylibconfig2-9999.ebuild
81 +++ /dev/null
82 @@ -1,26 +0,0 @@
83 -# Copyright 1999-2016 Gentoo Foundation
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -EAPI=6
87 -PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
88 -
89 -inherit distutils-r1 git-r3
90 -
91 -DESCRIPTION="Pure python library for libconfig syntax"
92 -HOMEPAGE="https://github.com/heinzK1X/pylibconfig2"
93 -EGIT_REPO_URI="https://github.com/heinzK1X/${PN}.git git://github.com/heinzK1X/${PN}.git"
94 -
95 -LICENSE="BSD"
96 -SLOT="0"
97 -KEYWORDS=""
98 -IUSE="test"
99 -
100 -RDEPEND="
101 - dev-python/pyparsing[${PYTHON_USEDEP}]
102 - "
103 -DEPEND="${RDEPEND}"
104 -
105 -python_test() {
106 - distutils_install_for_testing
107 - esetup.py test || die
108 -}