From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-aiohttp-theme/
Date: Wed, 5 Sep 2018 03:34:47 +0000 (UTC) [thread overview]
Message-ID: <1536118476.54e68e1e090c00457a1688df88489516406dc66e.zmedico@gentoo> (raw)
commit: 54e68e1e090c00457a1688df88489516406dc66e
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 5 03:18:10 2018 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Sep 5 03:34:36 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54e68e1e
dev-python/sphinx-aiohttp-theme: new package
Package-Manager: Portage-2.3.49, Repoman-2.3.10
dev-python/sphinx-aiohttp-theme/Manifest | 1 +
dev-python/sphinx-aiohttp-theme/metadata.xml | 11 ++++++++++
.../sphinx-aiohttp-theme-0.1.4.ebuild | 25 ++++++++++++++++++++++
3 files changed, 37 insertions(+)
diff --git a/dev-python/sphinx-aiohttp-theme/Manifest b/dev-python/sphinx-aiohttp-theme/Manifest
new file mode 100644
index 00000000000..03d16a6d9cc
--- /dev/null
+++ b/dev-python/sphinx-aiohttp-theme/Manifest
@@ -0,0 +1 @@
+DIST aiohttp-theme-0.1.4.tar.gz 10723 BLAKE2B afc398bb65e69fcc931f214c613f789da07c89bafd26ff207d4c5666edbe323f77c4a6fec09817d4dc6bb1d40e21ddd82f0b7b5c25dc5fe89b8b83c1c423bad7 SHA512 b487c9095a677baf9471b93be5b9cc3a697f62d2674d27ea4a7aee043e5dd75c5543a0e0a2e51c28e36e5bbf324bcb6d06786b31ae3b492ad2f972c6776c40af
diff --git a/dev-python/sphinx-aiohttp-theme/metadata.xml b/dev-python/sphinx-aiohttp-theme/metadata.xml
new file mode 100644
index 00000000000..b7700e6c436
--- /dev/null
+++ b/dev-python/sphinx-aiohttp-theme/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>zmedico@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">aio-libs/aiohttp-theme</remote-id>
+ <remote-id type="pypi">aiohttp-theme</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.4.ebuild b/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.4.ebuild
new file mode 100644
index 00000000000..e4a37d75b9e
--- /dev/null
+++ b/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{5,6} )
+
+inherit distutils-r1
+
+MY_PN="aiohttp-theme"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Sphinx theme for aiohttp"
+HOMEPAGE="https://github.com/aio-libs/aiohttp-theme"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]"
+
+S="${WORKDIR}/${MY_P}"
next reply other threads:[~2018-09-05 3:34 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-05 3:34 Zac Medico [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-03-16 23:22 [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-aiohttp-theme/ 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-07-31 14:32 Mikle Kolyada
2019-10-17 12:18 Michał Górny
2019-12-30 21:54 Piotr Karbowski
2020-03-29 9:16 Michał Górny
2020-06-04 6:23 Agostino Sarubbo
2020-06-04 6:35 Agostino Sarubbo
2020-08-18 21:53 Sergei Trofimovich
2020-08-19 9:29 Sergei Trofimovich
2020-08-25 10:23 Sam James
2020-09-13 4:55 Sam James
2020-09-27 6:42 Matt Turner
2020-09-28 17:41 Sergei Trofimovich
2020-09-30 20:26 Sam James
2020-10-01 17:29 Sergei Trofimovich
2020-10-07 1:02 Sam James
2020-11-26 13:21 Sam James
2020-11-26 19:08 Sam James
2020-11-30 21:12 Sergei Trofimovich
2021-05-28 21:48 Michał Górny
2021-05-28 21:48 Michał Górny
2021-08-28 8:16 Arthur Zamarin
2022-04-26 1:51 Sam James
2022-07-15 18:45 Arthur Zamarin
2022-07-15 18:45 Arthur Zamarin
2022-08-17 18:49 Arthur Zamarin
2022-08-17 19:34 Arthur Zamarin
2023-03-25 17:19 Michał Górny
2024-03-03 19:51 Arthur Zamarin
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=1536118476.54e68e1e090c00457a1688df88489516406dc66e.zmedico@gentoo \
--to=zmedico@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