summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2016-03-08 10:58:07 +0100
committerPatrick Lauer <patrick@gentoo.org>2016-03-08 11:01:05 +0100
commit8c85aa853b9015f7e6d7dd4a93043139626f64dc (patch)
tree2b7df069a3fc2f56ef143033824fa2fc57660029 /dev-python/pylons-sphinx-themes/pylons-sphinx-themes-0.3.1.ebuild
parentapp-emulation/lxd: remove old (diff)
downloadgentoo-8c85aa853b9015f7e6d7dd4a93043139626f64dc.tar.gz
gentoo-8c85aa853b9015f7e6d7dd4a93043139626f64dc.tar.bz2
gentoo-8c85aa853b9015f7e6d7dd4a93043139626f64dc.zip
dev-python/pylons-sphinx-themes: Initial import. Dependency of waitress.
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-python/pylons-sphinx-themes/pylons-sphinx-themes-0.3.1.ebuild')
-rw-r--r--dev-python/pylons-sphinx-themes/pylons-sphinx-themes-0.3.1.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/pylons-sphinx-themes/pylons-sphinx-themes-0.3.1.ebuild b/dev-python/pylons-sphinx-themes/pylons-sphinx-themes-0.3.1.ebuild
new file mode 100644
index 000000000000..2f7a2410011d
--- /dev/null
+++ b/dev-python/pylons-sphinx-themes/pylons-sphinx-themes-0.3.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Pylons Sphinx themes for documentation styling"
+HOMEPAGE="https://pypi.python.org/pypi/pylons-sphinx-themes"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD-4"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"