summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-31 12:21:43 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-31 12:21:43 +0200
commit04e4e25446c77a56b43f25b42eee85350fe5dbe2 (patch)
treeb20ecb5d94b7736aa6ced9312c94ed4f0321f214 /dev-python
parentdev-python/xstatic-patternfly-bootstrap-treeview: Remove last-rited pkg (diff)
downloadgentoo-04e4e25446c77a56b43f25b42eee85350fe5dbe2.tar.gz
gentoo-04e4e25446c77a56b43f25b42eee85350fe5dbe2.tar.bz2
gentoo-04e4e25446c77a56b43f25b42eee85350fe5dbe2.zip
dev-python/xstatic-patternfly: Remove last-rited pkg
Closes: https://bugs.gentoo.org/719660 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/xstatic-patternfly/Manifest1
-rw-r--r--dev-python/xstatic-patternfly/metadata.xml11
-rw-r--r--dev-python/xstatic-patternfly/xstatic-patternfly-3.21.0.1.ebuild34
3 files changed, 0 insertions, 46 deletions
diff --git a/dev-python/xstatic-patternfly/Manifest b/dev-python/xstatic-patternfly/Manifest
deleted file mode 100644
index 7ee574e3ed3e..000000000000
--- a/dev-python/xstatic-patternfly/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xstatic-patternfly-3.21.0.1.tar.gz 5674553 BLAKE2B 23d14689bfd43195b26f818a0a766aa7ee3f70145baf776790dc642b09a38285370065538ca38aa85ed13924feadff2c97beb1c88026fb98a5d38b502c86ff76 SHA512 14ffebfefe00107cae16d6f2a6cfa11bc7be5b4cfec54f6fe0c0adb0d22b4730870ddd382b202d3489032680d9d4a43aca8ded4b654c44b083ee36c18ca70168
diff --git a/dev-python/xstatic-patternfly/metadata.xml b/dev-python/xstatic-patternfly/metadata.xml
deleted file mode 100644
index 8768d46bf628..000000000000
--- a/dev-python/xstatic-patternfly/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python Project</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">XStatic</remote-id>
- </upstream>
-</pkgmetadata>
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
deleted file mode 100644
index 5025bef7a32c..000000000000
--- a/dev-python/xstatic-patternfly/xstatic-patternfly-3.21.0.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-MY_PN="XStatic-Patternfly"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="XStatic Patternfly package"
-HOMEPAGE="https://pypi.org/project/XStatic-Patternfly"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-python/xstatic[${PYTHON_USEDEP}]"
-
-DEPEND="
- ${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${MY_P}"
-
-python_install() {
- distutils-r1_python_install
- find "${ED}" -name '*.pth' -delete || die
-}