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 8EBE6138350 for ; Fri, 1 May 2020 23:17:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA912E08BD; Fri, 1 May 2020 23:17:32 +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 97B23E08BD for ; Fri, 1 May 2020 23:17:32 +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 ED76F34F106 for ; Fri, 1 May 2020 23:17:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D7E82B for ; Fri, 1 May 2020 23:17:28 +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: <1588374999.23a5f03443b27de08aa986d562bcce85a0a8dd92.xgqt@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/baron/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/baron/Manifest dev-python/baron/baron-0.9.ebuild dev-python/baron/metadata.xml X-VCS-Directories: dev-python/baron/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 23a5f03443b27de08aa986d562bcce85a0a8dd92 X-VCS-Branch: dev Date: Fri, 1 May 2020 23:17:28 +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: 0900662c-5fb7-45c0-9671-2eb9aecdab44 X-Archives-Hash: abe76d4659e0823473e2a85b05727bd9 commit: 23a5f03443b27de08aa986d562bcce85a0a8dd92 Author: Maciej Barć protonmail com> AuthorDate: Fri May 1 23:16:39 2020 +0000 Commit: Maciej Barć protonmail com> CommitDate: Fri May 1 23:16:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=23a5f034 dev-python/baron: new package; add version 0.9 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Maciej Barć protonmail.com> dev-python/baron/Manifest | 1 + dev-python/baron/baron-0.9.ebuild | 29 +++++++++++++++++++++++++++++ dev-python/baron/metadata.xml | 12 ++++++++++++ 3 files changed, 42 insertions(+) diff --git a/dev-python/baron/Manifest b/dev-python/baron/Manifest new file mode 100644 index 0000000..ac4ead1 --- /dev/null +++ b/dev-python/baron/Manifest @@ -0,0 +1 @@ +DIST baron-0.9.tar.gz 182425 BLAKE2B b227ffadef14480b2f8ee5602befe93cc3c4e126d806d617354adfc2ac9eecc33e8a93e5d94e6b59351f506960114a6f1d19fcdf9f76cf8c9bfc7e5ae27a97b1 SHA512 0eb1be732166d44e344df8f9b23843d63986392c9ca5512389742594334b70bffaeec2d336b8e7da2c4287d464a1690ffc28c0cb2910b43c63128e11e97c1c6d diff --git a/dev-python/baron/baron-0.9.ebuild b/dev-python/baron/baron-0.9.ebuild new file mode 100644 index 0000000..3756df9 --- /dev/null +++ b/dev-python/baron/baron-0.9.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7} ) + +inherit distutils-r1 + +DESCRIPTION="Full Syntax Tree for python to make writing refactoring code a realist task" +HOMEPAGE=" http://baron.pycqa.org/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +RESTRICT="!test? ( test )" +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +DEPEND=" + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + ) +" +RDEPEND=" + dev-python/rply[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest diff --git a/dev-python/baron/metadata.xml b/dev-python/baron/metadata.xml new file mode 100644 index 0000000..4272dcb --- /dev/null +++ b/dev-python/baron/metadata.xml @@ -0,0 +1,12 @@ + + + + + xgqt@protonmail.com + Maciej Barć + + + PyCQA/baron + baron + +