commit:     c29de60372d7d7124ec35cd99c52a4f62425f5f6
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 13 03:07:26 2017 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Nov 13 03:07:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c29de603

dev-python/collective-checkdocs: adding for new keyring release

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 dev-python/collective-checkdocs/Manifest            |  1 +
 .../collective-checkdocs-0.2.ebuild                 | 21 +++++++++++++++++++++
 dev-python/collective-checkdocs/metadata.xml        | 14 ++++++++++++++
 3 files changed, 36 insertions(+)

diff --git a/dev-python/collective-checkdocs/Manifest 
b/dev-python/collective-checkdocs/Manifest
new file mode 100644
index 00000000000..9b8a244e36b
--- /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 00000000000..fa048c9bfe2
--- /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 00000000000..b7deeb302f9
--- /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>[email protected]</email>
+       </maintainer>
+       <maintainer type="person">
+               <email>[email protected]</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>

Reply via email to