summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesus Rivero <neurogeek@gentoo.org>2011-08-27 20:05:04 +0000
committerJesus Rivero <neurogeek@gentoo.org>2011-08-27 20:05:04 +0000
commit88000d3ac0376b207dbcc92aa9e6e26c9d93cb2b (patch)
treec7403d2e2f07beaf52e8a5a26abdb84575eed07f /dev-python/smmap/smmap-0.8.1.ebuild
parentAdd patch by MATSUI Tetsushi to fix linking issues, bug #377141 (diff)
downloadhistorical-88000d3ac0376b207dbcc92aa9e6e26c9d93cb2b.tar.gz
historical-88000d3ac0376b207dbcc92aa9e6e26c9d93cb2b.tar.bz2
historical-88000d3ac0376b207dbcc92aa9e6e26c9d93cb2b.zip
Initial commit
Package-Manager: portage-2.2.0_alpha46/cvs/Linux i686
Diffstat (limited to 'dev-python/smmap/smmap-0.8.1.ebuild')
-rw-r--r--dev-python/smmap/smmap-0.8.1.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/smmap/smmap-0.8.1.ebuild b/dev-python/smmap/smmap-0.8.1.ebuild
new file mode 100644
index 000000000000..f09cb8e1610e
--- /dev/null
+++ b/dev-python/smmap/smmap-0.8.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/smmap/smmap-0.8.1.ebuild,v 1.1 2011/08/27 20:05:04 neurogeek Exp $
+# Ebuild generated by g-pypi 0.1
+
+EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+DISTUTILS_SRC_TEST="nosetests"
+
+inherit distutils
+
+DESCRIPTION="A pure git implementation of a sliding window memory map manager"
+HOMEPAGE="http://pypi.python.org/pypi/smmap/0.8.1
+ https://github.com/Byron/smmap"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~x86"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-python/setuptools"
+RDEPEND=""
+RESTRICT_PYTHON_ABIS="3*"