public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-astronomy/pyephem: ChangeLog metadata.xml pyephem-3.7.2.3.ebuild pyephem-3.7.2a.ebuild
@ 2008-01-29 12:59 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2008-01-29 12:59 UTC (permalink / raw
  To: gentoo-commits

bicatali    08/01/29 12:59:56

  Modified:             ChangeLog metadata.xml
  Added:                pyephem-3.7.2.3.ebuild
  Removed:              pyephem-3.7.2a.ebuild
  Log:
  Version bump and cleanup
  (Portage version: 2.1.4)

Revision  Changes    Path
1.5                  sci-astronomy/pyephem/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/pyephem/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/pyephem/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/pyephem/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	17 Oct 2007 11:45:15 -0000	1.4
+++ ChangeLog	29 Jan 2008 12:59:56 -0000	1.5
@@ -1,6 +1,12 @@
 # ChangeLog for sci-astronomy/pyephem
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/ChangeLog,v 1.4 2007/10/17 11:45:15 bicatali Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/ChangeLog,v 1.5 2008/01/29 12:59:56 bicatali Exp $
+
+*pyephem-3.7.2.3 (29 Jan 2008)
+
+  29 Jan 2008; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml,
+  +pyephem-3.7.2.3.ebuild, -pyephem-3.7.2a.ebuild:
+  Version bump and cleanup
 
 *pyephem-3.7.2.1 (17 Oct 2007)
 



1.3                  sci-astronomy/pyephem/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/pyephem/metadata.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/pyephem/metadata.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/pyephem/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml	11 Sep 2007 13:57:59 -0000	1.2
+++ metadata.xml	29 Jan 2008 12:59:56 -0000	1.3
@@ -3,13 +3,13 @@
 <pkgmetadata>
 <herd>sci</herd>
 <longdescription lang="en">
-PyEphem provides astronomical computations for the Python programming
-language. Given a date and location on the Earth's surface, it can
-compute the positions of the Sun and Moon, of the planets and their
-moons, and of any asteroids, comets, or earth satellites whose orbital
-elements the user can provide. Additional functions are provided to
-compute the angular separation between two objects in the sky, to
-determine the constellation in which an object lies, and to find the
-times at which an object rises, transits, and sets on a particular day.
+  PyEphem provides astronomical computations for the Python programming
+  language. Given a date and location on the Earth's surface, it can
+  compute the positions of the Sun and Moon, of the planets and their
+  moons, and of any asteroids, comets, or earth satellites whose orbital
+  elements the user can provide. Additional functions are provided to
+  compute the angular separation between two objects in the sky, to
+  determine the constellation in which an object lies, and to find the
+  times at which an object rises, transits, and sets on a particular day.
 </longdescription>
 </pkgmetadata>



1.1                  sci-astronomy/pyephem/pyephem-3.7.2.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/pyephem/pyephem-3.7.2.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/pyephem/pyephem-3.7.2.3.ebuild?rev=1.1&content-type=text/plain

Index: pyephem-3.7.2.3.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/pyephem-3.7.2.3.ebuild,v 1.1 2008/01/29 12:59:56 bicatali Exp $

inherit distutils

DESCRIPTION="Astronomical routines for the python programming language"
LICENSE="LGPL-3"
HOMEPAGE="http://rhodesmill.org/pyephem/pyephem.html"
SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"

SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

DEPEND=""

src_test() {
	# python setup.py test did not work, so do it manually
	cd build/lib*
	for t in angles bodies constants dates usno usno_equinoxes; do
		PYTHONPATH=. \
			"${python}" ephem/tests/test_${t}.py \
			|| die "test_${t} failed"
	done
}

src_install() {
	distutils_src_install
	insinto /usr/share/doc/${PF}/examples
	doins examples/* || die "Failed to install examples"
	mv "${D}"/usr/lib*/${python}*/site-packages/ephem/doc \
		"${D}"/usr/share/doc/${PF}/html || die "Failed to install doc"
}



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



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

only message in thread, other threads:[~2008-01-29 13:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-29 12:59 [gentoo-commits] gentoo-x86 commit in sci-astronomy/pyephem: ChangeLog metadata.xml pyephem-3.7.2.3.ebuild pyephem-3.7.2a.ebuild 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