mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
dev-haskell/language-python: parser and pretty-printer for python, a depend of app-forensics/quickfuzz
Package-Manager: portage-2.3.0
This commit is contained in:
1
dev-haskell/language-python/Manifest
Normal file
1
dev-haskell/language-python/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST language-python-0.5.4.tar.gz 153417 SHA256 ba93508e5e7b6b3c881eb9b04f9032c2e8c5f20255d812a0a365eba82ffbf129 SHA512 adbe81eeb4a161c8e685c3dacdee0924f1193fa291a753e1608f0c94effc90b77df60fee1e46e791516d01ea0153f243c13fb2fdd24d688cfe9ce8ac9ed44059 WHIRLPOOL 0bb5011b4df61afa45259901d09d5163e44c80214176de6e24335e627d1d8ae1e1fae645c4521093ce7424de43ea227bcb335fcfb1d0f09c06c7092e734e777c
|
||||
29
dev-haskell/language-python/language-python-0.5.4.ebuild
Normal file
29
dev-haskell/language-python/language-python-0.5.4.ebuild
Normal file
@@ -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
|
||||
"
|
||||
12
dev-haskell/language-python/metadata.xml
Normal file
12
dev-haskell/language-python/metadata.xml
Normal file
@@ -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>haskell@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>
|
||||
Reference in New Issue
Block a user