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/dicttoxml/
Date: Sat, 25 Sep 2021 22:03:40
Message-Id: 1632607265.f1d8151813aa96b8c807ac611387d329c6427e05.mgorny@gentoo
1 commit: f1d8151813aa96b8c807ac611387d329c6427e05
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 25 22:01:05 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 25 22:01:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1d81518
7
8 dev-python/dicttoxml: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/dicttoxml/dicttoxml-1.7.4-r1.ebuild | 15 ---------------
13 1 file changed, 15 deletions(-)
14
15 diff --git a/dev-python/dicttoxml/dicttoxml-1.7.4-r1.ebuild b/dev-python/dicttoxml/dicttoxml-1.7.4-r1.ebuild
16 deleted file mode 100644
17 index 528b6d92c7d..00000000000
18 --- a/dev-python/dicttoxml/dicttoxml-1.7.4-r1.ebuild
19 +++ /dev/null
20 @@ -1,15 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -PYTHON_COMPAT=( pypy3 python3_{7..9} )
26 -DISTUTILS_USE_SETUPTOOLS=no
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="Converts a Python dictionary or other data type to a valid XML string"
30 -HOMEPAGE="https://github.com/quandyfactory/dicttoxml https://pypi.org/project/dicttoxml/"
31 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="amd64 ~arm ~arm64 x86"