[dev-python/python-bugzilla] version bump to 0.7.0_p20121019, bug 3752

This commit is contained in:
Sławomir Nizio
2012-10-28 22:02:12 +01:00
parent 6433c655b2
commit 44ee05125f
4 changed files with 81 additions and 18 deletions
@@ -0,0 +1,31 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
inherit distutils eutils
MY_P=${P%_*}
DESCRIPTION="A Python library for Bugzilla"
HOMEPAGE="https://fedorahosted.org/python-bugzilla/"
SRC_URI="https://fedorahosted.org/releases/p/y/${PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
S=${WORKDIR}/${MY_P}
PYTHON_MODNAME="bugzilla"
src_prepare() {
epatch "${FILESDIR}"/${MY_P}-82c2c.patch
distutils_src_prepare
}
pkg_postinst() {
distutils_pkg_postinst
elog "Automatic detection of file type of attachments"
elog "requires sys-apps/file compiled with USE=python."
}