From: "Alex Brandt" <alunduil@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-asyncio/
Date: Sat, 30 Jul 2016 14:55:33 +0000 (UTC) [thread overview]
Message-ID: <1469890508.e453c0eedbbd14f686945ee29b0374162c3ac99c.alunduil@gentoo> (raw)
commit: e453c0eedbbd14f686945ee29b0374162c3ac99c
Author: Alex Brandt <alunduil <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 30 14:55:08 2016 +0000
Commit: Alex Brandt <alunduil <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 14:55:08 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e453c0ee
dev-python/sphinxcontrib-asyncio: add version 0.2.0
Package-Manager: portage-2.3.0
dev-python/sphinxcontrib-asyncio/Manifest | 1 +
dev-python/sphinxcontrib-asyncio/metadata.xml | 13 ++++++++
.../sphinxcontrib-asyncio-0.2.0.ebuild | 38 ++++++++++++++++++++++
3 files changed, 52 insertions(+)
diff --git a/dev-python/sphinxcontrib-asyncio/Manifest b/dev-python/sphinxcontrib-asyncio/Manifest
new file mode 100644
index 0000000..478690f
--- /dev/null
+++ b/dev-python/sphinxcontrib-asyncio/Manifest
@@ -0,0 +1 @@
+DIST sphinxcontrib-asyncio-0.2.0.tar.gz 10689 SHA256 96627b1ec4eba08d09ad577ff9416c131910333ef37a2c82a2716e59646739f0 SHA512 2ca25717c03385ae9bf879b8efeab8d508292d07f96d941032720d755d3db2e7bbc3c9a33c6103af9d83849ed8878bea1048d349bd0873288ee2addfee9756b7 WHIRLPOOL 7fa99d9857b7e58bd57c9de94b49aeae3614f958f697db26e384106bda853d78dc5fb6b08e72631615d4eaf9f150290e651bf87c1866139238eb5c2b0f4d8017
diff --git a/dev-python/sphinxcontrib-asyncio/metadata.xml b/dev-python/sphinxcontrib-asyncio/metadata.xml
new file mode 100644
index 0000000..3e6df16
--- /dev/null
+++ b/dev-python/sphinxcontrib-asyncio/metadata.xml
@@ -0,0 +1,13 @@
+<?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>
+ </maintainer>
+ <maintainer type="person">
+ <email>alunduil@gentoo.org</email>
+ <name>Alex Brandt</name>
+ </maintainer>
+ <longdescription lang="en">
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0.ebuild b/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0.ebuild
new file mode 100644
index 0000000..a7573f4
--- /dev/null
+++ b/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0.ebuild
@@ -0,0 +1,38 @@
+# 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 python3_5 )
+inherit distutils-r1
+
+DESCRIPTION="sphinx extension to support coroutines in markup"
+HOMEPAGE="https://github.com/aio-libs/sphinxcontrib-asyncio"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+ test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+"
+RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
+
+python_compile_all() {
+ use doc && emake -C docs html
+}
+
+python_test() {
+ ${PYTHON} -m pytest tests || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+ use doc && local HTML_DOCS=( docs/_build/html/. )
+
+ distutils-r1_python_install_all
+}
next reply other threads:[~2016-07-30 14:55 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-30 14:55 Alex Brandt [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-02-13 9:06 [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-asyncio/ Zac Medico
2017-08-02 4:06 Sebastien Fabbro
2017-10-04 8:57 Michał Górny
2018-02-17 13:41 Michał Górny
2018-03-10 14:56 Pacho Ramos
2019-03-16 23:07 Anthony G. Basile
2019-04-27 11:49 Anthony G. Basile
2019-07-14 12:27 Michał Górny
2019-07-31 14:32 Mikle Kolyada
2019-12-30 21:54 Piotr Karbowski
2020-02-06 6:18 Michał Górny
2020-03-26 7:53 Sergei Trofimovich
2020-03-28 23:40 Sergei Trofimovich
2020-03-29 21:21 Sergei Trofimovich
2020-04-04 10:52 Sergei Trofimovich
2020-05-03 10:12 Agostino Sarubbo
2020-05-03 12:59 Agostino Sarubbo
2020-05-13 23:03 Sergei Trofimovich
2020-05-16 19:47 Sergei Trofimovich
2020-05-31 22:49 Matt Turner
2020-06-17 18:08 Sergei Trofimovich
2020-06-17 20:36 Sergei Trofimovich
2020-07-04 12:36 Mart Raudsepp
2020-07-11 22:43 Sam James
2020-12-03 17:31 Michał Górny
2020-12-04 12:38 Michał Górny
2020-12-13 23:23 Sam James
2021-05-28 21:48 Michał Górny
2021-05-28 21:48 Michał Górny
2021-08-28 8:16 Arthur Zamarin
2022-01-29 13:38 James Le Cuirot
2022-04-19 20:44 Michał Górny
2022-04-26 16:56 Arthur Zamarin
2022-04-26 17:01 Michał Górny
2022-06-05 18:22 Michał Górny
2022-07-10 16:56 Sam James
2022-07-10 19:06 Michał Górny
2022-09-26 7:33 Arthur Zamarin
2023-03-17 15:25 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=1469890508.e453c0eedbbd14f686945ee29b0374162c3ac99c.alunduil@gentoo \
--to=alunduil@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