[dev-python/tinyurl] Python TinyUrl lib

This commit is contained in:
Ian Whyman
2010-01-21 00:55:20 +00:00
parent e7a5a9ccda
commit 3f51d857be
2 changed files with 27 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
DIST TinyUrl-0.1.0.tar.bz2 23465 RMD160 d448128414c0b264d5458155f9754a20597fa4c6 SHA1 537f40ebca6c1568a8a2f3672b42e0919342a658 SHA256 34278c31c2a32a5e5b858ba3a5af275445007e046f519c0f3a4b61c2bfd2dccb
EBUILD tinyurl-0.1.0.ebuild 532 RMD160 b254b1720b711351342590d576c85b95113590f9 SHA1 3f600b5848df226f5ef1e5c920336630f9045433 SHA256 b353e6a4a2abae78eeeb6e5438c55697eb59a29b4c70f0149b8e9fa0e89bf3b1
+25
View File
@@ -0,0 +1,25 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
NEED_PYTHON=2.3
inherit distutils
MY_PN=TinyUrl
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Super tiny library and command-line interface to tinyurl.com"
HOMEPAGE="http://meatballhat.com/projects/TinyUrl"
SRC_URI="http://pypi.python.org/packages/source/T/${MY_PN}/${MY_P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples"
DEPEND=""
RDEPEND=""
PYTHON_MODNAME="${MY_P}"
S="${WORKDIR}/${MY_P}"