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 A5F9B13835B for ; Sun, 20 Jun 2021 21:56:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFF9DE0824; Sun, 20 Jun 2021 21:56:29 +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 A7E30E0824 for ; Sun, 20 Jun 2021 21:56:29 +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 67488335D00 for ; Sun, 20 Jun 2021 21:56:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4A5279A for ; Sun, 20 Jun 2021 21:56:26 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1624226104.9f31ae2460d9b6fc87be0dad34499a6d6a40ca60.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/google-pasta/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/google-pasta/google-pasta-0.2.0-r1.ebuild X-VCS-Directories: dev-python/google-pasta/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 9f31ae2460d9b6fc87be0dad34499a6d6a40ca60 X-VCS-Branch: master Date: Sun, 20 Jun 2021 21:56:26 +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: 716f9969-4527-439e-8c9c-83fd41d9d060 X-Archives-Hash: fd6453c5e9701329ca1a8c97a7b1d511 commit: 9f31ae2460d9b6fc87be0dad34499a6d6a40ca60 Author: Jason Zaman gentoo org> AuthorDate: Sun May 9 23:08:46 2021 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Jun 20 21:55:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f31ae24 dev-python/google-pasta: enable tests and py3_9 Closes: https://bugs.gentoo.org/731836 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Jason Zaman gentoo.org> .../google-pasta/google-pasta-0.2.0-r1.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/dev-python/google-pasta/google-pasta-0.2.0-r1.ebuild b/dev-python/google-pasta/google-pasta-0.2.0-r1.ebuild new file mode 100644 index 00000000000..36a3aa54a23 --- /dev/null +++ b/dev-python/google-pasta/google-pasta-0.2.0-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8,9} ) +inherit distutils-r1 + +DESCRIPTION="AST-based Python refactoring library" +HOMEPAGE="https://pypi.org/project/google-pasta/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-python/six[${PYTHON_USEDEP}]" +BDEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" + +distutils_enable_tests setup.py