dev-python/sphinx_celery: add package
authorZac Medico <zmedico@gentoo.org>
Fri, 20 Jan 2017 07:12:53 +0000 (23:12 -0800)
committerZac Medico <zmedico@gentoo.org>
Fri, 20 Jan 2017 07:12:53 +0000 (23:12 -0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/sphinx_celery/Manifest [new file with mode: 0644]
dev-python/sphinx_celery/metadata.xml [new file with mode: 0644]
dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild [new file with mode: 0644]

diff --git a/dev-python/sphinx_celery/Manifest b/dev-python/sphinx_celery/Manifest
new file mode 100644 (file)
index 0000000..a39e866
--- /dev/null
@@ -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 (file)
index 0000000..4c1119b
--- /dev/null
@@ -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="pypi">sphinx_celery</remote-id>
+               <remote-id type="github">celery/sphinx_celery</remote-id>
+       </upstream>
+</pkgmetadata>
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 (file)
index 0000000..1a33f77
--- /dev/null
@@ -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}"