public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/encore: encore-0.2.ebuild metadata.xml Manifest ChangeLog
@ 2012-12-06 18:24 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2012-12-06 18:24 UTC (permalink / raw
  To: gentoo-commits

bicatali    12/12/06 18:24:08

  Added:                encore-0.2.ebuild metadata.xml Manifest ChangeLog
  Log:
  Initial import
  
  (Portage version: 2.2.01.21313-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)

Revision  Changes    Path
1.1                  dev-python/encore/encore-0.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/encore/encore-0.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/encore/encore-0.2.ebuild?rev=1.1&content-type=text/plain

Index: encore-0.2.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/encore/encore-0.2.ebuild,v 1.1 2012/12/06 18:24:08 bicatali Exp $

EAPI=4

PYTHON_DEPEND="2:2.6"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
PYTHON_TESTS_RESTRICTED_ABIS="2.6"
DISTUTILS_SRC_TEST="nosetests"

inherit distutils

DESCRIPTION="Enthought Tool Suite: collection of core-level utility modules"
HOMEPAGE="https://github.com/enthought/encore"
SRC_URI="http://www.enthought.com/repo/ets/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc examples"

RDEPEND=""
DEPEND="doc? ( dev-python/sphinx )"

DOCS="dataflow.txt"

src_compile() {
	distutils_src_compile
	use doc && PYTHONPATH="$(ls -1d ${S}/build*/lib | head -n1)" \
		emake -C docs html
}

src_install() {
	find -name "*LICENSE*.txt" -delete
	distutils_src_install

	use doc && dohtml -r docs/build/html/*

	if use examples; then
		insinto /usr/share/doc/${PF}
		doins -r examples
	fi
}



1.1                  dev-python/encore/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/encore/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/encore/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
<longdescription lang="en">
  This package consists of a collection of core utility packages
  useful for building Python applications. This package is intended to
  be at the bottom of the software stack and have zero required
  external dependencies aside from the Python Standard Library.
</longdescription>
<upstream>
  <remote-id type="pypi">encore</remote-id>
</upstream>
</pkgmetadata>



1.1                  dev-python/encore/Manifest

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/encore/Manifest?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/encore/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===================================================================
DIST encore-0.2.tar.gz 99153 SHA256 945508b9b2205648bc011e21979bfe5a0dac3ddda2b8d7cf882e23f47a62319b SHA512 f17aeffd431a7919f1fe605eb919a0a174c37fd3803d6c14eb206126319965cf22b2d001950c82aa96640aa831851dc7803fd3f361012abfbbe08f02533e73ce WHIRLPOOL 8a2406b45ce0ea27d1245b238b23ecaf50e8c8d39f18ffccb54dbe04c710339bdc2687563d213e83af10e1c7c1cbfa0151b511f7c36328a228d2153e4181ed2c
EBUILD encore-0.2.ebuild 1075 SHA256 01218ca9f7e3e1e7e99614c4c83282c98c764ede2a6a7d2c9370b8390479f38a SHA512 100274416402e08e62b9456f273946d8330765883db936606ec071aa79f52c86f70326ab13619ea74205b094357d00c55fc1bb8243a831935cb101a5fb4c17f5 WHIRLPOOL 55d36d118060d78f32fa6fc02b35d78edf32e1615fc3d9c9708151032a576cbe9569b54623006d049b27a79159e15fb7a646309c82fe002f0d4995fc0e4b91e7
MISC metadata.xml 537 SHA256 01ed938d22551bc7f18da9b16cdf1edbbe095dca4f4bf47c57da90e0b3f18536 SHA512 1bfecc8377a19207b7106db770dec435b4da233b5267a8e2ff1eec489c96fe9eb8582d9f8d3d6b3b53997f294ddd7569f3233bee793bb497f40f6e20e895661d WHIRLPOOL c4f3be3a67d287455fc578e2eb6c716593f67df24dedb860fae6543760355986eddc045b06f35eb14191fa89c93bb11f4b4e42330c5d02903ebd35fefa6363ae



1.1                  dev-python/encore/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/encore/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/encore/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for dev-python/encore
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/encore/ChangeLog,v 1.1 2012/12/06 18:24:08 bicatali Exp $

*encore-0.2 (06 Dec 2012)

  06 Dec 2012; Sébastien Fabbro <bicatali@gentoo.org> +encore-0.2.ebuild,
  +metadata.xml:
  Initial import





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-12-06 18:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-06 18:24 [gentoo-commits] gentoo-x86 commit in dev-python/encore: encore-0.2.ebuild metadata.xml Manifest ChangeLog Sebastien Fabbro (bicatali)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox