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 3758B138330 for ; Sun, 11 Sep 2016 10:02:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66268E0C0F; Sun, 11 Sep 2016 10:02:11 +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 34FCEE0C0F for ; Sun, 11 Sep 2016 10:02:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 45310340B27 for ; Sun, 11 Sep 2016 10:02:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41B562491 for ; Sun, 11 Sep 2016 10:01:56 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1473588099.bc5f09fec0e90b326a5f5e02d3801857c6b29ee9.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/language-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/language-python/Manifest dev-haskell/language-python/language-python-0.5.4.ebuild dev-haskell/language-python/metadata.xml X-VCS-Directories: dev-haskell/language-python/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: bc5f09fec0e90b326a5f5e02d3801857c6b29ee9 X-VCS-Branch: master Date: Sun, 11 Sep 2016 10:01:56 +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: a759014e-3478-4620-85a2-6fdc3d45d5e0 X-Archives-Hash: b142faaab2ca6b2861e9f65a636c01ce commit: bc5f09fec0e90b326a5f5e02d3801857c6b29ee9 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Sep 11 09:52:33 2016 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Sep 11 10:01:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc5f09fe dev-haskell/language-python: parser and pretty-printer for python, a depend of app-forensics/quickfuzz Package-Manager: portage-2.3.0 dev-haskell/language-python/Manifest | 1 + .../language-python/language-python-0.5.4.ebuild | 29 ++++++++++++++++++++++ dev-haskell/language-python/metadata.xml | 12 +++++++++ 3 files changed, 42 insertions(+) diff --git a/dev-haskell/language-python/Manifest b/dev-haskell/language-python/Manifest new file mode 100644 index 00000000..e91382d --- /dev/null +++ b/dev-haskell/language-python/Manifest @@ -0,0 +1 @@ +DIST language-python-0.5.4.tar.gz 153417 SHA256 ba93508e5e7b6b3c881eb9b04f9032c2e8c5f20255d812a0a365eba82ffbf129 SHA512 adbe81eeb4a161c8e685c3dacdee0924f1193fa291a753e1608f0c94effc90b77df60fee1e46e791516d01ea0153f243c13fb2fdd24d688cfe9ce8ac9ed44059 WHIRLPOOL 0bb5011b4df61afa45259901d09d5163e44c80214176de6e24335e627d1d8ae1e1fae645c4521093ce7424de43ea227bcb335fcfb1d0f09c06c7092e734e777c diff --git a/dev-haskell/language-python/language-python-0.5.4.ebuild b/dev-haskell/language-python/language-python-0.5.4.ebuild new file mode 100644 index 00000000..393f863 --- /dev/null +++ b/dev-haskell/language-python/language-python-0.5.4.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +# ebuild generated by hackport 0.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Parsing and pretty printing of Python code" +HOMEPAGE="https://github.com/bjpop/language-python" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/monads-tf-0.1:=[profile?] =dev-haskell/utf8-string-1:=[profile?] =dev-lang/ghc-7.8.2:= +" +DEPEND="${RDEPEND} + dev-haskell/alex + >=dev-haskell/cabal-1.18.1.3 + dev-haskell/happy +" diff --git a/dev-haskell/language-python/metadata.xml b/dev-haskell/language-python/metadata.xml new file mode 100644 index 00000000..506efcc --- /dev/null +++ b/dev-haskell/language-python/metadata.xml @@ -0,0 +1,12 @@ + + + + + haskell@gentoo.org + Gentoo Haskell + + + language-python is a Haskell library for lexical analysis, parsing + and pretty printing Python code. It supports versions 2.x and 3.x of Python. + +