* [gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinxcontrib-fulltoc/
@ 2022-01-05 17:14 Florian Schmaus
0 siblings, 0 replies; 6+ messages in thread
From: Florian Schmaus @ 2022-01-05 17:14 UTC (permalink / raw
To: gentoo-commits
commit: daa6a6872e8bbd74200a321752bf5b1a2e1edc27
Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Mon Jan 3 21:19:26 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jan 3 21:23:05 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=daa6a687
dev-python/sphinxcontrib-fulltoc: initial import
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
dev-python/sphinxcontrib-fulltoc/Manifest | 1 +
dev-python/sphinxcontrib-fulltoc/metadata.xml | 12 ++++++++
.../sphinxcontrib-fulltoc-1.2.ebuild | 35 ++++++++++++++++++++++
3 files changed, 48 insertions(+)
diff --git a/dev-python/sphinxcontrib-fulltoc/Manifest b/dev-python/sphinxcontrib-fulltoc/Manifest
new file mode 100644
index 000000000..0af279544
--- /dev/null
+++ b/dev-python/sphinxcontrib-fulltoc/Manifest
@@ -0,0 +1 @@
+DIST sphinxcontrib-fulltoc-1.2.tar.gz 12366 BLAKE2B 229fed6e70f6908152b88ad192fcc19df862905d5c99580f0bd9be8dc44f2a6355c14d6121e69f6e9beec3111d2328d05158052712cc0e5f287f1872ed792e9b SHA512 ea622e1918711390d58061e3608ea8e4d72ccc104c7f80577060c0cc8d608d78b5bdbf097302cf3f96153643266b4edc1a70d039b3f2e1ec555a230cd06671c9
diff --git a/dev-python/sphinxcontrib-fulltoc/metadata.xml b/dev-python/sphinxcontrib-fulltoc/metadata.xml
new file mode 100644
index 000000000..edbfddfb9
--- /dev/null
+++ b/dev-python/sphinxcontrib-fulltoc/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+ <email>ceamac.paragon@gmail.com</email>
+ <description>Primary maintainer</description>
+</maintainer>
+<upstream>
+ <remote-id type="github">sphinx-contrib/fulltoc</remote-id>
+ <remote-id type="pypi">sphinxcontrib-fulltoc</remote-id>
+</upstream>
+</pkgmetadata>
diff --git a/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild b/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild
new file mode 100644
index 000000000..2c27bfb2b
--- /dev/null
+++ b/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="python-dbus-next is a Python library for DBus"
+HOMEPAGE="
+ https://github.com/sphinx-contrib/fulltoc
+ https://pypi.org/project/sphinxcontrib-fulltoc
+ https://sphinxcontrib-fulltoc.readthedocs.io
+"
+SRC_URI="https://github.com/sphinx-contrib/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND="dev-python/pbr[${PYTHON_USEDEP}]"
+
+export OSLO_PACKAGE_VERSION=${PV}
+
+S="${WORKDIR}/fulltoc-${PV}"
+
+distutils_enable_tests setup.py
+
+python_install_all() {
+ distutils-r1_python_install_all
+ find "${D}" -name '*.pth' -delete || die
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinxcontrib-fulltoc/
@ 2022-01-05 17:14 Florian Schmaus
0 siblings, 0 replies; 6+ messages in thread
From: Florian Schmaus @ 2022-01-05 17:14 UTC (permalink / raw
To: gentoo-commits
commit: c47db85ed08d39b205e31a61901df10f3035b8cd
Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Mon Jan 3 21:27:45 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jan 3 21:27:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c47db85e
dev-python/sphinxcontrib-fulltoc: update LICENSE
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild b/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild
index 2c27bfb2b..17fd8ac7e 100644
--- a/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild
+++ b/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="
"
SRC_URI="https://github.com/sphinx-contrib/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
+LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinxcontrib-fulltoc/
@ 2022-01-10 13:13 Andrew Ammerlaan
0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2022-01-10 13:13 UTC (permalink / raw
To: gentoo-commits
commit: 8dc2e4e772c5ddc5a2cf64c65af534b4cb81cdce
Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Sun Jan 9 11:27:22 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jan 9 11:27:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8dc2e4e7
dev-python/sphinxcontrib-fulltoc: rewrite deps
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild b/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild
index 6b0ca1145..b148c9501 100644
--- a/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild
+++ b/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild
@@ -19,8 +19,7 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-DEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
+RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
BDEPEND="dev-python/pbr[${PYTHON_USEDEP}]"
export OSLO_PACKAGE_VERSION=${PV}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinxcontrib-fulltoc/
@ 2022-09-12 14:21 Florian Schmaus
0 siblings, 0 replies; 6+ messages in thread
From: Florian Schmaus @ 2022-09-12 14:21 UTC (permalink / raw
To: gentoo-commits
commit: c09a97a2085e44e487bd922735f94c5261a07e9f
Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Sun Sep 11 17:38:10 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 17:41:34 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c09a97a2
dev-python/sphinxcontrib-fulltoc: enable py3.11
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
dev-python/sphinxcontrib-fulltoc/Manifest | 2 +-
dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild | 5 ++---
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/dev-python/sphinxcontrib-fulltoc/Manifest b/dev-python/sphinxcontrib-fulltoc/Manifest
index 0af279544..c052bc08e 100644
--- a/dev-python/sphinxcontrib-fulltoc/Manifest
+++ b/dev-python/sphinxcontrib-fulltoc/Manifest
@@ -1 +1 @@
-DIST sphinxcontrib-fulltoc-1.2.tar.gz 12366 BLAKE2B 229fed6e70f6908152b88ad192fcc19df862905d5c99580f0bd9be8dc44f2a6355c14d6121e69f6e9beec3111d2328d05158052712cc0e5f287f1872ed792e9b SHA512 ea622e1918711390d58061e3608ea8e4d72ccc104c7f80577060c0cc8d608d78b5bdbf097302cf3f96153643266b4edc1a70d039b3f2e1ec555a230cd06671c9
+DIST sphinxcontrib-fulltoc-1.2.gh.tar.gz 12366 BLAKE2B 229fed6e70f6908152b88ad192fcc19df862905d5c99580f0bd9be8dc44f2a6355c14d6121e69f6e9beec3111d2328d05158052712cc0e5f287f1872ed792e9b SHA512 ea622e1918711390d58061e3608ea8e4d72ccc104c7f80577060c0cc8d608d78b5bdbf097302cf3f96153643266b4edc1a70d039b3f2e1ec555a230cd06671c9
diff --git a/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild b/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild
index ee44722ea..0f876d09f 100644
--- a/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild
+++ b/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild
@@ -3,8 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
-
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="python-dbus-next is a Python library for DBus"
@@ -13,7 +12,7 @@ HOMEPAGE="
https://pypi.org/project/sphinxcontrib-fulltoc/
https://sphinxcontrib-fulltoc.readthedocs.io
"
-SRC_URI="https://github.com/sphinx-contrib/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/sphinx-contrib/fulltoc/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinxcontrib-fulltoc/
2023-01-25 10:57 [gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinxcontrib-fulltoc/ Viorel Munteanu
@ 2023-01-25 10:56 ` Viorel Munteanu
0 siblings, 0 replies; 6+ messages in thread
From: Viorel Munteanu @ 2023-01-25 10:56 UTC (permalink / raw
To: gentoo-commits
commit: d85ced7bd54b4ea907cb6bab27dc44eae3440639
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 10:38:23 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 10:55:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d85ced7b
dev-python/sphinxcontrib-fulltoc: treeclean
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
dev-python/sphinxcontrib-fulltoc/Manifest | 1 -
dev-python/sphinxcontrib-fulltoc/metadata.xml | 12 --------
.../sphinxcontrib-fulltoc-1.2.ebuild | 33 ----------------------
3 files changed, 46 deletions(-)
diff --git a/dev-python/sphinxcontrib-fulltoc/Manifest b/dev-python/sphinxcontrib-fulltoc/Manifest
deleted file mode 100644
index c052bc08e..000000000
--- a/dev-python/sphinxcontrib-fulltoc/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sphinxcontrib-fulltoc-1.2.gh.tar.gz 12366 BLAKE2B 229fed6e70f6908152b88ad192fcc19df862905d5c99580f0bd9be8dc44f2a6355c14d6121e69f6e9beec3111d2328d05158052712cc0e5f287f1872ed792e9b SHA512 ea622e1918711390d58061e3608ea8e4d72ccc104c7f80577060c0cc8d608d78b5bdbf097302cf3f96153643266b4edc1a70d039b3f2e1ec555a230cd06671c9
diff --git a/dev-python/sphinxcontrib-fulltoc/metadata.xml b/dev-python/sphinxcontrib-fulltoc/metadata.xml
deleted file mode 100644
index 733a38efb..000000000
--- a/dev-python/sphinxcontrib-fulltoc/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
- <email>ceamac@gentoo.org</email>
- <description>Primary maintainer</description>
-</maintainer>
-<upstream>
- <remote-id type="github">sphinx-contrib/fulltoc</remote-id>
- <remote-id type="pypi">sphinxcontrib-fulltoc</remote-id>
-</upstream>
-</pkgmetadata>
diff --git a/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild b/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild
deleted file mode 100644
index 0f876d09f..000000000
--- a/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-inherit distutils-r1
-
-DESCRIPTION="python-dbus-next is a Python library for DBus"
-HOMEPAGE="
- https://github.com/sphinx-contrib/fulltoc
- https://pypi.org/project/sphinxcontrib-fulltoc/
- https://sphinxcontrib-fulltoc.readthedocs.io
-"
-SRC_URI="https://github.com/sphinx-contrib/fulltoc/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
-BDEPEND="dev-python/pbr[${PYTHON_USEDEP}]"
-
-export OSLO_PACKAGE_VERSION=${PV}
-
-S="${WORKDIR}/fulltoc-${PV}"
-
-distutils_enable_tests setup.py
-
-python_install_all() {
- distutils-r1_python_install_all
- find "${D}" -name '*.pth' -delete || die
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinxcontrib-fulltoc/
@ 2023-01-25 10:57 Viorel Munteanu
2023-01-25 10:56 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
0 siblings, 1 reply; 6+ messages in thread
From: Viorel Munteanu @ 2023-01-25 10:57 UTC (permalink / raw
To: gentoo-commits
commit: d85ced7bd54b4ea907cb6bab27dc44eae3440639
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 10:38:23 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 10:55:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d85ced7b
dev-python/sphinxcontrib-fulltoc: treeclean
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
dev-python/sphinxcontrib-fulltoc/Manifest | 1 -
dev-python/sphinxcontrib-fulltoc/metadata.xml | 12 --------
.../sphinxcontrib-fulltoc-1.2.ebuild | 33 ----------------------
3 files changed, 46 deletions(-)
diff --git a/dev-python/sphinxcontrib-fulltoc/Manifest b/dev-python/sphinxcontrib-fulltoc/Manifest
deleted file mode 100644
index c052bc08e..000000000
--- a/dev-python/sphinxcontrib-fulltoc/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sphinxcontrib-fulltoc-1.2.gh.tar.gz 12366 BLAKE2B 229fed6e70f6908152b88ad192fcc19df862905d5c99580f0bd9be8dc44f2a6355c14d6121e69f6e9beec3111d2328d05158052712cc0e5f287f1872ed792e9b SHA512 ea622e1918711390d58061e3608ea8e4d72ccc104c7f80577060c0cc8d608d78b5bdbf097302cf3f96153643266b4edc1a70d039b3f2e1ec555a230cd06671c9
diff --git a/dev-python/sphinxcontrib-fulltoc/metadata.xml b/dev-python/sphinxcontrib-fulltoc/metadata.xml
deleted file mode 100644
index 733a38efb..000000000
--- a/dev-python/sphinxcontrib-fulltoc/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
- <email>ceamac@gentoo.org</email>
- <description>Primary maintainer</description>
-</maintainer>
-<upstream>
- <remote-id type="github">sphinx-contrib/fulltoc</remote-id>
- <remote-id type="pypi">sphinxcontrib-fulltoc</remote-id>
-</upstream>
-</pkgmetadata>
diff --git a/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild b/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild
deleted file mode 100644
index 0f876d09f..000000000
--- a/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-inherit distutils-r1
-
-DESCRIPTION="python-dbus-next is a Python library for DBus"
-HOMEPAGE="
- https://github.com/sphinx-contrib/fulltoc
- https://pypi.org/project/sphinxcontrib-fulltoc/
- https://sphinxcontrib-fulltoc.readthedocs.io
-"
-SRC_URI="https://github.com/sphinx-contrib/fulltoc/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
-BDEPEND="dev-python/pbr[${PYTHON_USEDEP}]"
-
-export OSLO_PACKAGE_VERSION=${PV}
-
-S="${WORKDIR}/fulltoc-${PV}"
-
-distutils_enable_tests setup.py
-
-python_install_all() {
- distutils-r1_python_install_all
- find "${D}" -name '*.pth' -delete || die
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-01-25 10:57 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-25 10:57 [gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinxcontrib-fulltoc/ Viorel Munteanu
2023-01-25 10:56 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
-- strict thread matches above, loose matches on Subject: below --
2022-09-12 14:21 [gentoo-commits] repo/proj/guru:master " Florian Schmaus
2022-01-10 13:13 Andrew Ammerlaan
2022-01-05 17:14 Florian Schmaus
2022-01-05 17:14 Florian Schmaus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox