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 622E1139695 for ; Fri, 9 Jun 2017 18:19:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B82D021C09F; Fri, 9 Jun 2017 18:19:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 86CC321C09F for ; Fri, 9 Jun 2017 18:19:04 +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 B2AFF3418E4 for ; Fri, 9 Jun 2017 18:19:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A4A07481 for ; Fri, 9 Jun 2017 18:19:00 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1497032327.4a960fb44ce532c10ab51379aa7469e9bb174aeb.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/uncompyle6/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/uncompyle6/Manifest dev-python/uncompyle6/uncompyle6-2.10.1.ebuild X-VCS-Directories: dev-python/uncompyle6/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 4a960fb44ce532c10ab51379aa7469e9bb174aeb X-VCS-Branch: master Date: Fri, 9 Jun 2017 18:19:00 +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: a5b8ccc2-3920-405e-84f4-bfc098fc5931 X-Archives-Hash: 581ac77542a3d687202b6e9f09065eec commit: 4a960fb44ce532c10ab51379aa7469e9bb174aeb Author: Brian Dolbec gentoo org> AuthorDate: Fri Jun 9 18:12:57 2017 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Fri Jun 9 18:18:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a960fb4 dev-python/uncompyle6: Version Bump Package-Manager: Portage-2.3.6_p2, Repoman-2.3.2_p70 dev-python/uncompyle6/Manifest | 1 + dev-python/uncompyle6/uncompyle6-2.10.1.ebuild | 42 ++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/dev-python/uncompyle6/Manifest b/dev-python/uncompyle6/Manifest index fc6199e5415..600cd548564 100644 --- a/dev-python/uncompyle6/Manifest +++ b/dev-python/uncompyle6/Manifest @@ -1 +1,2 @@ +DIST uncompyle6-2.10.1.tar.gz 831835 SHA256 0d44ea6ae48a4639cf492503e12e3dc3b782f0881ca6798cce552875405f945f SHA512 5be7c33749f3a2a02494aceebeeb2cb79bf71c39784dbe4e96cf9a5c6f02af89874bc25ba911308f01414e4ae4d9ac445864505c629d41a2c6f8b2eae2197b2b WHIRLPOOL 47e2d0a51ff497fad8f0af5af7e1b0d830bd2a9f5c359bc000a556564c9b179ad1d233614342ea86cb13087a069ee0d7adc53eef6a216fac0428fe2c659094bd DIST uncompyle6-2.9.7.tar.gz 876996 SHA256 28b1f18a7e241b783d4cf7f36d996b35871e61544b7914c909adc3aa54ad6317 SHA512 b528a9db569f0665f78a7eef94c91e0d0d31490cb5e60f9cd2fa286c48f378875db1b5fb68e6d593c009c1ab9b381aab06a07624795177d9d72924d73d257ccc WHIRLPOOL 8735ad27678c9d0885e15ec60156272f822af43fa10173220aee0116c893e8a334d11a70030feb11d7726ae6fa9fc9e1c0e724b07d6756a49b17e90ac0f10957 diff --git a/dev-python/uncompyle6/uncompyle6-2.10.1.ebuild b/dev-python/uncompyle6/uncompyle6-2.10.1.ebuild new file mode 100644 index 00000000000..2e3cc7ae1c8 --- /dev/null +++ b/dev-python/uncompyle6/uncompyle6-2.10.1.ebuild @@ -0,0 +1,42 @@ +# 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} pypy ) + +inherit distutils-r1 + +DESCRIPTION="Python cross-version byte-code deparser" +HOMEPAGE="https://github.com/rocky/python-uncompyle6/ https://pypi.python.org/pypi/uncompyle6" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + >=dev-python/xdis-3.3.1 + =dev-python/spark-parser-1.6.1 +