pentoo-overlay/dev-python/pymills/pymills-3.4-r1.ebuild
grimmlin 5dff1afe06 * fasttrack: no 9999-r1 exists. ever.
* Unmasked pymills
2009-02-22 23:13:30 +00:00

25 lines
680 B
Bash

# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/enable/enable-3.0.2.ebuild,v 1.2 2009/01/15 11:20:43 bicatali Exp $
EAPI=2
inherit eutils distutils
DESCRIPTION="Powerful event library enabling asyncronous and event-driven applications and system to be developed"
HOMEPAGE="http://pypi.python.org/pypi/pymills"
SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
IUSE=""
SLOT="0"
KEYWORDS="amd64 x86"
LICENSE="BSD"
RDEPEND=""
DEPEND="dev-python/setuptools"
S="${WORKDIR}/${PN}"
src_unpack() {
unpack "${A}"
cd "${WORKDIR}"
mv "${P}" "${PN}"
}