summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Mozes <hydrapolic@gmail.com>2018-10-10 13:22:02 +0200
committerMichał Górny <mgorny@gentoo.org>2018-10-18 22:02:13 +0200
commita003b24d84ba52220db3f37ec2cf71d608bb1ba0 (patch)
tree23a6a8776947b26523dd6dc848f9c7978d122daa /dev-python/pallets-sphinx-themes/pallets-sphinx-themes-1.1.2.ebuild
parentmedia-libs/harfbuzz: Synced live ebuild. (diff)
downloadgentoo-a003b24d84ba52220db3f37ec2cf71d608bb1ba0.tar.gz
gentoo-a003b24d84ba52220db3f37ec2cf71d608bb1ba0.tar.bz2
gentoo-a003b24d84ba52220db3f37ec2cf71d608bb1ba0.zip
dev-python/pallets-sphinx-themes: add package required by click
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pallets-sphinx-themes/pallets-sphinx-themes-1.1.2.ebuild')
-rw-r--r--dev-python/pallets-sphinx-themes/pallets-sphinx-themes-1.1.2.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/pallets-sphinx-themes/pallets-sphinx-themes-1.1.2.ebuild b/dev-python/pallets-sphinx-themes/pallets-sphinx-themes-1.1.2.ebuild
new file mode 100644
index 000000000000..72e586a5bfbb
--- /dev/null
+++ b/dev-python/pallets-sphinx-themes/pallets-sphinx-themes-1.1.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Sphinx themes for Pallets and related projects"
+HOMEPAGE="https://github.com/pallets/pallets-sphinx-themes"
+SRC_URI="https://github.com/pallets/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"