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 CEE46138350 for ; Thu, 30 Apr 2020 22:22:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC910E0A60; Thu, 30 Apr 2020 22:22:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 466A4E0A60 for ; Thu, 30 Apr 2020 22:22:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8321834F0C0 for ; Thu, 30 Apr 2020 22:22:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 634431F2 for ; Thu, 30 Apr 2020 22:22:02 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1588283983.dfab96f2a505cb3e879fe5cf7fb2ed2c2f261029.xgqt@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/doxypypy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/doxypypy/Manifest dev-python/doxypypy/doxypypy-0.8.8.6.ebuild dev-python/doxypypy/metadata.xml X-VCS-Directories: dev-python/doxypypy/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: dfab96f2a505cb3e879fe5cf7fb2ed2c2f261029 X-VCS-Branch: dev Date: Thu, 30 Apr 2020 22:22:02 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c4e5a36d-d00a-4a2a-9c80-5161f3cb1342 X-Archives-Hash: c56264e16c07bb14ce007ce430caae4f commit: dfab96f2a505cb3e879fe5cf7fb2ed2c2f261029 Author: Maciej Barć protonmail com> AuthorDate: Thu Apr 30 21:59:43 2020 +0000 Commit: Maciej Barć protonmail com> CommitDate: Thu Apr 30 21:59:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dfab96f2 dev-python/doxypypy: new package; add version 0.8.8.6 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Maciej Barć protonmail.com> dev-python/doxypypy/Manifest | 1 + dev-python/doxypypy/doxypypy-0.8.8.6.ebuild | 29 +++++++++++++++++++++++++++++ dev-python/doxypypy/metadata.xml | 12 ++++++++++++ 3 files changed, 42 insertions(+) diff --git a/dev-python/doxypypy/Manifest b/dev-python/doxypypy/Manifest new file mode 100644 index 0000000..837fb07 --- /dev/null +++ b/dev-python/doxypypy/Manifest @@ -0,0 +1 @@ +DIST doxypypy-0.8.8.6.tar.gz 39019 BLAKE2B 6f1860ec3f9a33762297cb9b0ccdb3523dfb0855f7eb56ef4d5fe0346e25a0980dd3d007af9d4bc6d3a8502589d8a9701c4d428aa342f6156a6c7aa47a5f1ca1 SHA512 17b69d625187983dcd48ec00c317916493228d999f254dd00d85f826ab45e0a5b73557ab5975d7d64a312161c821c78ef1cbca117e2455d3440b247d45ef8399 diff --git a/dev-python/doxypypy/doxypypy-0.8.8.6.ebuild b/dev-python/doxypypy/doxypypy-0.8.8.6.ebuild new file mode 100644 index 0000000..4657dd5 --- /dev/null +++ b/dev-python/doxypypy/doxypypy-0.8.8.6.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="A more Pythonic version of doxypy, a Doxygen filter for Python" +HOMEPAGE="https://github.com/Feneric/doxypypy" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +RESTRICT="!test? ( test )" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + test? ( + dev-python/zope-interface[${PYTHON_USEDEP}] + ) +" +RDEPEND=" + dev-python/chardet[${PYTHON_USEDEP}] +" + +distutils_enable_tests unittest diff --git a/dev-python/doxypypy/metadata.xml b/dev-python/doxypypy/metadata.xml new file mode 100644 index 0000000..9e54b77 --- /dev/null +++ b/dev-python/doxypypy/metadata.xml @@ -0,0 +1,12 @@ + + + + + xgqt@protonmail.com + Maciej Barć + + + Feneric/doxypypy + doxypypy + +