* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-cheeseshop/
@ 2016-09-09 13:20 Tiziano Müller
0 siblings, 0 replies; 6+ messages in thread
From: Tiziano Müller @ 2016-09-09 13:20 UTC (permalink / raw
To: gentoo-commits
commit: a19bf525e663cf816483cab0643652d221b8db24
Author: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 9 13:17:44 2016 +0000
Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Fri Sep 9 13:17:44 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a19bf525
dev-python/sphinxcontrib-cheeseshop: rev-bump for EAPI 6 bump and py-3.5 support
Package-Manager: portage-2.3.0
.../sphinxcontrib-cheeseshop-0.2-r1.ebuild | 28 ++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/dev-python/sphinxcontrib-cheeseshop/sphinxcontrib-cheeseshop-0.2-r1.ebuild b/dev-python/sphinxcontrib-cheeseshop/sphinxcontrib-cheeseshop-0.2-r1.ebuild
new file mode 100644
index 00000000..3bf8d14
--- /dev/null
+++ b/dev-python/sphinxcontrib-cheeseshop/sphinxcontrib-cheeseshop-0.2-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy)
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx extension cheeseshop"
+HOMEPAGE="https://bitbucket.org/birkenfeld/sphinx-contrib"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND=">=dev-python/sphinx-1.0[${PYTHON_USEDEP}]"
+
+python_prepare_all() {
+ sed \
+ -e '5s/file/open/' \
+ -i setup.py || die
+
+ distutils-r1_python_prepare_all
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-cheeseshop/
@ 2017-04-28 14:15 Manuel Rüger
0 siblings, 0 replies; 6+ messages in thread
From: Manuel Rüger @ 2017-04-28 14:15 UTC (permalink / raw
To: gentoo-commits
commit: 2022cf1eaa0bb2e796061408d6788d4c9ecff2f2
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 14:15:12 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 14:15:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2022cf1e
dev-python/sphinxcontrib-cheeseshop: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
.../sphinxcontrib-cheeseshop/sphinxcontrib-cheeseshop-0.2-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/sphinxcontrib-cheeseshop/sphinxcontrib-cheeseshop-0.2-r1.ebuild b/dev-python/sphinxcontrib-cheeseshop/sphinxcontrib-cheeseshop-0.2-r1.ebuild
index d85b2c4763f..87a6776212e 100644
--- a/dev-python/sphinxcontrib-cheeseshop/sphinxcontrib-cheeseshop-0.2-r1.ebuild
+++ b/dev-python/sphinxcontrib-cheeseshop/sphinxcontrib-cheeseshop-0.2-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# 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} pypy)
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy)
inherit distutils-r1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-cheeseshop/
@ 2017-08-02 4:06 Sebastien Fabbro
0 siblings, 0 replies; 6+ messages in thread
From: Sebastien Fabbro @ 2017-08-02 4:06 UTC (permalink / raw
To: gentoo-commits
commit: 697e5fd9949491847a4a00c5008de3fbcb728f19
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 1 22:25:12 2017 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Wed Aug 2 04:06:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=697e5fd9
dev-python/sphinxcontrib-cheeseshop: fix for bug #623852 and add namespace
Package-Manager: Portage-2.3.6, Repoman-2.3.3
.../sphinxcontrib-cheeseshop-0.2-r2.ebuild | 33 ++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/dev-python/sphinxcontrib-cheeseshop/sphinxcontrib-cheeseshop-0.2-r2.ebuild b/dev-python/sphinxcontrib-cheeseshop/sphinxcontrib-cheeseshop-0.2-r2.ebuild
new file mode 100644
index 00000000000..0dad495679a
--- /dev/null
+++ b/dev-python/sphinxcontrib-cheeseshop/sphinxcontrib-cheeseshop-0.2-r2.ebuild
@@ -0,0 +1,33 @@
+# 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} pypy)
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx extension cheeseshop"
+HOMEPAGE="https://bitbucket.org/birkenfeld/sphinx-contrib"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+DEPEND=""
+RDEPEND=">=dev-python/sphinx-1.0[${PYTHON_USEDEP}]
+ dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
+
+python_prepare_all() {
+ sed \
+ -e '5s/file/open/' \
+ -i setup.py || die
+
+ distutils-r1_python_prepare_all
+}
+
+python_install_all() {
+ distutils-r1_python_install_all
+ find "${ED}" -name '*.pth' -delete || die
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-cheeseshop/
@ 2017-10-04 8:57 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2017-10-04 8:57 UTC (permalink / raw
To: gentoo-commits
commit: c41cd3df28c678456f807f5cc4621ddfc2aa74e7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 4 07:24:19 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 4 08:56:47 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c41cd3df
dev-python/sphinxcontrib-cheeseshop: Strip empty metadata.xml elements
dev-python/sphinxcontrib-cheeseshop/metadata.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/dev-python/sphinxcontrib-cheeseshop/metadata.xml b/dev-python/sphinxcontrib-cheeseshop/metadata.xml
index 346fef27d3c..01421b28c4a 100644
--- a/dev-python/sphinxcontrib-cheeseshop/metadata.xml
+++ b/dev-python/sphinxcontrib-cheeseshop/metadata.xml
@@ -5,8 +5,6 @@
<email>alunduil@gentoo.org</email>
<name>Alex Brandt</name>
</maintainer>
- <longdescription lang="en">
- </longdescription>
<upstream>
<remote-id type="pypi">sphinxcontrib-cheeseshop</remote-id>
<remote-id type="bitbucket">birkenfeld/sphinx-contrib</remote-id>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-cheeseshop/
@ 2018-03-10 14:56 Pacho Ramos
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2018-03-10 14:56 UTC (permalink / raw
To: gentoo-commits
commit: ae27f737738ad663fd754e28db8f4b82b080bcd6
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 10 14:44:45 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Mar 10 14:53:46 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae27f737
dev-python/sphinxcontrib-cheeseshop: Update maintainer due to bug #502560
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-python/sphinxcontrib-cheeseshop/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/dev-python/sphinxcontrib-cheeseshop/metadata.xml b/dev-python/sphinxcontrib-cheeseshop/metadata.xml
index 01421b28c4a..0550855b51f 100644
--- a/dev-python/sphinxcontrib-cheeseshop/metadata.xml
+++ b/dev-python/sphinxcontrib-cheeseshop/metadata.xml
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>alunduil@gentoo.org</email>
- <name>Alex Brandt</name>
- </maintainer>
<upstream>
<remote-id type="pypi">sphinxcontrib-cheeseshop</remote-id>
<remote-id type="bitbucket">birkenfeld/sphinx-contrib</remote-id>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-cheeseshop/
@ 2018-03-10 14:56 Pacho Ramos
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2018-03-10 14:56 UTC (permalink / raw
To: gentoo-commits
commit: 6c9c1178374f38d44b399208f6f843fedaecd917
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 10 14:45:00 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Mar 10 14:53:48 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c9c1178
dev-python/sphinxcontrib-cheeseshop: Drop old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
.../sphinxcontrib-cheeseshop-0.2-r1.ebuild | 27 -------------------
.../sphinxcontrib-cheeseshop-0.2.ebuild | 31 ----------------------
2 files changed, 58 deletions(-)
diff --git a/dev-python/sphinxcontrib-cheeseshop/sphinxcontrib-cheeseshop-0.2-r1.ebuild b/dev-python/sphinxcontrib-cheeseshop/sphinxcontrib-cheeseshop-0.2-r1.ebuild
deleted file mode 100644
index 87a6776212e..00000000000
--- a/dev-python/sphinxcontrib-cheeseshop/sphinxcontrib-cheeseshop-0.2-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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} pypy)
-
-inherit distutils-r1
-
-DESCRIPTION="Sphinx extension cheeseshop"
-HOMEPAGE="https://bitbucket.org/birkenfeld/sphinx-contrib"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=dev-python/sphinx-1.0[${PYTHON_USEDEP}]"
-
-python_prepare_all() {
- sed \
- -e '5s/file/open/' \
- -i setup.py || die
-
- distutils-r1_python_prepare_all
-}
diff --git a/dev-python/sphinxcontrib-cheeseshop/sphinxcontrib-cheeseshop-0.2.ebuild b/dev-python/sphinxcontrib-cheeseshop/sphinxcontrib-cheeseshop-0.2.ebuild
deleted file mode 100644
index 6ce0d6aec34..00000000000
--- a/dev-python/sphinxcontrib-cheeseshop/sphinxcontrib-cheeseshop-0.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 pypy)
-
-inherit distutils-r1
-
-DESCRIPTION="Sphinx extension cheeseshop"
-HOMEPAGE="https://bitbucket.org/birkenfeld/sphinx-contrib"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=dev-python/sphinx-1.0[${PYTHON_USEDEP}]"
-
-python_prepare_all() {
- ebegin 'patching setup.py'
- sed \
- -e '5s/file/open/' \
- -i setup.py
- STATUS=$?
- eend ${STATUS}
- [[ ${STATUS} -gt 0 ]] && die
-
- distutils-r1_python_prepare_all
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2018-03-10 14:56 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-09 13:20 [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-cheeseshop/ Tiziano Müller
-- strict thread matches above, loose matches on Subject: below --
2017-04-28 14:15 Manuel Rüger
2017-08-02 4:06 Sebastien Fabbro
2017-10-04 8:57 Michał Górny
2018-03-10 14:56 Pacho Ramos
2018-03-10 14:56 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox