From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8DDDA138334 for ; Wed, 5 Sep 2018 03:34:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 496F8E08E0; Wed, 5 Sep 2018 03:34:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0CD9BE08E0 for ; Wed, 5 Sep 2018 03:34:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44323335C5D for ; Wed, 5 Sep 2018 03:34:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6949A3C6 for ; Wed, 5 Sep 2018 03:34:47 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1536118476.54e68e1e090c00457a1688df88489516406dc66e.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-aiohttp-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx-aiohttp-theme/Manifest dev-python/sphinx-aiohttp-theme/metadata.xml dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.4.ebuild X-VCS-Directories: dev-python/sphinx-aiohttp-theme/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 54e68e1e090c00457a1688df88489516406dc66e X-VCS-Branch: master Date: Wed, 5 Sep 2018 03:34:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fb76656d-fe8f-469e-80c8-378af52e1852 X-Archives-Hash: 6ea8cc5612ebd3095d12e0efc8cbe39d commit: 54e68e1e090c00457a1688df88489516406dc66e Author: Zac Medico gentoo org> AuthorDate: Wed Sep 5 03:18:10 2018 +0000 Commit: Zac Medico gentoo 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 @@ + + + + + zmedico@gentoo.org + + + aio-libs/aiohttp-theme + aiohttp-theme + + 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}"