commit:     bc5f09fec0e90b326a5f5e02d3801857c6b29ee9
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 09:52:33 2016 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> 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/monads-tf-0.2:=[profile?]
+       >=dev-haskell/utf8-string-1:=[profile?] 
<dev-haskell/utf8-string-2:=[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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>hask...@gentoo.org</email>
+               <name>Gentoo Haskell</name>
+       </maintainer>
+       <longdescription>
+               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.
+       </longdescription>
+</pkgmetadata>

Reply via email to