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 9F1C5139085 for ; Fri, 20 Jan 2017 07:13:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD025E0CEC; Fri, 20 Jan 2017 07:13:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8556E0CEC for ; Fri, 20 Jan 2017 07:13:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72EBF3412CB for ; Fri, 20 Jan 2017 07:13:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66B3A29EF for ; Fri, 20 Jan 2017 07:13:08 +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: <1484896373.9880514a855f5c3b7a4178cc53475e4b0a76ba6f.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_celery/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx_celery/Manifest dev-python/sphinx_celery/metadata.xml dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild X-VCS-Directories: dev-python/sphinx_celery/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 9880514a855f5c3b7a4178cc53475e4b0a76ba6f X-VCS-Branch: master Date: Fri, 20 Jan 2017 07:13:08 +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: afbb59d2-401f-459f-825c-27a566f062c7 X-Archives-Hash: 9f7f1d6a873a4c4376dab2006cae0bc7 commit: 9880514a855f5c3b7a4178cc53475e4b0a76ba6f Author: Zac Medico gentoo org> AuthorDate: Fri Jan 20 07:12:53 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Jan 20 07:12:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9880514a dev-python/sphinx_celery: add package Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-python/sphinx_celery/Manifest | 1 + dev-python/sphinx_celery/metadata.xml | 11 +++++++++++ .../sphinx_celery/sphinx_celery-1.3.1.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 34 insertions(+) diff --git a/dev-python/sphinx_celery/Manifest b/dev-python/sphinx_celery/Manifest new file mode 100644 index 00000000..a39e866 --- /dev/null +++ b/dev-python/sphinx_celery/Manifest @@ -0,0 +1 @@ +DIST sphinx_celery-1.3.1.tar.gz 15334 SHA256 490eff4b56ab716a8bf53dc614916a89627b24b698e9fd14137be431a677a416 SHA512 b3d11204fd02f85426e1f4bcb81e61557f04440656be946a18e142087180a50f864ca4bbb53d3fff4eabd7623bf5c3682d3c1e00b9adf9184de99a27de98b2f6 WHIRLPOOL 15df69372faeaca1a2babee1c20e711b6f81d465be44977378cfc9d56471d5974a8fd985d1cda1ce9c518f5275cd56d33548050caa0d7a74bb9737273abe2b55 diff --git a/dev-python/sphinx_celery/metadata.xml b/dev-python/sphinx_celery/metadata.xml new file mode 100644 index 00000000..4c1119b --- /dev/null +++ b/dev-python/sphinx_celery/metadata.xml @@ -0,0 +1,11 @@ + + + + + zmedico@gentoo.org + + + sphinx_celery + celery/sphinx_celery + + diff --git a/dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild b/dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild new file mode 100644 index 00000000..1a33f77 --- /dev/null +++ b/dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) + +inherit distutils-r1 + +DESCRIPTION="Celery Sphinx Theme and Utilities" +HOMEPAGE="https://pypi.python.org/pypi/${PN} https://github.com/celery/${PN}" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="test" + +RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/sphinx-1.4[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}"