diff options
author | 2017-11-12 21:07:26 -0600 | |
---|---|---|
committer | 2017-11-12 21:07:26 -0600 | |
commit | c29de60372d7d7124ec35cd99c52a4f62425f5f6 (patch) | |
tree | 630e805cd98e0a0d645c7ae0bc8759c0fa946e36 /dev-python | |
parent | base/use.stable.mask: unmask USE=libressl and curl_ssl_libressl (diff) | |
download | gentoo-c29de60372d7d7124ec35cd99c52a4f62425f5f6.tar.gz gentoo-c29de60372d7d7124ec35cd99c52a4f62425f5f6.tar.bz2 gentoo-c29de60372d7d7124ec35cd99c52a4f62425f5f6.zip |
dev-python/collective-checkdocs: adding for new keyring release
Package-Manager: Portage-2.3.8, Repoman-2.3.4
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/collective-checkdocs/Manifest | 1 | ||||
-rw-r--r-- | dev-python/collective-checkdocs/collective-checkdocs-0.2.ebuild | 21 | ||||
-rw-r--r-- | dev-python/collective-checkdocs/metadata.xml | 14 |
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-python/collective-checkdocs/Manifest b/dev-python/collective-checkdocs/Manifest new file mode 100644 index 000000000000..9b8a244e36be --- /dev/null +++ b/dev-python/collective-checkdocs/Manifest @@ -0,0 +1 @@ +DIST collective.checkdocs-0.2.zip 10865 SHA256 3a5328257c5224bc72753820c182910d7fb336bc1dba5e09113d48566655e46e SHA512 c234a365d3e89cebd467a42f98be256e8e24e42c88e5aee71556d165deb8d7d54d4b515fa6fdf70bd24e7727e083f3b6fb061aa304fa7a72de7e8612ad2fc2a2 WHIRLPOOL 9764295b52a4e875793ff7351bbb98fe388787164c82adea3d049945a0efd6b390bc06e11ddbb0448203b6783ff82327b02e3a3407a0367fccd5433480b7a5e1 diff --git a/dev-python/collective-checkdocs/collective-checkdocs-0.2.ebuild b/dev-python/collective-checkdocs/collective-checkdocs-0.2.ebuild new file mode 100644 index 000000000000..fa048c9bfe24 --- /dev/null +++ b/dev-python/collective-checkdocs/collective-checkdocs-0.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 ) +inherit distutils-r1 + +DESCRIPTION="Distutils command to view/validate packages's rst text long_descriptions." +HOMEPAGE="https://github.com/collective/collective.checkdocs" +SRC_URI="mirror://pypi/${PN:0:1}/collective.checkdocs/collective.checkdocs-${PV}.zip" +S="${WORKDIR}/collective.checkdocs-${PV}" + +LICENSE="GPL-2" # until https://github.com/collective/collective.checkdocs/issues/8 is fixed +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND} + dev-python/docutils[${PYTHON_USEDEP}]" diff --git a/dev-python/collective-checkdocs/metadata.xml b/dev-python/collective-checkdocs/metadata.xml new file mode 100644 index 000000000000..b7deeb302f91 --- /dev/null +++ b/dev-python/collective-checkdocs/metadata.xml @@ -0,0 +1,14 @@ +<?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> + </maintainer> + <maintainer type="person"> + <email>prometheanfire@gentoo.org</email> + <name>Matthew Thode</name> + </maintainer> + <longdescription lang="en"> + collective.checkdocs adds new distutils commands checkdocs and showdocs to validate restructured text in long_description field of Python eggs. This package aims to make Python egg help page publishing and editing easier. + </longdescription> +</pkgmetadata> |