diff options
author | Tomas Mozes <hydrapolic@gmail.com> | 2018-10-10 13:22:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-10-18 22:02:13 +0200 |
commit | a003b24d84ba52220db3f37ec2cf71d608bb1ba0 (patch) | |
tree | 23a6a8776947b26523dd6dc848f9c7978d122daa /dev-python | |
parent | media-libs/harfbuzz: Synced live ebuild. (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/pallets-sphinx-themes/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pallets-sphinx-themes/metadata.xml | 11 | ||||
-rw-r--r-- | dev-python/pallets-sphinx-themes/pallets-sphinx-themes-1.1.2.ebuild | 18 |
3 files changed, 30 insertions, 0 deletions
diff --git a/dev-python/pallets-sphinx-themes/Manifest b/dev-python/pallets-sphinx-themes/Manifest new file mode 100644 index 000000000000..3eecb453dd82 --- /dev/null +++ b/dev-python/pallets-sphinx-themes/Manifest @@ -0,0 +1 @@ +DIST pallets-sphinx-themes-1.1.2.tar.gz 17054 BLAKE2B 2c106be4a8ba68c6c270035ad6764bf87c65a20ca3515991f6287e3bd6a280d3ad0df121c6bad995fe8964425bee4c6ec4d229eef15489c3ae4e4e98eebe4d22 SHA512 0537f1e24b22612720909f1e19f2893b35622411d72298a407cb19318eaf33a0f7c97ee6f69874a172c135b65c9c16726115c1decd6d7a3d6cbda3e1dbdb50fb diff --git a/dev-python/pallets-sphinx-themes/metadata.xml b/dev-python/pallets-sphinx-themes/metadata.xml new file mode 100644 index 000000000000..8c8ac13155bf --- /dev/null +++ b/dev-python/pallets-sphinx-themes/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <upstream> + <remote-id type="pypi">Pallets-Sphinx-Themes</remote-id> + </upstream> +</pkgmetadata> 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}]" |