diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-python/etsdevtools | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-python/etsdevtools')
-rw-r--r-- | dev-python/etsdevtools/Manifest | 1 | ||||
-rw-r--r-- | dev-python/etsdevtools/etsdevtools-4.0.2-r1.ebuild | 49 | ||||
-rw-r--r-- | dev-python/etsdevtools/metadata.xml | 30 |
3 files changed, 80 insertions, 0 deletions
diff --git a/dev-python/etsdevtools/Manifest b/dev-python/etsdevtools/Manifest new file mode 100644 index 000000000000..8c05a21dd375 --- /dev/null +++ b/dev-python/etsdevtools/Manifest @@ -0,0 +1 @@ +DIST etsdevtools-4.0.2.tar.gz 4222266 SHA256 6b0e8906deab4cbb449e2be559526f0a958c062678b70b04a6978a7c00fb6310 SHA512 41e88997d74397f8780c47c87080629661790aefaabeb9463503f7a7331aefbb7ba42a9754382f43adf6143c28db999af70b287a221b8cdbd44b2b7443b2b23d WHIRLPOOL 9dedd133088d6b40d1f923c984371aecc2fc0ebd4a930bec5f4948e3e5c304b2a41b6e6c2749a49dc77b24f74872aa93311321a8c4daa83da2f0098848ab7662 diff --git a/dev-python/etsdevtools/etsdevtools-4.0.2-r1.ebuild b/dev-python/etsdevtools/etsdevtools-4.0.2-r1.ebuild new file mode 100644 index 000000000000..36a5262147c2 --- /dev/null +++ b/dev-python/etsdevtools/etsdevtools-4.0.2-r1.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=python2_7 + +inherit distutils-r1 virtualx + +DESCRIPTION="Enthought Tool Suite: Tools to support Python development" +HOMEPAGE="http://code.enthought.com/projects/dev_tools.php http://pypi.python.org/pypi/etsdevtools" +SRC_URI="http://www.enthought.com/repo/ets/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux" +IUSE="doc examples test" + +RDEPEND="dev-python/numpy[${PYTHON_USEDEP}] + dev-python/traits[${PYTHON_USEDEP}]" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) + test? ( + ${RDEPEND} + >=dev-python/traitsui-4[${PYTHON_USEDEP}] + media-fonts/font-cursor-misc + media-fonts/font-misc-misc + x11-apps/xhost + )" + +python_compile_all() { + use doc && emake -C docs html +} + +python_test() { + VIRTUALX_COMMAND="nosetests -v" virtualmake +} + +python_install_all() { + find -name "*LICENSE*.txt" -delete + use doc && dohtml -r docs/build/html/* + + if use examples; then + insinto /usr/share/doc/${PF} + doins -r examples + fi +} diff --git a/dev-python/etsdevtools/metadata.xml b/dev-python/etsdevtools/metadata.xml new file mode 100644 index 000000000000..c89897249522 --- /dev/null +++ b/dev-python/etsdevtools/metadata.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>python</herd> + <longdescription lang="en"> + The ETSDevTools project from the Enthought Tool Suite includes a + set of packages that can be used during the development of a + software project, for understanding, debugging, testing, and + inspecting code: + * Enthought Developer Tool Suite (enthought.developer): A + collection of utilities, designed to ease the development and + debugging of Traits-based programs. They can be used as plug-ins + to your Envisage application while you are developing it, and then + removed when you are ready to release it. + * Endo: A Traits-aware tool for processing API documentation of + Python code. It extracts not only docstrings, but also plain + comments that immediately precede variable assignments (both + module-scope variables and class attributes). + * enthought.guitest: A collection of utilities for unit testing + user interfaces (translation of the Perl X11::GUITest and + Win32::GuiTest modules). + * enthought.testing: Scripts related to running unit tests, based + on testoob, and also allowing running test suites in separate + processes and aggregating the results. + * enthought.debug: A collection of debugging tools, not to be + included in production code. NOTE: These tools are functional, but + are not being developed or supported. They have been mainly + superceded by the tools in the Enthought Developer Tool Suite. + </longdescription> +</pkgmetadata> |