public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/mpmath: metadata.xml Manifest mpmath-0.8.ebuild ChangeLog
@ 2008-07-08  4:10 Andrey Grozin (grozin)
  0 siblings, 0 replies; only message in thread
From: Andrey Grozin (grozin) @ 2008-07-08  4:10 UTC (permalink / raw
  To: gentoo-commits

grozin      08/07/08 04:10:16

  Added:                metadata.xml Manifest mpmath-0.8.ebuild ChangeLog
  Log:
  Initial import
  (Portage version: 2.2_rc1/cvs/Linux 2.6.25-tuxonice-r1 i686)

Revision  Changes    Path
1.1                  dev-python/mpmath/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mpmath/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mpmath/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>sci-mathematics</herd>
	<maintainer>
		<email>grozin@gentoo.org</email>
		<name>Andrey Grozin</name>
	</maintainer>
	<longdescription>A Python library for arbitrary-precision floating-point arithmetic</longdescription>
</pkgmetadata>



1.1                  dev-python/mpmath/Manifest

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

Index: Manifest
===================================================================
DIST mpmath-0.8.tar.gz 111825 RMD160 cf090d139643d7c10c13a2e12a558f1c44bbe2d2 SHA1 bdb5f2b9efc2ea730b004de3bf2593c74ffbdd34 SHA256 ff25bfa44e96ffe25a69c9de4577f810d953b2936bc57df3009ec5d86474eb67
EBUILD mpmath-0.8.ebuild 753 RMD160 82cc0ddcd068ec165f7002f33c07cacc2d9fd5dd SHA1 c4e5521afcc5e8cefa17df3c0a8afb463b665eb8 SHA256 65f352d1fd95de04dd7567cb993deffe538a2dd8321b198053d0a688f4e65116
MISC ChangeLog 249 RMD160 528723877c0a5c7ebebfcfb7ef35d4b9b2b52f07 SHA1 df16e6766bd0033f1a0c16bf3c37fbe9ea5bb98f SHA256 f22571852754ef5df573e9f3a1dcbd1716a79ad3321a2b0fbd924485ef4916c3
MISC metadata.xml 365 RMD160 ece7c524ccedeb12b39753fba601dd830c25f8ab SHA1 afc79096300fa102014e4e794fdc20814b25f363 SHA256 d6bb09b59c81f6643741decbdce8d164005673b406d703ce5c2448891b2db2a8



1.1                  dev-python/mpmath/mpmath-0.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mpmath/mpmath-0.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mpmath/mpmath-0.8.ebuild?rev=1.1&content-type=text/plain

Index: mpmath-0.8.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.8.ebuild,v 1.1 2008/07/08 04:10:15 grozin Exp $

NEED_PYTHON=2.4
inherit distutils

DESCRIPTION="A python library for arbitrary-precision floating-point arithmetic"
HOMEPAGE="http://code.google.com/p/mpmath/"
SRC_URI="http://mpmath.googlecode.com/files/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86"
IUSE="doc examples test"

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

src_install() {
	DOCS="CHANGES"
	distutils_src_install

	if use doc; then
		cd doc
		"${python}" build.py
		dohtml -r build/*
		cd ..
	fi

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

src_test() {
	cd mpmath/tests
	py.test || die "tests failed"
}



1.1                  dev-python/mpmath/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for dev-python/mpmath
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v 1.1 2008/07/08 04:10:15 grozin Exp $

*mpmath-0.8 (08 Jul 2008)

  08 Jul 2008; Andrey Grozin <grozin@gentoo.org> +metadata.xml,
  +mpmath-0.8.ebuild:
  Initial import




-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-07-08  4:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-08  4:10 [gentoo-commits] gentoo-x86 commit in dev-python/mpmath: metadata.xml Manifest mpmath-0.8.ebuild ChangeLog Andrey Grozin (grozin)

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