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 5B6881395E2 for ; Tue, 29 Nov 2016 20:07:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 907C221C09B; Tue, 29 Nov 2016 20:07:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6694B21C09B for ; Tue, 29 Nov 2016 20:07:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB6D2341586 for ; Tue, 29 Nov 2016 20:07:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30AB624A4 for ; Tue, 29 Nov 2016 20:07:30 +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: <1480449881.6cdbc4fb5b98c7d4839c399bea94ce3bcc7c0274.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.9.6.ebuild X-VCS-Directories: dev-python/uncompyle6/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 6cdbc4fb5b98c7d4839c399bea94ce3bcc7c0274 X-VCS-Branch: master Date: Tue, 29 Nov 2016 20:07:30 +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: 2045e020-94dd-41e0-8014-44f24d33a4a0 X-Archives-Hash: e858e855e35e297593768bee4ac45269 commit: 6cdbc4fb5b98c7d4839c399bea94ce3bcc7c0274 Author: Brian Dolbec gentoo org> AuthorDate: Tue Nov 29 20:04:41 2016 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Tue Nov 29 20:04:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cdbc4fb dev-python/uncompyle6: Version bump Package-Manager: portage-2.3.2 dev-python/uncompyle6/Manifest | 1 + dev-python/uncompyle6/uncompyle6-2.9.6.ebuild | 46 +++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) diff --git a/dev-python/uncompyle6/Manifest b/dev-python/uncompyle6/Manifest index 39f2884..ba7d352 100644 --- a/dev-python/uncompyle6/Manifest +++ b/dev-python/uncompyle6/Manifest @@ -1 +1,2 @@ DIST uncompyle6-2.8.3.tar.gz 504536 SHA256 213a5742d89d528e539121ab68b8d897a9fc60997ec30f6ec0764b6ca2d4a543 SHA512 635983a945a05f649d0f78191c59f6d1f0a7c922ad3bc8fc53396514a4cd133cdef228bac3189cd04d0c2104fb5da128f0ad8f868f6cfdd0bf3a0d52e08e773d WHIRLPOOL 93b1085e1b92e6dbfad39f27094636303d022298ee17460ea0f95d3338c6f0f1c03c6a0584d4805375c491e21fa7ca8e8b709532e6d9d1973d9a0b323734441b +DIST uncompyle6-2.9.6.tar.gz 865986 SHA256 5257fa0c98d116c632aa369ecc641db737ad14783cff98d3d6d166fe63faa42c SHA512 8aa3124fa7f93f090b4c5a133c6c6d1094b6a6cd809b1d230e4458b4743fce6c69fe48799c5cfd99fc1ff28d034602c834905f16642b7245fc05f066319e33e7 WHIRLPOOL 65300993c3a5bdc21b977e28d4774f87c995b28c0844929fa0391342654f043a2a2a031f307e182ca64dd8986047f78807259ec2f0aefc63e5f15ca9e1a7e5ef diff --git a/dev-python/uncompyle6/uncompyle6-2.9.6.ebuild b/dev-python/uncompyle6/uncompyle6-2.9.6.ebuild new file mode 100644 index 00000000..e7bb70e --- /dev/null +++ b/dev-python/uncompyle6/uncompyle6-2.9.6.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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/umcompyle6" +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.2.3 + =dev-python/spark-parser-1.4.0 +