trac-piwik-plugin from https://bitbucket.org/piquadrat/tracpiwik
This commit is contained in:
parent
32e3d0b2bc
commit
57cc0b6226
1
www-apps/trac-piwik/Manifest
Normal file
1
www-apps/trac-piwik/Manifest
Normal file
@ -0,0 +1 @@
|
||||
EBUILD trac-piwik-0.1.1.ebuild 706 SHA256 1e9f270ec09148d1ace765ef71c0045ef69d823e72834c549e08a9810d4f239b SHA512 4234b2e22214e210f18dc1a27a9f43e20de54dd232a483d409bdceb895d347c66f26c11429e14c88c65ee373c59dff9b6d1467ade82caddb76e751a2ee3e4600 WHIRLPOOL 0e567b4db581fa759d7f08f85238b0a21ab28a0eea99e411de59537c39d486b636cfd7c0cda5432a1f5ff2dfbe29c115540f8bd4770f558f7b2ffadb5b47ef0e
|
29
www-apps/trac-piwik/trac-piwik-0.1.1.ebuild
Normal file
29
www-apps/trac-piwik/trac-piwik-0.1.1.ebuild
Normal file
@ -0,0 +1,29 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit mercurial distutils-r1
|
||||
|
||||
DESCRIPTION="Piwik Statistics Plugin for Trac"
|
||||
HOMEPAGE="https://bitbucket.org/piquadrat/tracpiwik"
|
||||
EHG_REPO_URI="https://bitbucket.org/piquadrat/tracpiwik"
|
||||
EHG_REVISION="3ad1491b8c11"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
RDEPEND=""
|
||||
|
||||
python_prepare_all() {
|
||||
# Req'd to avoid file collisions
|
||||
sed -e s":find_packages():find_packages(exclude=['tests']):" -i setup.py || die
|
||||
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
# Tests attempt to import an abandonned module
|
Loading…
Reference in New Issue
Block a user