add skimpy
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@778 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
2
dev-python/skimpy/Manifest
Normal file
2
dev-python/skimpy/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST skimpy_1_4.tar.gz 2192519 RMD160 eaa3fe1b470e193ed60d4c429fd36c1cf098a136 SHA1 6aa4e4904ca72747914f4230d1829b7631f1fda6 SHA256 bc6a19e3673a508121be354236176d3d1cb80c67c754b58973392e415a345d56
|
||||
EBUILD skimpy-1.4.ebuild 769 RMD160 f9904095a200c08a19e6d96bbebb0040462b0e3d SHA1 ad48bfc1b483e4dc6ebe3ba6b730a50a99d1712a SHA256 3a35d827c9c40c3bcca02858641dbc032e11e8aff6c8cf43a39120b5a0225faf
|
||||
27
dev-python/skimpy/skimpy-1.4.ebuild
Normal file
27
dev-python/skimpy/skimpy-1.4.ebuild
Normal file
@@ -0,0 +1,27 @@
|
||||
# Copyright 1999-2008 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/turbokid/turbokid-1.0.4.ebuild,v 1.1 2008/01/04 18:06:51 hawking Exp $
|
||||
|
||||
NEED_PYTHON=2.4
|
||||
|
||||
inherit distutils versionator
|
||||
|
||||
MY_PN="skimpyGimpy"
|
||||
MY_PV=$(replace_version_separator 1 '_' )
|
||||
|
||||
DESCRIPTION="Skimpy is an example of a Captcha"
|
||||
HOMEPAGE="http://skimpygimpy.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/skimpygimpy/${PN}_${MY_PV}.tar.gz"
|
||||
LICENSE="BSD"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SLOT="0"
|
||||
IUSE="test"
|
||||
S="${WORKDIR}/${MY_PN}_${MY_PV}"
|
||||
#RDEPEND=">=dev-python/kid-0.9.6"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools
|
||||
test? ( dev-python/nose )"
|
||||
|
||||
src_test() {
|
||||
PYTHONPATH=. "${python}" setup.py test || die "tests failed"
|
||||
}
|
||||
Reference in New Issue
Block a user