blob: 2bfda89d61179ebe9e761306c68c288f84bc6bdb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/PyZilla/PyZilla-0.1.0.ebuild,v 1.1 2011/03/26 05:52:10 vapier Exp $
inherit distutils
DESCRIPTION="Python wrapper for the BugZilla XML-RPC API"
HOMEPAGE="http://pypi.python.org/pypi/PyZilla"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DOCS="CHANGES.txt"
|