summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/pytc/Manifest2
-rw-r--r--dev-python/pytc/pytc-0.7.ebuild18
2 files changed, 20 insertions, 0 deletions
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=""
+