Skip to content

Commit

Permalink
www-apps/trac-tags: distutils-r1, EAPI=6
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Feb 17, 2017
1 parent 99e5d2b commit a6f52ea
Showing 1 changed file with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=3
EAPI=6

PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
PYTHON_COMPAT=( python2_7 )

inherit distutils
inherit distutils-r1

MY_REV="9901"
MY_DIR="tagsplugin/tags/${PV}"
Expand All @@ -23,11 +21,11 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

CDEPEND=">=dev-python/genshi-0.6"
CDEPEND=">=dev-python/genshi-0.6[${PYTHON_USEDEP}]"
DEPEND="${CDEPEND}
dev-python/setuptools
dev-python/setuptools[${PYTHON_USEDEP}]
app-arch/unzip"
RDEPEND="${CDEPEND}
>=www-apps/trac-0.11"
>=www-apps/trac-0.11[${PYTHON_USEDEP}]"

S="${WORKDIR}/${MY_DIR}"

0 comments on commit a6f52ea

Please sign in to comment.