public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastien Fabbro" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-websupport/
Date: Tue, 11 Jul 2017 20:33:43 +0000 (UTC)	[thread overview]
Message-ID: <1499804397.9482be3ada120830a330484768e5ab13fb2896e1.bicatali@gentoo> (raw)

commit:     9482be3ada120830a330484768e5ab13fb2896e1
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 10 19:36:42 2017 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Tue Jul 11 20:19:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9482be3a

dev-python/sphinxcontrib-websupport: initial import

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/sphinxcontrib-websupport/Manifest       |  1 +
 dev-python/sphinxcontrib-websupport/metadata.xml   | 16 +++++++++
 .../sphinxcontrib-websupport-1.0.1.ebuild          | 42 ++++++++++++++++++++++
 3 files changed, 59 insertions(+)

diff --git a/dev-python/sphinxcontrib-websupport/Manifest b/dev-python/sphinxcontrib-websupport/Manifest
new file mode 100644
index 00000000000..948c706d68c
--- /dev/null
+++ b/dev-python/sphinxcontrib-websupport/Manifest
@@ -0,0 +1 @@
+DIST sphinxcontrib-websupport-1.0.1.tar.gz 590480 SHA256 7a85961326aa3a400cd4ad3c816d70ed6f7c740acd7ce5d78cd0a67825072eb9 SHA512 67807b2505e063639163b020f0e62469b0c2838c303516cce9a8d90181cc7b8a10d76532adb1267556d40f95966efc20ec9f8ee1a6731056bda827a6f97f40ec WHIRLPOOL febeb18363cb8f7a0fafbaa0e318b935fdeb44e039454561e29548404bf95f5412ef49270f6957ed109265c95db8a236ac3b7cb981a400fb8d4e896f2f01731c

diff --git a/dev-python/sphinxcontrib-websupport/metadata.xml b/dev-python/sphinxcontrib-websupport/metadata.xml
new file mode 100644
index 00000000000..1fd50daef80
--- /dev/null
+++ b/dev-python/sphinxcontrib-websupport/metadata.xml
@@ -0,0 +1,16 @@
+<?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</name>
+  </maintainer>
+  <longdescription lang="en">
+    sphinxcontrib-webuspport provides a Python API to easily integrate
+    Sphinx documentation into your Web application.
+  </longdescription>
+  <upstream>
+    <remote-id type="pypi">sphinxcontrib-websupport</remote-id>
+    <remote-id type="github">sphinx-doc/sphinxcontrib-websupport</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.0.1.ebuild b/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.0.1.ebuild
new file mode 100644
index 00000000000..f4b10574f8a
--- /dev/null
+++ b/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.0.1.ebuild
@@ -0,0 +1,42 @@
+# 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 websupport extension"
+HOMEPAGE="http://www.sphinx-doc.org"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+CDEPEND="
+	>=dev-python/sqlalchemy-0.9[${PYTHON_USEDEP}]
+	>=dev-python/whoosh-2.0[${PYTHON_USEDEP}]
+	>=dev-python/six-1.5[${PYTHON_USEDEP}]
+	>=dev-python/sphinx-1.5.3[${PYTHON_USEDEP}]
+	dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]
+"
+DEPEND="${CDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? (
+		dev-python/tox[${PYTHON_USEDEP}]
+		dev-python/pytest[${PYTHON_USEDEP}]
+		dev-python/mock[${PYTHON_USEDEP}]
+	)
+"
+RDEPEND="${CDEPEND}"
+
+python_install_all() {
+	distutils-r1_python_install_all
+	find "${ED}" -name '*.pth' -delete || die
+}
+
+python_test(){
+	${EPYTHON} -m pytest tests/
+}


             reply	other threads:[~2017-07-11 20:33 UTC|newest]

Thread overview: 77+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-11 20:33 Sebastien Fabbro [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-07-11 20:33 [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-websupport/ Sebastien Fabbro
2017-07-29 20:38 Matt Thode
2017-07-29 20:38 Matt Thode
2017-09-12  9:13 Fabian Groffen
2017-12-16 21:22 Mike Gilbert
2017-12-16 21:49 Mike Gilbert
2018-01-01 10:08 Michał Górny
2018-01-01 10:08 Michał Górny
2018-02-22 18:06 Michał Górny
2018-03-27 23:15 Matt Turner
2018-07-13  9:07 Michał Górny
2018-07-13  9:07 Michał Górny
2018-07-13  9:07 Michał Górny
2018-07-16 11:48 Michał Górny
2018-07-16 19:57 Michał Górny
2018-08-14  6:50 Mart Raudsepp
2018-08-17  1:38 Mikle Kolyada
2018-10-01  0:07 Thomas Deutschmann
2018-10-01 21:31 Sergei Trofimovich
2018-10-02 14:02 Tobias Klausmann
2018-10-02 14:37 Mikle Kolyada
2018-10-12 19:08 Sergei Trofimovich
2018-11-25 10:12 Mikle Kolyada
2018-12-19 22:48 Sergei Trofimovich
2018-12-28 20:37 Mikle Kolyada
2018-12-29 16:29 Matt Turner
2019-03-19 23:44 Virgil Dupras
2019-12-30 21:54 Piotr Karbowski
2020-03-02 20:22 Michał Górny
2020-03-24  7:55 Michał Górny
2020-03-29  9:16 Michał Górny
2020-04-30  9:45 Michał Górny
2020-04-30 15:56 Agostino Sarubbo
2020-04-30 15:57 Agostino Sarubbo
2020-04-30 15:58 Agostino Sarubbo
2020-04-30 16:00 Agostino Sarubbo
2020-04-30 18:47 Michał Górny
2020-05-01  8:40 Mart Raudsepp
2020-05-02  9:01 Sergei Trofimovich
2020-05-02  9:35 Agostino Sarubbo
2020-05-02 18:43 Agostino Sarubbo
2020-05-05 21:04 Sergei Trofimovich
2020-05-31 17:17 Michał Górny
2020-07-09  8:04 Agostino Sarubbo
2020-07-09  8:16 Agostino Sarubbo
2020-07-09  8:27 Agostino Sarubbo
2020-07-09  8:41 Agostino Sarubbo
2020-07-11  9:16 Michał Górny
2020-07-27 10:02 Michał Górny
2020-08-01 22:29 Michał Górny
2020-08-10  2:38 Michał Górny
2020-09-17 17:39 Sam James
2020-09-18 15:53 Michał Górny
2020-12-03 17:31 Michał Górny
2020-12-04 12:38 Michał Górny
2021-06-04 12:00 Michał Górny
2021-07-27 11:00 Marek Szuba
2021-09-26  7:05 James Le Cuirot
2022-04-20 12:18 Michał Górny
2022-04-26 16:56 Arthur Zamarin
2022-04-26 17:02 Michał Górny
2022-05-14 12:44 Arthur Zamarin
2022-06-24 11:40 Michał Górny
2023-05-29 21:55 Sam James
2023-08-10  2:53 Michał Górny
2023-09-11 12:00 Arthur Zamarin
2023-09-11 14:08 Michał Górny
2024-01-13  8:20 Michał Górny
2024-01-29  7:02 Arthur Zamarin
2024-01-29  9:55 Michał Górny
2024-05-25  9:28 Michał Górny
2024-09-01 19:51 Arthur Zamarin
2025-02-18 16:55 Michał Górny
2025-02-18 20:38 Michał Górny
2025-02-20 10:20 Michał Górny
2025-03-09 17:46 Michał Górny

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=1499804397.9482be3ada120830a330484768e5ab13fb2896e1.bicatali@gentoo \
    --to=bicatali@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