dev-python/pyodbc: bump to 3.0.10
[gentoo.git] / dev-python / pysvg / pysvg-0.2.2.ebuild
1 # Copyright 1999-2016 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=6
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="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
14
15 LICENSE="BSD"
16 SLOT="0"
17 KEYWORDS="~amd64"
18 IUSE=""
19
20 DEPEND="app-arch/unzip"
21 RDEPEND=""