gentoo/dev-python/pdfrw/pdfrw-0.1.ebuild
Tobias Klausmann fb18843f93
dev-python/pdfrw: Fixing HOMEPAGE move due to code.google.com shutdown
Package-Manager: portage-2.2.20.1
2015-09-01 21:19:06 +02:00

18 lines
402 B
Bash

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 pypy )
inherit distutils-r1
DESCRIPTION="PDF file reader/writer library"
HOMEPAGE="https://github.com/pmaupin/pdfrw"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 x86"
IUSE=""