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-bootstrap-treeview/
Date: Sun, 31 May 2020 10:22:31
Message-Id: 1590920502.a66b7ea7d39c13e6a42b5c7aeecf7360c9438e3b.mgorny@gentoo
1 commit: a66b7ea7d39c13e6a42b5c7aeecf7360c9438e3b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 10:21:42 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 10:21:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66b7ea7
7
8 dev-python/xstatic-patternfly-bootstrap-treeview: 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 .../xstatic-patternfly-bootstrap-treeview/Manifest | 1 -
14 .../metadata.xml | 11 -------
15 ...ic-patternfly-bootstrap-treeview-2.1.3.2.ebuild | 34 ----------------------
16 3 files changed, 46 deletions(-)
17
18 diff --git a/dev-python/xstatic-patternfly-bootstrap-treeview/Manifest b/dev-python/xstatic-patternfly-bootstrap-treeview/Manifest
19 deleted file mode 100644
20 index 2e0070db328..00000000000
21 --- a/dev-python/xstatic-patternfly-bootstrap-treeview/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST xstatic-patternfly-bootstrap-treeview-2.1.3.2.tar.gz 19720 BLAKE2B 930f6aded2b42bb49b7b7865d64ff21923f720d15b375b018621fc1647cc0588226308e7c362d436f22074782a0e55ce7851fffbd47db1ea9c17f197e39c7e15 SHA512 51c3c60a56390b2c9662bf54a72a485ab0fa17872cd4163785c20b72fe4cc70b7a019214c1474d720e13e91eff807f0497d50bfaf5f3ce4f52a1bd488090b041
25
26 diff --git a/dev-python/xstatic-patternfly-bootstrap-treeview/metadata.xml b/dev-python/xstatic-patternfly-bootstrap-treeview/metadata.xml
27 deleted file mode 100644
28 index 8768d46bf62..00000000000
29 --- a/dev-python/xstatic-patternfly-bootstrap-treeview/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-bootstrap-treeview/xstatic-patternfly-bootstrap-treeview-2.1.3.2.ebuild b/dev-python/xstatic-patternfly-bootstrap-treeview/xstatic-patternfly-bootstrap-treeview-2.1.3.2.ebuild
45 deleted file mode 100644
46 index 8c3f538f55e..00000000000
47 --- a/dev-python/xstatic-patternfly-bootstrap-treeview/xstatic-patternfly-bootstrap-treeview-2.1.3.2.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-Bootstrap-Treeview"
60 -MY_P="${MY_PN}-${PV}"
61 -
62 -DESCRIPTION="XStatic-Patternfly-Bootstrap-Treeview package"
63 -HOMEPAGE="https://pypi.org/project/XStatic-Patternfly-Bootstrap-Treeview"
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 -}