1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
|
# ChangeLog for dev-python/astropy
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/astropy/ChangeLog,v 1.25 2015/04/08 08:05:00 mgorny Exp $
08 Apr 2015; Michał Górny <mgorny@gentoo.org> astropy-0.3.1.ebuild,
astropy-0.3.2.ebuild, astropy-0.4.ebuild:
Drop old Python implementations
*astropy-0.4.4 (21 Jan 2015)
21 Jan 2015; Kacper Kowalik <xarthisius@gentoo.org> +astropy-0.4.4.ebuild:
Version bump
27 Nov 2014; Kacper Kowalik <xarthisius@gentoo.org> astropy-0.4.ebuild:
Pass --offline to setup.py during all phases. Fixes bug #527196 by Juergen
Rose <rose@rz.uni-potsdam.de>, fix dependency on wcslib
*astropy-0.4 (11 Aug 2014)
11 Aug 2014; Justin Lecher <jlec@gentoo.org> astropy-0.3.2.ebuild,
+astropy-0.4.ebuild, metadata.xml:
Version Bump, #519250
*astropy-0.3.2 (28 May 2014)
28 May 2014; Sébastien Fabbro <bicatali@gentoo.org> +astropy-0.3.2.ebuild,
-astropy-0.3.ebuild:
Version bump
16 Apr 2014; Kacper Kowalik <xarthisius@gentoo.org> astropy-0.3.1.ebuild:
Fix PV in cfitsio dependency wrt #507364. Thanks to Mikko Laine
<mikko.laine@gmail.com> for catching this
15 Apr 2014; Sébastien Fabbro <bicatali@gentoo.org> astropy-0.3.1.ebuild:
Fixed minimum cfitsio version, thanks Mikko Laine bug #50736
*astropy-0.3.1 (10 Mar 2014)
10 Mar 2014; Sébastien Fabbro <bicatali@gentoo.org> +astropy-0.3.1.ebuild,
-astropy-0.2.5.ebuild:
Version bump
05 Feb 2014; Sébastien Fabbro <bicatali@gentoo.org> astropy-0.3.ebuild:
Removed vo, pywcs and pyfits as conflicting libraries
*astropy-0.3 (26 Nov 2013)
26 Nov 2013; Sébastien Fabbro <bicatali@gentoo.org> +astropy-0.3.ebuild,
-astropy-0.2.1.ebuild, -astropy-0.2.3.ebuild, -astropy-0.2.4.ebuild,
-files/astropy-0.1-debundle_zlib.patch, -files/astropy-0.1-expat.patch:
Version bump
*astropy-0.2.5 (20 Nov 2013)
20 Nov 2013; Sébastien Fabbro <bicatali@gentoo.org> +astropy-0.2.5.ebuild:
Version bump
*astropy-0.2.4 (06 Aug 2013)
06 Aug 2013; Sébastien Fabbro <bicatali@gentoo.org> +astropy-0.2.4.ebuild:
Version bump
12 Jul 2013; Sébastien Fabbro <bicatali@gentoo.org> -astropy-0.1-r1.ebuild,
astropy-0.2.3.ebuild, metadata.xml:
Hack fix for cfitsio 3.350 change of API
*astropy-0.2.3 (31 May 2013)
31 May 2013; Justin Lecher <jlec@gentoo.org> +astropy-0.2.3.ebuild,
metadata.xml:
Version Bump
22 May 2013; Patrick Lauer <patrick@gentoo.org> astropy-0.2.1.ebuild:
(Re-)Adding python-3.3 to python_targets
22 May 2013; Patrick Lauer <patrick@gentoo.org> astropy-0.2.1.ebuild:
Removing python3.3 from python_targets until h5py catches up
*astropy-0.2.1 (23 Apr 2013)
23 Apr 2013; Sébastien Fabbro <bicatali@gentoo.org> +astropy-0.2.1.ebuild,
metadata.xml:
Version bump
08 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> astropy-0.1-r1.ebuild:
Blocking pyfits and vo (bug #426822 and bug #429148)
27 Jun 2012; Sebastien Fabbro <fabbros@gentoo.org> astropy-0.1-r1.ebuild:
keyword amd64-linux x86-linux
*astropy-0.1-r1 (21 Jun 2012)
21 Jun 2012; Kacper Kowalik <xarthisius@gentoo.org> +astropy-0.1-r1.ebuild,
+files/astropy-0.1-debundle_zlib.patch, -astropy-0.1.ebuild:
Debundle zlib wrt #422657 by Diego Elio Pettenò <flameeyes@gentoo.org>, rename
fitschecker to avoid collision with dev-python/pyfits wrt #422659 by Helmut
Jarausch <jarausch@igpm.rwth-aachen.de>
19 Jun 2012; Sébastien Fabbro <bicatali@gentoo.org> astropy-0.1.ebuild,
metadata.xml:
restrict python-3, added matplotlib for doc building, add longdescription
19 Jun 2012; Kacper Kowalik <xarthisius@gentoo.org> astropy-0.1.ebuild:
Depend on dev-python/pytest unconditionally
*astropy-0.1 (19 Jun 2012)
19 Jun 2012; Kacper Kowalik <xarthisius@gentoo.org> +astropy-0.1.ebuild,
+files/astropy-0.1-expat.patch, +metadata.xml:
Initial import, ebuild written by me
|