deb-python-rcssmin/_pkg/ebuilds/rcssmin.ebuild.in
2014-02-13 21:10:10 +01:00

30 lines
656 B
Bash

# Copyright 2011-2014 Andr\xe9 Malo
# Distributed under the terms of the GNU General Public License v2
# $Header$
EAPI="5"
PYTHON_COMPAT=(
python{2_5,2_6,2_7,3_1,3_2,3_3}
pypy{1_9,2_0}
jython{2_5,2_7}
)
inherit distutils-r1
DESCRIPTION="Fast CSS minifier for python"
HOMEPAGE="http://opensource.perlig.de/rcssmin/"
SRC_URI="http://storage.perlig.de/rcssmin/${P}.tar.bz2"
RESTRICT="mirror"
LICENSE="Apache-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc"
DOCS=( README.rst docs/CHANGES )
HTML_DOCS=( docs/apidoc )
python_install() {
distutils-r1_python_install --without-docs
}