dev-python/collective-checkdocs: adding for new keyring release
authorMatthew Thode <prometheanfire@gentoo.org>
Mon, 13 Nov 2017 03:07:26 +0000 (21:07 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Mon, 13 Nov 2017 03:07:26 +0000 (21:07 -0600)
Package-Manager: Portage-2.3.8, Repoman-2.3.4

dev-python/collective-checkdocs/Manifest [new file with mode: 0644]
dev-python/collective-checkdocs/collective-checkdocs-0.2.ebuild [new file with mode: 0644]
dev-python/collective-checkdocs/metadata.xml [new file with mode: 0644]

diff --git a/dev-python/collective-checkdocs/Manifest b/dev-python/collective-checkdocs/Manifest
new file mode 100644 (file)
index 0000000..9b8a244
--- /dev/null
@@ -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 (file)
index 0000000..fa048c9
--- /dev/null
@@ -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 (file)
index 0000000..b7deeb3
--- /dev/null
@@ -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>