Files
sablink-distro/dev-python/python-bugzilla/python-bugzilla-0.6.0.ebuild
T
Sławomir Nizio ba9ebc33bf [{app-admin,dev-python,dev-util,sys-block}/*] bump to EAPI 3
Bumped EAPI to 3 due to deprecation in distutils.eclass:
Usage of distutils.eclass in packages not supporting installation
 * for multiple Python ABIs in EAPI <=2 is deprecated and will be banned
 * on 2011-06-01.
2011-05-18 21:43:31 +02:00

16 lines
406 B
Bash

# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
inherit distutils eutils
DESCRIPTION="A python library.. for bugzilla!"
HOMEPAGE="https://fedorahosted.org/python-bugzilla/"
SRC_URI="https://fedorahosted.org/releases/p/y/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha ~amd64 ia64 ~ppc ppc64 ~sparc x86"
IUSE=""