Files
gentoo/dev-python/pysvg/pysvg-0.2.2.ebuild
Mike Gilbert c2fe78f7f2 dev-python/pysvg: bump to 0.2.2
Package-Manager: portage-2.3.2_p8
2016-11-23 23:42:06 -05:00

22 lines
430 B
Bash

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Python SVG document creation library"
HOMEPAGE="http://codeboje.de/pysvg/
https://code.google.com/p/pysvg/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="app-arch/unzip"
RDEPEND=""