Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Commit

Permalink
dev-python/piratebay-0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-kubacki committed Nov 25, 2010
1 parent e74382c commit 3d82e0b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev-python/piratebay/Manifest
@@ -0,0 +1,2 @@
DIST piratebay-0.3.1.tar.gz 12617 RMD160 15a93e2a9752f02dcddcd792e9e6fb1930180e20 SHA1 dc03ea943f1bceacc979ba7409cc37991d65030a SHA256 eb875ef21c920f40084c47564512747e30013c9da4ebeb9adc41c52f076b8ec3
EBUILD piratebay-0.3.1.ebuild 552 RMD160 80c34c847ef3502d6d531e1808127aa2ed3679dd SHA1 1b0f9fff84ba3c02ed662054f763f0bd76abb20b SHA256 3116858b33d85d64895baf9e980d06bd7cbb19662ca5dac5a7dbb388aea73ec6
25 changes: 25 additions & 0 deletions dev-python/piratebay/piratebay-0.3.1.ebuild
@@ -0,0 +1,25 @@
# Copyright 2010 W-Mark Kubacki
# Distributed under the terms of the GNU General Public License v2
# $Header: $

PYTHON_DEPEND="*:2.6"

inherit distutils

DESCRIPTION="A python interface to thepiratebay dot org"
HOMEPAGE="http://hg.sobber.org/piratebay"
SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
RESTRICT="primaryuri"

LICENSE="MIT"
KEYWORDS="amd64 x86 arm ppc hpa sparc"
IUSE=""
SLOT="0"

RDEPEND=""
DEPEND="dev-python/setuptools
${RDEPEND}"

pkg_postinst() {
python_mod_optimize $(python_get_sitedir)/piratebay
}

0 comments on commit 3d82e0b

Please sign in to comment.