Skip to content

Commit

Permalink
New ebuild for plyj
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.8-r1
  • Loading branch information
ercpe committed Jul 19, 2014
1 parent dbaaf93 commit 8510899
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dev-python/plyj/ChangeLog
@@ -0,0 +1,9 @@
# ChangeLog for dev-python/plyj
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $

*plyj-0.0.1_pre20140719 (19 Jul 2014)

19 Jul 2014; Johann Schmitz <ercpe@gentoo.org> +metadata.xml,
+plyj-0.0.1_pre20140719.ebuild:
New ebuild for plyj
1 change: 1 addition & 0 deletions dev-python/plyj/Manifest
@@ -0,0 +1 @@
DIST plyj-0.0.1_pre20140719.tar.bz2 18106 SHA256 b2cb45da7ff1d10f35717300932b4396160fe19a66835d5332e447159d2ee943 SHA512 91d798c041374b0bba831ac249fc7f2f5890f62a047a2cfd9e8d3efa09dfaa3c1c3bce49f96a4721d5fb39f941b70a330c7bd18c807d7e3738ad8adca23cadba WHIRLPOOL 8bc35df506e4018cf95cb6df3e351c6d04f035a44dc5c839300c36239341e0c96c5435e28be17ceb7bc0a78db45ce58ba78beb2a908b9e4c5c6f89b016a3d244
9 changes: 9 additions & 0 deletions dev-python/plyj/metadata.xml
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>johann@j-schmitz.net</email>
<name>Johann Schmitz (ercpe)</name>
</maintainer>
</pkgmetadata>

21 changes: 21 additions & 0 deletions dev-python/plyj/plyj-0.0.1_pre20140719.ebuild
@@ -0,0 +1,21 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="Java parser written in Python using PLY"
HOMEPAGE="https://github.com/musiKk/plyj"
SRC_URI="http://dev.gentoo.org/~ercpe/distfiles/${CATEGORY}/${PN}/${P}.tar.bz2"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE=""

RDEPEND="dev-python/ply[${PYTHON_USEDEP}]"

0 comments on commit 8510899

Please sign in to comment.