public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinxcontrib-fulltoc/
Date: Wed,  5 Jan 2022 17:14:10 +0000 (UTC)	[thread overview]
Message-ID: <1641244985.daa6a6872e8bbd74200a321752bf5b1a2e1edc27.flow@gentoo> (raw)

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
+}


             reply	other threads:[~2022-01-05 17:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-05 17:14 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-01-05 17:14 [gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinxcontrib-fulltoc/ Florian Schmaus
2022-01-10 13:13 Andrew Ammerlaan
2022-09-12 14:21 Florian Schmaus
2023-01-25 10:57 Viorel Munteanu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1641244985.daa6a6872e8bbd74200a321752bf5b1a2e1edc27.flow@gentoo \
    --to=flow@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox