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 254401396D9 for ; Wed, 18 Oct 2017 15:35:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C74E2BC01C; Wed, 18 Oct 2017 15:35:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4ACAA2BC01C for ; Wed, 18 Oct 2017 15:35:53 +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 B5B46341236 for ; Wed, 18 Oct 2017 15:35:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C7EB31B for ; Wed, 18 Oct 2017 15:35:50 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1508340927.bfa2f7cacd3a24bfcf6761e52f95f8f388376cbb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-documentedlist/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinxcontrib-documentedlist/Manifest dev-python/sphinxcontrib-documentedlist/metadata.xml dev-python/sphinxcontrib-documentedlist/sphinxcontrib-documentedlist-0.6.ebuild X-VCS-Directories: dev-python/sphinxcontrib-documentedlist/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bfa2f7cacd3a24bfcf6761e52f95f8f388376cbb X-VCS-Branch: master Date: Wed, 18 Oct 2017 15:35:50 +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: e975cce3-6b15-4e8b-9bdb-912e374c76b9 X-Archives-Hash: dd2ddf5bd3f9e4e7797369b7e4ae3496 commit: bfa2f7cacd3a24bfcf6761e52f95f8f388376cbb Author: Foster McLane gmail com> AuthorDate: Mon Sep 11 12:54:01 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Oct 18 15:35:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfa2f7ca dev-python/sphinxcontrib-documentedlist: add version 0.6 Add DocumentedList Sphinx Extension version 0.6 required to generate documentation for some pacakges, e.g. mitmproxy. This package is intended to facilitate the net-proxy/mitmproxy package in the Pentoo overlay. Closes: https://github.com/gentoo/gentoo/pull/5688 Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-python/sphinxcontrib-documentedlist/Manifest | 1 + .../sphinxcontrib-documentedlist/metadata.xml | 15 +++++++++++ .../sphinxcontrib-documentedlist-0.6.ebuild | 31 ++++++++++++++++++++++ 3 files changed, 47 insertions(+) diff --git a/dev-python/sphinxcontrib-documentedlist/Manifest b/dev-python/sphinxcontrib-documentedlist/Manifest new file mode 100644 index 00000000000..cb692a62372 --- /dev/null +++ b/dev-python/sphinxcontrib-documentedlist/Manifest @@ -0,0 +1 @@ +DIST sphinxcontrib-documentedlist-0.6.tar.gz 4983 SHA256 0ca2009a577b3e3b2a5dabef8c0e2d5067be8ffda84f893ca356a8a9784fc21a SHA512 9d7f14400b2a3e9b96f01ac003f70c0f7112d9286b2a978495f3089fe94137b034835bd91944e5709fb22553c30c9c324558c9a38ae82b932e1f2ba7f6927dd9 WHIRLPOOL d661d2016a777aea218ed352f64dae706edc326bae1d5fdd47a97368d394bfa883f45765f5ac05aed232f212703348ef5cbe3c908c2dbf461803a328acf7de1c diff --git a/dev-python/sphinxcontrib-documentedlist/metadata.xml b/dev-python/sphinxcontrib-documentedlist/metadata.xml new file mode 100644 index 00000000000..02a776fca8b --- /dev/null +++ b/dev-python/sphinxcontrib-documentedlist/metadata.xml @@ -0,0 +1,15 @@ + + + + + fkmclane@gmail.com + Foster McLane + + + proxy-maint@gentoo.org + Proxy Maintainers + + + sphinxcontrib-documentedlist + + diff --git a/dev-python/sphinxcontrib-documentedlist/sphinxcontrib-documentedlist-0.6.ebuild b/dev-python/sphinxcontrib-documentedlist/sphinxcontrib-documentedlist-0.6.ebuild new file mode 100644 index 00000000000..b55b8017c3e --- /dev/null +++ b/dev-python/sphinxcontrib-documentedlist/sphinxcontrib-documentedlist-0.6.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) + +inherit distutils-r1 + +DESCRIPTION="Sphinx extension to convert a Python list into a generated table" +HOMEPAGE="https://github.com/chintal/sphinxcontrib-documentedlist" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}] + dev-python/sphinx[${PYTHON_USEDEP}] +" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] +" + +python_install_all() { + distutils-r1_python_install_all + find "${ED}" -name '*.pth' -delete || die +}