dev-python/jsmin/jsmin-2.0.2.ebuild
author Da Risk <da_risk@geekorum.com>
Sun, 19 Mar 2017 14:15:58 -0700
changeset 209 bbae16c15c22
parent 71 b5f50d70475b
permissions -rw-r--r--
dev-python/Djblets: update to latest version (Portage version: 2.3.5/hg/Linux x86_64, unsigned Manifest commit)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
71
b5f50d70475b Add dev-python/jsmin
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     1
# Copyright 1999-2012 Gentoo Foundation
b5f50d70475b Add dev-python/jsmin
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     2
# Distributed under the terms of the GNU General Public License v2
b5f50d70475b Add dev-python/jsmin
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     3
# $Header: $
b5f50d70475b Add dev-python/jsmin
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     4
b5f50d70475b Add dev-python/jsmin
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     5
EAPI="5"
b5f50d70475b Add dev-python/jsmin
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     6
b5f50d70475b Add dev-python/jsmin
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     7
PYTHON_COMPAT=( python2_7 python3_3 )
b5f50d70475b Add dev-python/jsmin
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     8
b5f50d70475b Add dev-python/jsmin
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     9
inherit distutils-r1
b5f50d70475b Add dev-python/jsmin
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    10
b5f50d70475b Add dev-python/jsmin
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    11
DESCRIPTION="identification and authentication framework for WSGI"
b5f50d70475b Add dev-python/jsmin
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    12
HOMEPAGE="http://pypi.python.org/pypi/repoze.who"
b5f50d70475b Add dev-python/jsmin
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    13
SRC_URI="mirror://pypi/j/${PN}/${PN}-${PV}-1.tar.gz"
b5f50d70475b Add dev-python/jsmin
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    14
b5f50d70475b Add dev-python/jsmin
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    15
LICENSE="WTFPL-2"
b5f50d70475b Add dev-python/jsmin
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    16
SLOT="0"
b5f50d70475b Add dev-python/jsmin
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    17
KEYWORDS="~amd64"
b5f50d70475b Add dev-python/jsmin
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    18
IUSE=""
b5f50d70475b Add dev-python/jsmin
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    19
b5f50d70475b Add dev-python/jsmin
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    20
DEPEND=""
b5f50d70475b Add dev-python/jsmin
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    21
RDEPEND=""
b5f50d70475b Add dev-python/jsmin
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    22
b5f50d70475b Add dev-python/jsmin
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    23
S="${WORKDIR}/${PN}-${PV}-1"