summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pytc/pytc-0.7.ebuild')
-rw-r--r--dev-python/pytc/pytc-0.7.ebuild18
1 files changed, 18 insertions, 0 deletions
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=""
+