Skip to content

Commit

Permalink
Require dev-python/smmap 0.8.2 for legit
Browse files Browse the repository at this point in the history
New ebuild is just a bump from Gentoo portage,
waiting for https://bugs.gentoo.org/show_bug.cgi?id=409789
Fixes frostming/legit#41
  • Loading branch information
laurentb committed Mar 26, 2012
1 parent 394ac43 commit dcced04
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
1 change: 1 addition & 0 deletions dev-python/smmap/Manifest
@@ -0,0 +1 @@
DIST smmap-0.8.2.tar.gz 20942 RMD160 a030840a5821bf60160fecd3ed1d28d08a075614 SHA1 d2d2e1b4726e8c6616d0a5f01146dd45fd94808b SHA256 dea2955cc045ec5527da6b762f7e95a5be7f645c683b54ccce52d56b4d7e2d6f
22 changes: 22 additions & 0 deletions dev-python/smmap/smmap-0.8.2.ebuild
@@ -0,0 +1,22 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI="3"
SUPPORT_PYTHON_ABIS="1"
DISTUTILS_SRC_TEST="nosetests"
RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython"

inherit distutils

DESCRIPTION="A pure git implementation of a sliding window memory map manager"
HOMEPAGE="http://pypi.python.org/pypi/smmap
https://github.com/Byron/smmap"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="BSD"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""

DEPEND="dev-python/setuptools"
RDEPEND=""
3 changes: 2 additions & 1 deletion dev-vcs/legit/legit-0.1.1.ebuild
Expand Up @@ -20,7 +20,8 @@ IUSE="zsh-completion"


DEPEND="" DEPEND=""
RDEPEND=">=dev-python/git-python-0.3.0 RDEPEND=">=dev-python/git-python-0.3.0
>=dev-python/clint-0.2.4" >=dev-python/clint-0.2.4
>=dev-python/smmap-0.8.2"


DOCS="README.rst LICENSE" DOCS="README.rst LICENSE"


Expand Down

0 comments on commit dcced04

Please sign in to comment.