Merge remote-tracking branch 'github/pr/108'
[gentoo.git] / dev-python / pysvg / pysvg-0.2.1-r1.ebuild
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=5
6 PYTHON_COMPAT=( python2_7 )
7
8 inherit distutils-r1
9
10 DESCRIPTION="Python SVG document creation library"
11 HOMEPAGE="http://codeboje.de/pysvg/
12         https://code.google.com/p/pysvg/"
13 SRC_URI="https://pysvg.googlecode.com/files/${P}.zip"
14
15 LICENSE="BSD"
16 SLOT="0"
17 KEYWORDS="~amd64"
18 IUSE=""
19
20 DEPEND="app-arch/unzip"
21 RDEPEND=""