* [gentoo-commits] repo/gentoo:master commit in: dev-python/xstatic-patternfly-bootstrap-treeview/
@ 2018-06-19 19:13 Patrice Clement
0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2018-06-19 19:13 UTC (permalink / raw
To: gentoo-commits
commit: 730558846ac4f98080ac21cdd3d008d0e153d2c3
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 19 19:10:04 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Jun 19 19:13:20 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73055884
dev-python/xstatic-patternfly-bootstrap-treeview: new package.
Dependency of ARA.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
.../xstatic-patternfly-bootstrap-treeview/Manifest | 1 +
.../metadata.xml | 11 ++++++++
...ic-patternfly-bootstrap-treeview-2.1.3.2.ebuild | 33 ++++++++++++++++++++++
3 files changed, 45 insertions(+)
diff --git a/dev-python/xstatic-patternfly-bootstrap-treeview/Manifest b/dev-python/xstatic-patternfly-bootstrap-treeview/Manifest
new file mode 100644
index 00000000000..2e0070db328
--- /dev/null
+++ b/dev-python/xstatic-patternfly-bootstrap-treeview/Manifest
@@ -0,0 +1 @@
+DIST xstatic-patternfly-bootstrap-treeview-2.1.3.2.tar.gz 19720 BLAKE2B 930f6aded2b42bb49b7b7865d64ff21923f720d15b375b018621fc1647cc0588226308e7c362d436f22074782a0e55ce7851fffbd47db1ea9c17f197e39c7e15 SHA512 51c3c60a56390b2c9662bf54a72a485ab0fa17872cd4163785c20b72fe4cc70b7a019214c1474d720e13e91eff807f0497d50bfaf5f3ce4f52a1bd488090b041
diff --git a/dev-python/xstatic-patternfly-bootstrap-treeview/metadata.xml b/dev-python/xstatic-patternfly-bootstrap-treeview/metadata.xml
new file mode 100644
index 00000000000..8768d46bf62
--- /dev/null
+++ b/dev-python/xstatic-patternfly-bootstrap-treeview/metadata.xml
@@ -0,0 +1,11 @@
+<?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-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
new file mode 100644
index 00000000000..5d71669b7da
--- /dev/null
+++ b/dev-python/xstatic-patternfly-bootstrap-treeview/xstatic-patternfly-bootstrap-treeview-2.1.3.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+MY_PN="XStatic-Patternfly-Bootstrap-Treeview"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="XStatic-Patternfly-Bootstrap-Treeview package"
+HOMEPAGE="https://pypi.org/project/XStatic-Patternfly-Bootstrap-Treeview"
+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"
+
+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
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/xstatic-patternfly-bootstrap-treeview/
@ 2020-02-06 7:10 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2020-02-06 7:10 UTC (permalink / raw
To: gentoo-commits
commit: 883a14c14f3b44c6e982d4cb766d23ef980f78c8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 6 07:01:50 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 6 07:08:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=883a14c1
dev-python/xstatic-patternfly-bootstrap-treeview: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../xstatic-patternfly-bootstrap-treeview-2.1.3.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
index 1b3ab7f747c..8c3f538f55e 100644
--- 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
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/xstatic-patternfly-bootstrap-treeview/
@ 2020-05-31 10:22 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2020-05-31 10:22 UTC (permalink / raw
To: gentoo-commits
commit: a66b7ea7d39c13e6a42b5c7aeecf7360c9438e3b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 31 10:21:42 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 31 10:21:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66b7ea7
dev-python/xstatic-patternfly-bootstrap-treeview: Remove last-rited pkg
Closes: https://bugs.gentoo.org/719660
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../xstatic-patternfly-bootstrap-treeview/Manifest | 1 -
.../metadata.xml | 11 -------
...ic-patternfly-bootstrap-treeview-2.1.3.2.ebuild | 34 ----------------------
3 files changed, 46 deletions(-)
diff --git a/dev-python/xstatic-patternfly-bootstrap-treeview/Manifest b/dev-python/xstatic-patternfly-bootstrap-treeview/Manifest
deleted file mode 100644
index 2e0070db328..00000000000
--- a/dev-python/xstatic-patternfly-bootstrap-treeview/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xstatic-patternfly-bootstrap-treeview-2.1.3.2.tar.gz 19720 BLAKE2B 930f6aded2b42bb49b7b7865d64ff21923f720d15b375b018621fc1647cc0588226308e7c362d436f22074782a0e55ce7851fffbd47db1ea9c17f197e39c7e15 SHA512 51c3c60a56390b2c9662bf54a72a485ab0fa17872cd4163785c20b72fe4cc70b7a019214c1474d720e13e91eff807f0497d50bfaf5f3ce4f52a1bd488090b041
diff --git a/dev-python/xstatic-patternfly-bootstrap-treeview/metadata.xml b/dev-python/xstatic-patternfly-bootstrap-treeview/metadata.xml
deleted file mode 100644
index 8768d46bf62..00000000000
--- a/dev-python/xstatic-patternfly-bootstrap-treeview/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-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
deleted file mode 100644
index 8c3f538f55e..00000000000
--- a/dev-python/xstatic-patternfly-bootstrap-treeview/xstatic-patternfly-bootstrap-treeview-2.1.3.2.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-Bootstrap-Treeview"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="XStatic-Patternfly-Bootstrap-Treeview package"
-HOMEPAGE="https://pypi.org/project/XStatic-Patternfly-Bootstrap-Treeview"
-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
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-05-31 10:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-19 19:13 [gentoo-commits] repo/gentoo:master commit in: dev-python/xstatic-patternfly-bootstrap-treeview/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2020-02-06 7:10 Michał Górny
2020-05-31 10:22 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox