* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-documentedlist/
@ 2017-10-18 15:35 Michał Górny
0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2017-10-18 15:35 UTC (permalink / raw
To: gentoo-commits
commit: bfa2f7cacd3a24bfcf6761e52f95f8f388376cbb
Author: Foster McLane <fkmclane <AT> gmail <DOT> com>
AuthorDate: Mon Sep 11 12:54:01 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 18 15:35:27 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfa2f7ca
dev-python/sphinxcontrib-documentedlist: add version 0.6
Add DocumentedList Sphinx Extension version 0.6 required to generate
documentation for some pacakges, e.g. mitmproxy. This package is
intended to facilitate the net-proxy/mitmproxy package in the Pentoo
overlay.
Closes: https://github.com/gentoo/gentoo/pull/5688
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-python/sphinxcontrib-documentedlist/Manifest | 1 +
.../sphinxcontrib-documentedlist/metadata.xml | 15 +++++++++++
.../sphinxcontrib-documentedlist-0.6.ebuild | 31 ++++++++++++++++++++++
3 files changed, 47 insertions(+)
diff --git a/dev-python/sphinxcontrib-documentedlist/Manifest b/dev-python/sphinxcontrib-documentedlist/Manifest
new file mode 100644
index 00000000000..cb692a62372
--- /dev/null
+++ b/dev-python/sphinxcontrib-documentedlist/Manifest
@@ -0,0 +1 @@
+DIST sphinxcontrib-documentedlist-0.6.tar.gz 4983 SHA256 0ca2009a577b3e3b2a5dabef8c0e2d5067be8ffda84f893ca356a8a9784fc21a SHA512 9d7f14400b2a3e9b96f01ac003f70c0f7112d9286b2a978495f3089fe94137b034835bd91944e5709fb22553c30c9c324558c9a38ae82b932e1f2ba7f6927dd9 WHIRLPOOL d661d2016a777aea218ed352f64dae706edc326bae1d5fdd47a97368d394bfa883f45765f5ac05aed232f212703348ef5cbe3c908c2dbf461803a328acf7de1c
diff --git a/dev-python/sphinxcontrib-documentedlist/metadata.xml b/dev-python/sphinxcontrib-documentedlist/metadata.xml
new file mode 100644
index 00000000000..02a776fca8b
--- /dev/null
+++ b/dev-python/sphinxcontrib-documentedlist/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>fkmclane@gmail.com</email>
+ <name>Foster McLane</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">sphinxcontrib-documentedlist</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/sphinxcontrib-documentedlist/sphinxcontrib-documentedlist-0.6.ebuild b/dev-python/sphinxcontrib-documentedlist/sphinxcontrib-documentedlist-0.6.ebuild
new file mode 100644
index 00000000000..b55b8017c3e
--- /dev/null
+++ b/dev-python/sphinxcontrib-documentedlist/sphinxcontrib-documentedlist-0.6.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 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
+
+DESCRIPTION="Sphinx extension to convert a Python list into a generated table"
+HOMEPAGE="https://github.com/chintal/sphinxcontrib-documentedlist"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]
+ dev-python/sphinx[${PYTHON_USEDEP}]
+"
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
+"
+
+python_install_all() {
+ distutils-r1_python_install_all
+ find "${ED}" -name '*.pth' -delete || die
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-documentedlist/
@ 2020-05-16 7:09 Joonas Niilola
0 siblings, 0 replies; 2+ messages in thread
From: Joonas Niilola @ 2020-05-16 7:09 UTC (permalink / raw
To: gentoo-commits
commit: 5aa6cf952db0d0a6a2be202c487552eebf3a4ad4
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat May 16 06:56:36 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat May 16 06:56:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aa6cf95
dev-python/sphinxcontrib-documentedlist: drop to m-n
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-python/sphinxcontrib-documentedlist/metadata.xml | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/dev-python/sphinxcontrib-documentedlist/metadata.xml b/dev-python/sphinxcontrib-documentedlist/metadata.xml
index 02a776fca8b..95b1e458e20 100644
--- a/dev-python/sphinxcontrib-documentedlist/metadata.xml
+++ b/dev-python/sphinxcontrib-documentedlist/metadata.xml
@@ -1,14 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>fkmclane@gmail.com</email>
- <name>Foster McLane</name>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
+ <!--maintainer-needed-->
<upstream>
<remote-id type="pypi">sphinxcontrib-documentedlist</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-05-16 7:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-18 15:35 [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-documentedlist/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2020-05-16 7:09 Joonas Niilola
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox