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/xstatic-patternfly/
Date: Sun, 31 May 2020 10:22:31
Message-Id: 1590920503.04e4e25446c77a56b43f25b42eee85350fe5dbe2.mgorny@gentoo
1 commit: 04e4e25446c77a56b43f25b42eee85350fe5dbe2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 10:21:43 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 10:21:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04e4e254
7
8 dev-python/xstatic-patternfly: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/719660
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/xstatic-patternfly/Manifest | 1 -
14 dev-python/xstatic-patternfly/metadata.xml | 11 -------
15 .../xstatic-patternfly-3.21.0.1.ebuild | 34 ----------------------
16 3 files changed, 46 deletions(-)
17
18 diff --git a/dev-python/xstatic-patternfly/Manifest b/dev-python/xstatic-patternfly/Manifest
19 deleted file mode 100644
20 index 7ee574e3ed3..00000000000
21 --- a/dev-python/xstatic-patternfly/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST xstatic-patternfly-3.21.0.1.tar.gz 5674553 BLAKE2B 23d14689bfd43195b26f818a0a766aa7ee3f70145baf776790dc642b09a38285370065538ca38aa85ed13924feadff2c97beb1c88026fb98a5d38b502c86ff76 SHA512 14ffebfefe00107cae16d6f2a6cfa11bc7be5b4cfec54f6fe0c0adb0d22b4730870ddd382b202d3489032680d9d4a43aca8ded4b654c44b083ee36c18ca70168
25
26 diff --git a/dev-python/xstatic-patternfly/metadata.xml b/dev-python/xstatic-patternfly/metadata.xml
27 deleted file mode 100644
28 index 8768d46bf62..00000000000
29 --- a/dev-python/xstatic-patternfly/metadata.xml
30 +++ /dev/null
31 @@ -1,11 +0,0 @@
32 -<?xml version="1.0" encoding="UTF-8"?>
33 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 -<pkgmetadata>
35 - <maintainer type="project">
36 - <email>python@g.o</email>
37 - <name>Python Project</name>
38 - </maintainer>
39 - <upstream>
40 - <remote-id type="pypi">XStatic</remote-id>
41 - </upstream>
42 -</pkgmetadata>
43
44 diff --git a/dev-python/xstatic-patternfly/xstatic-patternfly-3.21.0.1.ebuild b/dev-python/xstatic-patternfly/xstatic-patternfly-3.21.0.1.ebuild
45 deleted file mode 100644
46 index 5025bef7a32..00000000000
47 --- a/dev-python/xstatic-patternfly/xstatic-patternfly-3.21.0.1.ebuild
48 +++ /dev/null
49 @@ -1,34 +0,0 @@
50 -# Copyright 1999-2020 Gentoo Authors
51 -# Distributed under the terms of the GNU General Public License v2
52 -
53 -EAPI=6
54 -
55 -PYTHON_COMPAT=( python3_6 )
56 -
57 -inherit distutils-r1
58 -
59 -MY_PN="XStatic-Patternfly"
60 -MY_P="${MY_PN}-${PV}"
61 -
62 -DESCRIPTION="XStatic Patternfly package"
63 -HOMEPAGE="https://pypi.org/project/XStatic-Patternfly"
64 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
65 -
66 -LICENSE="MIT"
67 -SLOT="0"
68 -KEYWORDS="~amd64 ~x86"
69 -IUSE="test"
70 -RESTRICT="!test? ( test )"
71 -
72 -RDEPEND="dev-python/xstatic[${PYTHON_USEDEP}]"
73 -
74 -DEPEND="
75 - ${RDEPEND}
76 - dev-python/setuptools[${PYTHON_USEDEP}]"
77 -
78 -S="${WORKDIR}/${MY_P}"
79 -
80 -python_install() {
81 - distutils-r1_python_install
82 - find "${ED}" -name '*.pth' -delete || die
83 -}