/[gentoo-x86]/dev-python/traitsbackendwx/traitsbackendwx-3.6.0.ebuild
Gentoo

Contents of /dev-python/traitsbackendwx/traitsbackendwx-3.6.0.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.8 - (show annotations) (download)
Mon Feb 4 02:42:46 2013 UTC (3 months, 2 weeks ago) by heroxbd
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +3 -3 lines
keyword ~amd64-linux ~x86-linux

(Portage version: 2.1.11.34/cvs/Linux x86_64, unsigned Manifest commit)

1 # Copyright 1999-2013 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/dev-python/traitsbackendwx/traitsbackendwx-3.6.0.ebuild,v 1.7 2012/06/12 12:01:22 iksaif Exp $
4
5 EAPI="3"
6 PYTHON_DEPEND="2"
7 SUPPORT_PYTHON_ABIS="1"
8 RESTRICT_PYTHON_ABIS="3.* *-jython"
9
10 inherit distutils
11
12 MY_PN="TraitsBackendWX"
13 MY_P="${MY_PN}-${PV}"
14
15 DESCRIPTION="WxPython backend for Traits and TraitsGUI (Pyface)"
16 HOMEPAGE="http://code.enthought.com/projects/traits_gui/"
17 SRC_URI="http://www.enthought.com/repo/ETS/${MY_P}.tar.gz"
18
19 LICENSE="BSD"
20 SLOT="0"
21 KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
22 IUSE=""
23
24 DEPEND="dev-python/setuptools
25 dev-python/wxpython:2.8"
26 RDEPEND="${DEPEND}"
27
28 S="${WORKDIR}/${MY_P}"
29
30 DOCS="docs/*.txt"
31 PYTHON_MODNAME="enthought"
32
33 src_install() {
34 find -name "*LICENSE.txt" -delete
35 distutils_src_install
36 }

  ViewVC Help
Powered by ViewVC 1.1.13