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 CE87E138334 for ; Wed, 19 Jun 2019 04:09:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2BADE0950; Wed, 19 Jun 2019 04:09:38 +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 D8B59E0950 for ; Wed, 19 Jun 2019 04:09:38 +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 EEA71346482 for ; Wed, 19 Jun 2019 04:09:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08049603 for ; Wed, 19 Jun 2019 04:09:35 +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: <1560912063.43fde75015ca29310e9c6f04b759db1da3e6638c.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/Manifest dev-python/google-pasta/google-pasta-0.1.7.ebuild X-VCS-Directories: dev-python/google-pasta/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 43fde75015ca29310e9c6f04b759db1da3e6638c X-VCS-Branch: master Date: Wed, 19 Jun 2019 04:09:35 +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: c0c4a041-33e5-4bf6-bff4-04df5b502bf1 X-Archives-Hash: 9aca3020b0c46e7d613277bc373df7d1 commit: 43fde75015ca29310e9c6f04b759db1da3e6638c Author: Jason Zaman gentoo org> AuthorDate: Mon Jun 17 08:52:44 2019 +0000 Commit: Jason Zaman gentoo org> CommitDate: Wed Jun 19 02:41:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43fde750 dev-python/google-pasta: bump 0.1.7 Signed-off-by: Jason Zaman gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 dev-python/google-pasta/Manifest | 1 + dev-python/google-pasta/google-pasta-0.1.7.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/dev-python/google-pasta/Manifest b/dev-python/google-pasta/Manifest index 45196c890c6..9b40c0a89da 100644 --- a/dev-python/google-pasta/Manifest +++ b/dev-python/google-pasta/Manifest @@ -1 +1,2 @@ DIST google-pasta-0.1.1.tar.gz 34476 BLAKE2B 04de1237eda9449e4648af0fc43b538d4c71f43b1205fbb531981c773266e404d9673adc9f7c3e74706b90993cae31d7a2c812c3ee5a02edce6ce669491f2823 SHA512 94a5016acbba72261ccd488f788b23934651149c7d763aed4f998018bdbf299261fe125accb1359f70d024c3bc3db0f1279e5e780e1e4b87b328f2c473a1b003 +DIST google-pasta-0.1.7.tar.gz 37090 BLAKE2B 55d1846a733d3d593e0df16f360a55879b7d5c88a1df410b2f86e97dbcdb01493a7abaebfa57f0f39cbe0dbd081847bce41d8862dea30cdef65d745870ffd89c SHA512 dd374fd039b7b6bd5ca9821dc8342854277cdd7b58738532cf0a39458c3021a1d5011f147c5a3fd1936023da7890636a65d4026af7da65194bde0004ec0caa35 diff --git a/dev-python/google-pasta/google-pasta-0.1.7.ebuild b/dev-python/google-pasta/google-pasta-0.1.7.ebuild new file mode 100644 index 00000000000..6baf55a5779 --- /dev/null +++ b/dev-python/google-pasta/google-pasta-0.1.7.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python{3_5,3_6,3_7} ) +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}]"