pymills: python API fix

This commit is contained in:
Anton Bolshakov 2011-04-16 00:37:16 +00:00
parent cbef65c207
commit 128aa956a6
3 changed files with 6 additions and 29 deletions

View file

@ -1,3 +1,2 @@
DIST pymills-3.4.tar.gz 44753 RMD160 b765e6fef188e1b979bb5f2c182e82e0ce97ac47 SHA1 63bce91f3223ae10e8a074aec6b2f06725e1a354 SHA256 63759c787c7065979af9866979dec71b6fdc0d3249f25047d7952f6a0f41f98e
EBUILD pymills-3.4-r1.ebuild 678 RMD160 c833214bdbae2d29b73847c5a5bc7051b7a0b7d0 SHA1 72c37c181f0910443c2ea8a12a8ea14d0c86bf88 SHA256 0b3f1fe83ddec86e4fd56ce299109ecd6fb9167077cca49f296ef010e94fbcd0
EBUILD pymills-3.4-r2.ebuild 651 RMD160 43234951171aed1ac2c5169a3cee68b0d2e3a951 SHA1 488952b67934aa1597cfea2fd88a6a8c918534e1 SHA256 1ef03288568aa3b8578d4f352175567e421baadcfa82d35557e8b17a43651ba7
EBUILD pymills-3.4-r2.ebuild 678 RMD160 a53551c680ea1069f73907d6bcf4c0c5a35e07ec SHA1 71a0be0efff280c5f67e58624fe3147b55b39351 SHA256 1c09d9ce03061d8bc38761f64b7d4ccd414e754cc645bfeafdb4cb6915c02212

View file

@ -1,25 +0,0 @@
# Copyright 1999-2010 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}"
}

View file

@ -2,8 +2,11 @@
# 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
EAPI=3
PYTHON_DEPEND="2"
inherit eutils distutils python
DESCRIPTION="Powerful event library enabling asyncronous and event-driven applications and system to be developed"
HOMEPAGE="http://pypi.python.org/pypi/pymills"