From 36f1c4ab50c9d178e4b74db2b3254d8f9c9bf7fd Mon Sep 17 00:00:00 2001 From: Petteri Räty Date: Sun, 1 Mar 2009 22:17:30 +0000 Subject: Add dev-python/pytc. svn path=/; revision=181 --- dev-python/pytc/Manifest | 2 ++ dev-python/pytc/pytc-0.7.ebuild | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 dev-python/pytc/Manifest create mode 100644 dev-python/pytc/pytc-0.7.ebuild diff --git a/dev-python/pytc/Manifest b/dev-python/pytc/Manifest new file mode 100644 index 0000000..07d9c98 --- /dev/null +++ b/dev-python/pytc/Manifest @@ -0,0 +1,2 @@ +DIST pytc-0.7.tar.gz 10591 RMD160 049426d58c73c1ef1fc6af83f2223cac7417ee7e SHA1 b0536db30e98db21f6039e7e74bd784fecec51eb SHA256 32a05a735666283ca607672ebede24896c5ae5217fcad3cb2a3f4959383df776 +EBUILD pytc-0.7.ebuild 369 RMD160 c237c72f455654e8475b8d3d4517bfa4b036be34 SHA1 c0017336586ba5ceefb27421c7d1f571a27646da SHA256 a3a871f2d41a590cc18f1864542fb817074f453d3bbbe0b20d2a0fa0438853f1 diff --git a/dev-python/pytc/pytc-0.7.ebuild b/dev-python/pytc/pytc-0.7.ebuild new file mode 100644 index 0000000..bdbcc98 --- /dev/null +++ b/dev-python/pytc/pytc-0.7.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit distutils + +DESCRIPTION="Tokyo Cabinet Python bindings" +HOMEPAGE="http://pypi.python.org/pypi/pytc/" +SRC_URI="http://pypi.python.org/packages/source/p/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + -- cgit v1.2.3-65-gdbad