diff options
author | Jesus Rivero <neurogeek@gentoo.org> | 2011-08-27 20:14:44 +0000 |
---|---|---|
committer | Jesus Rivero <neurogeek@gentoo.org> | 2011-08-27 20:14:44 +0000 |
commit | 92765b0bda79585d87b3d8b99665b88d22d491c2 (patch) | |
tree | 4d60893c9af8bd4eb47e6ffd9de0683ef855100e /dev-python/async/async-0.6.1.ebuild | |
parent | x86 stable wrt security bug #380255 (diff) | |
download | historical-92765b0bda79585d87b3d8b99665b88d22d491c2.tar.gz historical-92765b0bda79585d87b3d8b99665b88d22d491c2.tar.bz2 historical-92765b0bda79585d87b3d8b99665b88d22d491c2.zip |
Initial commit
Package-Manager: portage-2.2.0_alpha46/cvs/Linux i686
Diffstat (limited to 'dev-python/async/async-0.6.1.ebuild')
-rw-r--r-- | dev-python/async/async-0.6.1.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-python/async/async-0.6.1.ebuild b/dev-python/async/async-0.6.1.ebuild new file mode 100644 index 000000000000..645cbfbf238b --- /dev/null +++ b/dev-python/async/async-0.6.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/async/async-0.6.1.ebuild,v 1.1 2011/08/27 20:11:03 neurogeek Exp $ +# Ebuild generated by g-pypi 0.1 + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +#Tests fail randomly for Python2.7 +#DISTUTILS_SRC_TEST="nosetests" + +inherit eutils distutils + +DESCRIPTION="Async Framework" +HOMEPAGE="http://gitorious.org/git-python/async + http://pypi.python.org/pypi/async" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +KEYWORDS="~x86" +SLOT="0" +IUSE="" + +RDEPEND="sys-libs/zlib" +DEPEND="dev-python/setuptools + ${RDEPEND}" +RESTRICT_PYTHON_ABIS="3*" + +src_prepare() { + distutils_src_prepare + epatch "${FILESDIR}/${P}_libz_link.patch" +} |