From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DD9E21396D9 for ; Mon, 13 Nov 2017 03:12:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E256E1071; Mon, 13 Nov 2017 03:12:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA75AE1071 for ; Mon, 13 Nov 2017 03:12:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B4FD33BEA7 for ; Mon, 13 Nov 2017 03:12:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B81F98C1 for ; Mon, 13 Nov 2017 03:12:40 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1510542446.c29de60372d7d7124ec35cd99c52a4f62425f5f6.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/collective-checkdocs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/collective-checkdocs/Manifest dev-python/collective-checkdocs/collective-checkdocs-0.2.ebuild dev-python/collective-checkdocs/metadata.xml X-VCS-Directories: dev-python/collective-checkdocs/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: c29de60372d7d7124ec35cd99c52a4f62425f5f6 X-VCS-Branch: master Date: Mon, 13 Nov 2017 03:12:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: aab1b729-0202-422d-ad9c-a7dbc9406c58 X-Archives-Hash: de709baeaa1041ee14850b31ad0a6fae commit: c29de60372d7d7124ec35cd99c52a4f62425f5f6 Author: Matthew Thode gentoo org> AuthorDate: Mon Nov 13 03:07:26 2017 +0000 Commit: Matt Thode gentoo 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 @@ + + + + + python@gentoo.org + + + prometheanfire@gentoo.org + Matthew Thode + + + 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. + +