* [gentoo-commits] gentoo-x86 commit in sci-astronomy/pyephem: ChangeLog pyephem-3.7.4.1.ebuild
@ 2011-05-03 16:52 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2011-05-03 16:52 UTC (permalink / raw
To: gentoo-commits
bicatali 11/05/03 16:52:51
Modified: ChangeLog
Added: pyephem-3.7.4.1.ebuild
Log:
Version bump
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Revision Changes Path
1.11 sci-astronomy/pyephem/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/pyephem/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/pyephem/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/pyephem/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 26 May 2010 15:34:44 -0000 1.10
+++ ChangeLog 3 May 2011 16:52:50 -0000 1.11
@@ -1,6 +1,11 @@
# ChangeLog for sci-astronomy/pyephem
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/ChangeLog,v 1.10 2010/05/26 15:34:44 xarthisius Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/ChangeLog,v 1.11 2011/05/03 16:52:50 bicatali Exp $
+
+*pyephem-3.7.4.1 (03 May 2011)
+
+ 03 May 2011; Sébastien Fabbro <bicatali@gentoo.org> +pyephem-3.7.4.1.ebuild:
+ Version bump
26 May 2010; Kacper Kowalik <xarthisius@gentoo.org>
pyephem-3.7.3.4.ebuild:
1.1 sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild?rev=1.1&content-type=text/plain
Index: pyephem-3.7.4.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild,v 1.1 2011/05/03 16:52:50 bicatali Exp $
EAPI="2"
PYTHON_DEPEND="2:2.5"
SUPPORT_PYTHON_ABIS="1"
DISTUTILS_SRC_TEST="setup.py"
inherit distutils eutils
DESCRIPTION="Astronomical routines for the python programming language"
LICENSE="LGPL-3"
HOMEPAGE="http://rhodesmill.org/pyephem/pyephem.html"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc"
RDEPEND=""
DEPEND="doc? ( dev-python/sphinx )"
RESTRICT_PYTHON_ABIS="2.4 3.*"
src_prepare() {
# don't install rst files
sed -i -e "s:'doc/\*\.rst',::" "${S}"/setup.py || die
distutils_src_prepare
}
src_compile() {
distutils_src_compile
if use doc; then
cd src/ephem/doc
PYTHONPATH=../../.. emake html || die "Building of documentation failed"
fi
}
src_test() {
# remove a buggy test (it's a doc test), check next version.
mv src/ephem/tests/test_rst.py{,orig}
distutils_src_test
}
src_install() {
distutils_src_install
if use doc; then
dohtml -r src/ephem/doc/.build/html/* || die "Installation of documentation failed"
fi
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-astronomy/pyephem: ChangeLog pyephem-3.7.4.1.ebuild
@ 2011-08-21 12:08 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; 2+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-08-21 12:08 UTC (permalink / raw
To: gentoo-commits
xarthisius 11/08/21 12:08:06
Modified: ChangeLog pyephem-3.7.4.1.ebuild
Log:
Add missing dependency on dev-python/setuptools for tests. Fixes bug 379445 by Michael <gentoo@scribeofthenile.com>
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Revision Changes Path
1.14 sci-astronomy/pyephem/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/pyephem/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/pyephem/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/pyephem/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 4 Aug 2011 18:32:07 -0000 1.13
+++ ChangeLog 21 Aug 2011 12:08:06 -0000 1.14
@@ -1,6 +1,10 @@
# ChangeLog for sci-astronomy/pyephem
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/ChangeLog,v 1.13 2011/08/04 18:32:07 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/ChangeLog,v 1.14 2011/08/21 12:08:06 xarthisius Exp $
+
+ 21 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org> pyephem-3.7.4.1.ebuild:
+ Add missing dependency on dev-python/setuptools for tests. Fixes bug 379445
+ by Michael <gentoo@scribeofthenile.com>
04 Aug 2011; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml:
Switched herd to sci-astronomy
1.3 sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild?r1=1.2&r2=1.3
Index: pyephem-3.7.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyephem-3.7.4.1.ebuild 25 Jul 2011 23:00:57 -0000 1.2
+++ pyephem-3.7.4.1.ebuild 21 Aug 2011 12:08:06 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild,v 1.2 2011/07/25 23:00:57 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild,v 1.3 2011/08/21 12:08:06 xarthisius Exp $
EAPI="2"
PYTHON_DEPEND="2:2.5"
@@ -18,7 +18,8 @@
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc"
RDEPEND=""
-DEPEND="doc? ( dev-python/sphinx )"
+DEPEND="doc? ( dev-python/sphinx )
+ test? ( dev-python/setuptools )"
RESTRICT_PYTHON_ABIS="2.4 3.*"
src_prepare() {
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-08-21 12:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-21 12:08 [gentoo-commits] gentoo-x86 commit in sci-astronomy/pyephem: ChangeLog pyephem-3.7.4.1.ebuild Kacper Kowalik (xarthisius)
-- strict thread matches above, loose matches on Subject: below --
2011-05-03 16:52 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