Bug#1050232: pyregion: binary-any FTBFS with recent jdupes

2023-09-18 Thread Vincent Prat

Hi,

I cannot reproduce this bug in sid.
Is is still relevant?

Regards
Vincent



Bug#1039480: [astroplan] Please update to 0.8 for astropy 5.3 compatibility

2023-06-30 Thread Vincent Prat

Dear Ole,

There is this long-running issue in astroplan 0.8: 
https://github.com/astropy/astroplan/issues/416.

It is claimed to be solved, but I just tried and it still fails.

I can try to patch the version currently in Debian so that it is 
compatible with astropy 5.3, or disable the problematic tests 
(potentially a lot) in astroplan 0.8.

What do you think is best?

Regards

Vincent



Bug#1015204: ITP: sunpy-sphinx-theme -- Sphinx theme for SunPy and its affiliated packages

2022-07-17 Thread Vincent Prat

Package: wnpp
X-Debbugs-Cc: debian-de...@lists.debian.org
Owner: Vincent Prat 
Severity: wishlist

* Package name    : sunpy-sphinx-theme
  Version : 1.2.32
  Upstream Author : SunPy developers
* URL : https://github.com/sunpy/sunpy-sphinx-theme
* License : BSD-2-Clause
  Programming Lang: Python
  Description : Sphinx theme for SunPy and its affiliated packages

SunPy is a Python library for solar physics.
This is the sphinx theme for SunPy and its affiliated packages.

This package is needed to build the documentation of ndcube 2.0.2.

I plan to maintain the package inside the Debian Astro Team.

I do not need a sponsor.



Bug#1013078: New astropy breaks pyregion autopkgtest

2022-06-18 Thread Vincent Prat
Control: found -1 2.1.1-1



Bug#1013078: New astropy breaks pyregion autopkgtest

2022-06-18 Thread Vincent Prat
Control: reassign -1 python3-pyregion



Bug#1013078: New astropy breaks pyregion autopkgtest

2022-06-18 Thread Vincent Prat
reassign -1 python3-pyregion



Bug#995052: ITP: python-suitesparse-graphblas -- Python CFFI binding around SuiteSparse:GraphBLAS

2021-09-25 Thread Vincent Prat
Package: wnpp
X-Debbugs-Cc: debian-pyt...@lists.debian.org,
debian-scie...@lists.debian.org
Owner: Vincent Prat 
Severity: wishlist

* Package name    : python-suitesparse-graphblas
  Version : 5.1.7.0
  Upstream Author : Michel Pelletier , James
Kitchen , Erik Welch 
* URL :
https://github.com/GraphBLAS/python-suitesparse-graphblas
* License : Apache License 2.0
  Programming Lang: Python
  Description : Python CFFI binding around SuiteSparse:GraphBLAS

This is a base package that exposes only the low level CFFI API bindings
and symbols.
This package is shared by the syntax bindings pygraphblas and grblas.

This package is a dependency for pygraphblas, which I use.

I plan to maintain it inside the Science Team.
I am not looking for co-maintainers and I do not need a sponsor.


Bug#980321: ITP: eclipse-collections -- comprehensive collections library for Java

2021-01-17 Thread Vincent Prat
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-j...@lists.debian.org

Package         : eclipse-collections
Version : 10.4.0
Upstream Author : Goldman Sachs and others
URL : https://www.eclipse.org/collections/
License : EPL-1.0 and EDL-1.0
Programming Lang: Java
X-Debbugs-CC: debian-j...@lists.debian.org
Description : comprehensive collections library for Java

Eclipse Collections is a comprehensive collections library for Java. The
library enables productivity and performance by delivering an expressive
and efficient set of APIs and types. The iteration protocol was inspired
by the Smalltalk collection framework, and the collections are
compatible with the Java Collection Framework types.
Eclipse Collections is compatible with Java 8+. Eclipse Collections is a
part of the OpenJDK Quality Outreach program, and it is validated for
different versions of the OpenJDK.

Eclipse Collections is the evolution of GS Collections (packaged as
gs-collections).
It is required by version 2.0.0 of NatTable.
The package will be maintained within the team of Debian Java Maintainers.


Bug#962388: ITP: re2j -- linear-time regular expression matching in Java

2020-06-07 Thread Vincent Prat

I get your point here.
Thank you for pointing this out.
I will try to contact upstream to clarify the issue.



Bug#962388: ITP: re2j -- linear-time regular expression matching in Java

2020-06-07 Thread Vincent Prat
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-j...@lists.debian.org

* Package name    : re2j
  Version     : 1.3
  Upstream Author : The Go Authors
* URL : https://github.com/google/re2j
* License : BSD-3
  Programming Lang: Java
  Description : linear-time regular expression matching in Java

RE2 is a regular expression engine that runs in time linear in the size
of the input. RE2/J is a port of RE2 to pure Java.

Java's standard regular expression package, |java.util.regex|, and many
other widely used regular expression packages such as PCRE, Perl and
Python use a backtracking implementation strategy: when a pattern
presents two alternatives such as |a|b|, the engine will try to match
subpattern |a|first, and if that yields no match, it will reset the
input stream and try to match |b|instead.

If such choices are deeply nested, this strategy requires an exponential
number of passes over the input data before it can detect whether the
input matches. If the input is large, it is easy to construct a pattern
whose running time would exceed the lifetime of the universe. This
creates a security risk when accepting regular expression patterns from
untrusted sources, such as users of a web application.

In contrast, the RE2 algorithm explores all matches simultaneously in a
single pass over the input data by using a nondeterministicfinite automaton.

There are certain features of PCRE or Perl regular expressions that
cannot be implemented in linear time, for example, backreferences, but
the vast majority of regular expressions patterns in practice avoid such
features.


This package is a dependency of the netCDF Java library.

It will be maintained under the umbrella of the Java Maintainers Team.



Bug#961931: ITP: netcdf-java -- netCDF Java library

2020-05-31 Thread Vincent Prat
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-scie...@lists.debian.org, debian-j...@lists.debian.org

* Package name    : netcdf-java
  Version : 5.3.2
  Upstream Author : University Corporation for Atmospheric
Research/UnidataName 
* URL : https://www.unidata.ucar.edu/software/netcdf-java/
* License : BSD-3
  Programming Lang: Java
  Description : netCDF Java library

The netCDF Java library provides an interface for scientific data
access. It can be used to read scientific data from a variety of file
formats including netCDF, HDF, GRIB, BUFR, and many others. By itself,
the netCDF-Java library can only write netCDF-3 files. It can write
netCDF-4 files by using JNI to call the netCDF-C library. It also
implements Unidata's Common Data Model (CDM) to provide data geolocation
capabilities.

This package is a dependency of HDFView.

It will be maintained under the umbrella of the Debian Science Team.



Bug#904339: what's the current state of jhdf?

2020-05-05 Thread Vincent Prat
Hi,

For the moment, it is stalled.
I still intent to adopt it, but the latest version depends on nattable,
which is not in Debian yet.
I packaged the latter, but found no sponsor.
As soon as I become a Debian Developer, I will be able to upload it myself.


Le 05/05/2020 à 19:13, Hongzhuo Liang a écrit :
> Hi,
>
> What's the current state of jhdf?
>
> Is there anyone to maintain it?



Bug#956818: developers-reference: contradictory information about removing packages from Incoming

2020-04-15 Thread Vincent Prat
Package: developers-reference
Version: 11.0.10

In section 5.6.1, it is mentioned that the dcut command can be used to
remove packages from the upload queue.
However, section 5.9.2.1 states that it is no longer possible to remove
packages from incoming.
This seems contradictory.

Best regards,
Vincent



Bug#943350: RFS: nattable/1.5.0+dfsg-1 [ITP] -- high performance SWT data grid

2019-10-23 Thread Vincent Prat
Package: sponsorship-requests
Severity: wishlist
X-Debbugs-CC: debian-j...@lists.debian.org, debian-scie...@lists.debian.org

Dear mentors,

I am looking for a sponsor for my package "NatTable":

* Package Name  : nattable
  Version               : 1.5.0+dfsg-1
  Upstream author   : NatTable developers 
* URL   : https://www.eclipse.org/nattable/
* License   : Eclipse Public License 1.0
  Programming language  : Java
  Description   : high-performace SWT data grid

NatTable is a powerful and flexible SWT table/grid widget that is built to 
handle very large data sets, real-time updates, dynamic styling, and more.
NatTable is a subproject of Nebula.

This package is a dependency of HDFView.

It builds the following binary package:

  libeclipse-nebula-widgets-nattable-core-java - core java library

To find the package, please visit the following URL:

  https://salsa.debian.org/java-team/nattable

Best regards,
Vincent Prat



Bug#934793: ITP: nattable -- high-performance SWT data grid

2019-08-14 Thread Vincent Prat
Package: wnpp
Severity: wishlist

* Package Name  : nattable
  Version               : 1.5.0
  Upstream author   : NatTable developers 
* URL   : https://www.eclipse.org/nattable/
* License   : Eclipse Public License 1.0
  Programming language  : Java
  Description   : high-performace SWT data grid

NatTable is a powerful and flexible SWT table/grid widget that is built to 
handle very large data sets, real-time updates, dynamic styling, and more.
NatTable is a subproject of Nebula.

This package is a dependency of HDFView.

This package will be maintained under the Debian Java Maintainers 
. 



Bug#932688: Unable to update

2019-08-01 Thread Vincent Prat
Hi,

Unfortunately, I am unable to update astroplan, possibly because of
another change in astropy.
I reported the issue on Github
(https://github.com/astropy/astroplan/issues/416).

Cheers

Vincent



Bug#917014: [libhdf4] Please provide Java package

2018-12-21 Thread Vincent Prat
Package: libhdf4
Severity: wishlist


Please provide a Java package for HDF4.

This is needed for some other packages, such as hdfview.



Bug#905704: astroquery: autopkgtest regression

2018-08-08 Thread Vincent Prat
Hi,

I have already fixed the problem.
When the new version is successfully tested, I will close the bug.

Best regards,

Vincent



Bug#895013: ITP: ndcude -- base package for multi-dimensional contiguious and non-contiguious coordinate aware arrays

2018-04-06 Thread Vincent Prat
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org

Package name: ndcude
Version: 1.0.1
Upstream Author: SunPy Developers
URL: https://pypi.python.org/pypi/ndcube
License: BSD-2-Clause
Description: ndcube is an open-source SunPy affiliated package for
manipulating, inspecting and visualizing multi-dimensional contiguous
and non-contiguous coordinate-aware data arrays. It combines data,
uncertainties, units, metadata, masking, and coordinate transformations
into classes with unified slicing and generic coordinate transformations
and plotting/animation capabilities. It is designed to handle data of
any number of dimensions and axis types (e.g. spatial, temporal,
spectral, etc.) whose relationship between the array elements and the
real world can be described by World Coordinate System (WCS) translations.

The package will be maintained in the Debian Astro Team.


Bug#881699: ITP: pyspeckit -- toolkit for fitting and manipulating spectroscopic data in Python

2017-11-14 Thread Vincent Prat
Package: wnpp
Severity: wishlist

* Package name       : pyspeckit
  Version            : 0.1.20
  Upstream author    : Adam Ginsburg 
* URL                : https://pypi.python.org/pypi/pyspeckit
* License            : BSD
  Programming lang.  : Python
  Description        : toolkit for fitting and manipulating
spectroscopic data in Python

This is a code framework designed to allow for analysis of spectroscopic
data from a wide variety of astronomical instruments.
It is motivated by the lack of general spectroscopic analysis tools
applicable at multiple wavelengths (compare to IRAF, SPLAT, etc. - these
are wavelength-specific and/or do not make user scripting easy).
Initial implementation focuses on optical and radio applications, e.g.
gaussian and voigt profile fitting, baseline/continuum fitting, and
equivalent width measurements.

This package will be maintained under the Debian Astro Team.



Bug#880614: libpoco-dev: add cmake files

2017-11-02 Thread Vincent Prat
Package: libpoco-dev
Version: 1.7.8+dfsg1-3
Severity: wishlist

CMake files are provided by upstream to make the Poco library importable
in other CMake projects.
Please consider adding these files to the package.

Best regards



Bug#874505: RM: openlugaru -- ROM; replaced by lugaru

2017-09-06 Thread Vincent Prat
Package: ftp.debian.org
Severity: normal

The source package openlugaru is obsolete and has been replaced by
lugaru, which provides transitional packages.
Please remove it from the archive.



Bug#874086: Upstream patch

2017-09-06 Thread Vincent Prat
Hi pabs,

Thank you for the report.
Upstream proposes a patch for the alc_cleanup error at
https://gitlab.com/osslugaru/lugaru/issues/98#note_39461446.
Could you test if it fixes your SIGSEGV?

Cheers,

Vincent



Bug#860964: unblock: astroquery/0.3.4+dfsg-3

2017-04-22 Thread Vincent Prat
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Dear release team,

please unblock astroquery in the current freeze.

It solves #860709, "astroquery: FTBFS on i386: dh_auto_test: pybuild --test -i 
python{version} -p 2.7 returned exit code 13",
severity: serious.

Changelog entry:


astroquery (0.3.4+dfsg-3) unstable; urgency=medium

  * Fix test failures on 32 bits architectures (Closes: #860709)

 -- Vincent Prat <vincep...@free.fr>  Sat, 22 Apr 2017 18:44:31 +0200


The debdiff is attached. Requested commands:

unblock astroquery/0.3.4+dfsg-3

diff -Nru astroquery-0.3.4+dfsg/debian/changelog 
astroquery-0.3.4+dfsg/debian/changelog
--- astroquery-0.3.4+dfsg/debian/changelog  2017-04-22 21:05:04.0 
+0200
+++ astroquery-0.3.4+dfsg/debian/changelog  2017-04-22 19:50:19.0 
+0200
@@ -1,3 +1,9 @@
+astroquery (0.3.4+dfsg-3) unstable; urgency=medium
+
+  * Fix test failures on 32 bits architectures (Closes: #860709)
+
+ -- Vincent Prat <vincep...@free.fr>  Sat, 22 Apr 2017 18:44:31 +0200
+
 astroquery (0.3.4+dfsg-2) unstable; urgency=medium
 
   * Team upload.
diff -Nru astroquery-0.3.4+dfsg/debian/patches/fix_tests_32_bits 
astroquery-0.3.4+dfsg/debian/patches/fix_tests_32_bits
--- astroquery-0.3.4+dfsg/debian/patches/fix_tests_32_bits  1970-01-01 
01:00:00.0 +0100
+++ astroquery-0.3.4+dfsg/debian/patches/fix_tests_32_bits  2017-04-22 
19:44:20.0 +0200
@@ -0,0 +1,13 @@
+Author: Vincent Prat <vincep...@free.fr>
+Description: Fix a series of test failures on 32 bits architectures
+--- a/astroquery/sdss/tests/test_sdss.py
 b/astroquery/sdss/tests/test_sdss.py
+@@ -140,6 +140,8 @@
+ for col in xid.colnames:
+ if xid[col].dtype.type is np.string_:
+ assert xid[col] == data[col]
++elif data[col].dtype.type is np.string_:
++assert (map(np.string_,xid[col]) == data[col]).all()
+ else:
+ assert_allclose(xid[col], data[col])
+ 
diff -Nru astroquery-0.3.4+dfsg/debian/patches/series 
astroquery-0.3.4+dfsg/debian/patches/series
--- astroquery-0.3.4+dfsg/debian/patches/series 2017-04-22 21:05:04.0 
+0200
+++ astroquery-0.3.4+dfsg/debian/patches/series 2017-04-22 18:46:40.0 
+0200
@@ -1,3 +1,4 @@
 pytest3
 no_auto_use_astropy_helpers.patch
 nvas_nonfree_imfits_test.patch
+fix_tests_32_bits


Bug#860956: unblock: pydl/0.5.3-3

2017-04-22 Thread Vincent Prat
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Dear release team,

please unblock pydl in the current freeze.

It solves #860679 "pydl: FTBFS on i386: Test failures", severity: serious.

Changelog entry:


pydl (0.5.3-3) unstable; urgency=medium

  * Fix failed test on 32 bits architectures (Closes: #860679)

 -- Vincent Prat <vincep...@free.fr>  Sat, 22 Apr 2017 16:41:50 +0200


The debdiff is attached. Requested commands:

unblock pydl/0.5.3-3

diff -Nru pydl-0.5.3/debian/changelog pydl-0.5.3/debian/changelog
--- pydl-0.5.3/debian/changelog 2017-04-22 16:24:08.0 +0200
+++ pydl-0.5.3/debian/changelog 2017-04-22 17:05:30.0 +0200
@@ -1,3 +1,9 @@
+pydl (0.5.3-3) unstable; urgency=medium
+
+  * Fix failed test on 32 bits architectures (Closes: #860679)
+
+ -- Vincent Prat <vincep...@free.fr>  Sat, 22 Apr 2017 16:41:50 +0200
+
 pydl (0.5.3-2) unstable; urgency=medium
 
   * Fix failed test due to incorrect Euclidean division in median
diff -Nru pydl-0.5.3/debian/patches/fix_uniq_i386 
pydl-0.5.3/debian/patches/fix_uniq_i386
--- pydl-0.5.3/debian/patches/fix_uniq_i386 1970-01-01 01:00:00.0 
+0100
+++ pydl-0.5.3/debian/patches/fix_uniq_i386 2017-04-22 16:49:01.0 
+0200
@@ -0,0 +1,15 @@
+Author: Vincent Prat <vincep...@free.fr>
+Description: Fix uniq test for 32 bits architectures
+--- a/pydl/uniq.py
 b/pydl/uniq.py
+@@ -37,8 +37,8 @@
+ 
+ >>> import numpy as np
+ >>> from pydl import uniq
+->>> uniq(np.sort(np.array([ 1, 2, 3, 1, 5, 6, 1, 7, 3, 2, 5, 9, 11, 1 ])))
+-array([ 3,  5,  7,  9, 10, 11, 12, 13])
++>>> print(uniq(np.sort(np.array([ 1, 2, 3, 1, 5, 6, 1, 7, 3, 2, 5, 9, 11, 
1 ]
++[ 3  5  7  9 10 11 12 13]
+ """
+ from numpy import array, roll
+ if index is None:
diff -Nru pydl-0.5.3/debian/patches/series pydl-0.5.3/debian/patches/series
--- pydl-0.5.3/debian/patches/series2017-04-22 16:24:08.0 +0200
+++ pydl-0.5.3/debian/patches/series2017-04-22 16:39:19.0 +0200
@@ -1,3 +1,4 @@
 ignore_entry_points
 use_system_astropy_helpers
 fix_median
+fix_uniq_i386


Bug#855523: unblock: astroplan/0.2-5

2017-02-19 Thread Vincent Prat
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Dear release team,

please unblock astroplan in the current freeze.

It solves #855477 "Failure with broadcasts in schedulers", severity: important.

Changelog entry:

astroplan (0.2-5) unstable; urgency=medium

  * Fix broadcasts in schedulers (Closes: #855477)

 -- Vincent Prat <vincep...@free.fr>  Sat, 18 Feb 2017 16:37:34 +0100


The debdiff is attached. Requested commands:

unblock astroplan/0.2-5

diff -Nru astroplan-0.2/debian/changelog astroplan-0.2/debian/changelog
--- astroplan-0.2/debian/changelog  2017-01-27 20:57:06.0 +0100
+++ astroplan-0.2/debian/changelog  2017-02-18 16:37:34.0 +0100
@@ -1,3 +1,9 @@
+astroplan (0.2-5) unstable; urgency=medium
+
+  * Fix broadcasts in schedulers (Closes: #855477)
+
+ -- Vincent Prat <vincep...@free.fr>  Sat, 18 Feb 2017 16:37:34 +0100
+
 astroplan (0.2-4) unstable; urgency=medium
 
   * Github patches + failures marked as known (Closes: #851437)
diff -Nru astroplan-0.2/debian/patches/disable_failing_tests.patch 
astroplan-0.2/debian/patches/disable_failing_tests.patch
--- astroplan-0.2/debian/patches/disable_failing_tests.patch2017-01-27 
20:57:06.0 +0100
+++ astroplan-0.2/debian/patches/disable_failing_tests.patch1970-01-01 
01:00:00.0 +0100
@@ -1,40 +0,0 @@
-From: Ole Streicher <oleb...@debian.org>
-Subject: Mark known failures
 a/astroplan/tests/test_scheduling.py
-+++ b/astroplan/tests/test_scheduling.py
-@@ -6,6 +6,7 @@
- from astropy.time import Time
- import astropy.units as u
- from astropy.coordinates import SkyCoord
-+from astropy.tests.helper import pytest
- 
- from ..utils import time_grid_from_range
- from ..observer import Observer
-@@ -103,7 +104,8 @@
- assert np.abs(schedule.slots[0].end - new_duration - start) < 1*u.second
- assert schedule.slots[1].start == schedule.slots[0].end
- 
--
-+# see https://github.com/astropy/astroplan/pull/282
-+@pytest.mark.xfail()
- def test_transitioner():
- blocks = [ObservingBlock(t, 55 * u.minute, i) for i, t in 
enumerate(targets)]
- slew_rate = 1 * u.deg / u.second
-@@ -132,6 +134,8 @@
- default_transitioner = Transitioner(slew_rate=1 * u.deg / u.second)
- 
- 
-+# see https://github.com/astropy/astroplan/pull/282
-+@pytest.mark.xfail()
- def test_priority_scheduler():
- constraints = [AirmassConstraint(3, boolean_constraint=False)]
- blocks = [ObservingBlock(t, 55*u.minute, i) for i, t in 
enumerate(targets)]
-@@ -157,6 +161,8 @@
- scheduler(blocks, schedule)
- 
- 
-+# see https://github.com/astropy/astroplan/pull/282
-+@pytest.mark.xfail()
- def test_sequential_scheduler():
- constraints = [AirmassConstraint(2.5, boolean_constraint=False)]
- blocks = [ObservingBlock(t, 55 * u.minute, i) for i, t in 
enumerate(targets)]
diff -Nru astroplan-0.2/debian/patches/pull-285-Fix-broadcasting.patch 
astroplan-0.2/debian/patches/pull-285-Fix-broadcasting.patch
--- astroplan-0.2/debian/patches/pull-285-Fix-broadcasting.patch
1970-01-01 01:00:00.0 +0100
+++ astroplan-0.2/debian/patches/pull-285-Fix-broadcasting.patch
2017-02-18 16:37:34.0 +0100
@@ -0,0 +1,891 @@
+Author: Vincent Prat <vincep...@free.fr>
+Description: Fix the broadcasting issue, that caused tests to fail.
+ The patch comes from https://github.com/astropy/astroplan/pull/285.
+--- a/astroplan/constraints.py
 b/astroplan/constraints.py
+@@ -404,7 +404,7 @@
+ observer.pressure = 0
+ 
+ # find solar altitude at these times
+-altaz = observer.altaz(times, get_sun(times))
++altaz = observer.altaz(times, get_sun(times), grid=False)
+ altitude = altaz.alt
+ # cache the altitude
+ observer._altaz_cache[aakey] = dict(times=times,
+@@ -447,7 +447,7 @@
+ self.max = max
+ 
+ def compute_constraint(self, times, observer, targets):
+-sunaltaz = observer.altaz(times, get_sun(times))
++sunaltaz = observer.altaz(times, get_sun(times), grid=False)
+ target_coos = [target.coord if hasattr(target, 'coord') else target
+for target in targets]
+ target_altazs = [observer.altaz(times, coo) for coo in target_coos]
+--- a/astroplan/observer.py
 b/astroplan/observer.py
+@@ -11,6 +11,8 @@
+  get_moon, Angle, Latitude, Longitude,
+  UnitSphericalRepresentation)
+ from astropy.extern.six import string_types
++from astropy.utils import isiterable
++from astropy.utils.compat.numpy import broadcast_to
+ import astropy.units as u
+ from astropy.time import Time
+ from astropy.utils import isiterable
+@@ -20,6 +22,8 @@
+ # Package
+ from .exceptions import TargetNeverUpWarning, TargetAlwaysUpWarning
+ from .moon import moon_illumination, moon_phase_angle
++from .targe

Bug#853763: unblock: astroplan/0.2-4

2017-01-31 Thread Vincent Prat
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Dear release team,

please unblock astroplan in the upcoming (Feb 5) freeze.

It solves #851437 "FTBFS: requires Internet to build", severity: serious.

Changelog entry:

astroplan (0.2-4) unstable; urgency=medium

  * Github patches + failures marked as known (Closes: #851437)

 -- Vincent Prat <vincep...@free.fr>  Fri, 27 Jan 2017 20:57:06 +0100

The debdiff is attached. Requested commands:

unblock astroplan/0.2-4

diff -Nru astroplan-0.2/debian/changelog astroplan-0.2/debian/changelog
--- astroplan-0.2/debian/changelog  2016-12-21 13:25:25.0 +0100
+++ astroplan-0.2/debian/changelog  2017-01-27 20:57:06.0 +0100
@@ -1,3 +1,9 @@
+astroplan (0.2-4) unstable; urgency=medium
+
+  * Github patches + failures marked as known (Closes: #851437)
+
+ -- Vincent Prat <vincep...@free.fr>  Fri, 27 Jan 2017 20:57:06 +0100
+
 astroplan (0.2-3) unstable; urgency=medium
 
   * Fix test failures. (Closes: #848750)
diff -Nru astroplan-0.2/debian/patches/disable_failing_tests.patch 
astroplan-0.2/debian/patches/disable_failing_tests.patch
--- astroplan-0.2/debian/patches/disable_failing_tests.patch1970-01-01 
01:00:00.0 +0100
+++ astroplan-0.2/debian/patches/disable_failing_tests.patch2017-01-27 
20:57:06.0 +0100
@@ -0,0 +1,40 @@
+From: Ole Streicher <oleb...@debian.org>
+Subject: Mark known failures
+--- a/astroplan/tests/test_scheduling.py
 b/astroplan/tests/test_scheduling.py
+@@ -6,6 +6,7 @@
+ from astropy.time import Time
+ import astropy.units as u
+ from astropy.coordinates import SkyCoord
++from astropy.tests.helper import pytest
+ 
+ from ..utils import time_grid_from_range
+ from ..observer import Observer
+@@ -103,7 +104,8 @@
+ assert np.abs(schedule.slots[0].end - new_duration - start) < 1*u.second
+ assert schedule.slots[1].start == schedule.slots[0].end
+ 
+-
++# see https://github.com/astropy/astroplan/pull/282
++@pytest.mark.xfail()
+ def test_transitioner():
+ blocks = [ObservingBlock(t, 55 * u.minute, i) for i, t in 
enumerate(targets)]
+ slew_rate = 1 * u.deg / u.second
+@@ -132,6 +134,8 @@
+ default_transitioner = Transitioner(slew_rate=1 * u.deg / u.second)
+ 
+ 
++# see https://github.com/astropy/astroplan/pull/282
++@pytest.mark.xfail()
+ def test_priority_scheduler():
+ constraints = [AirmassConstraint(3, boolean_constraint=False)]
+ blocks = [ObservingBlock(t, 55*u.minute, i) for i, t in 
enumerate(targets)]
+@@ -157,6 +161,8 @@
+ scheduler(blocks, schedule)
+ 
+ 
++# see https://github.com/astropy/astroplan/pull/282
++@pytest.mark.xfail()
+ def test_sequential_scheduler():
+ constraints = [AirmassConstraint(2.5, boolean_constraint=False)]
+ blocks = [ObservingBlock(t, 55 * u.minute, i) for i, t in 
enumerate(targets)]
diff -Nru 
astroplan-0.2/debian/patches/issues-282-Fix-more-test-failures-in-astroplan.patch
 
astroplan-0.2/debian/patches/issues-282-Fix-more-test-failures-in-astroplan.patch
--- 
astroplan-0.2/debian/patches/issues-282-Fix-more-test-failures-in-astroplan.patch
   1970-01-01 01:00:00.0 +0100
+++ 
astroplan-0.2/debian/patches/issues-282-Fix-more-test-failures-in-astroplan.patch
   2017-01-27 20:57:06.0 +0100
@@ -0,0 +1,41 @@
+From: Wilfred Tyler Gee <wtyler...@gmail.com>
+Date: Thu, 26 Jan 2017 17:34:02 +0100
+Subject: issues/282: Fix more test failures in astroplan
+
+I tried to spend some time today looking at this. I applied #273 #274
+and #281 after which there were still 6 outstanding errors. Applying
+the following reduces that to 3 errors, all in test_scheduling.py and
+all consistent with the error @olebole pointed out in
+astropy. Everything else I tried seemed to point to that error in
+astropy rather than in astroplan, but I could be wrong.
+
+URL: https://github.com/astropy/astroplan/files/726302/diff.txt
+---
+ astroplan/observer.py | 7 ++-
+ 1 file changed, 2 insertions(+), 5 deletions(-)
+
+diff --git a/astroplan/observer.py b/astroplan/observer.py
+index 873a609..27e6b24 100644
+--- a/astroplan/observer.py
 b/astroplan/observer.py
+@@ -591,7 +591,7 @@ class Observer(object):
+ time_inds = np.array(time_inds)
+ 
+ times = [t[int(i):int(i)+2] if not np.isnan(i) else np.nan for i in 
time_inds]
+-altitudes = [alt[i, int(j):int(j)+2] if not np.isnan(j) else np.nan
++altitudes = [alt[int(i), int(j):int(j)+2] if not np.isnan(j) else 
np.nan
+  for i, j in zip(target_inds, time_inds)]
+ 
+ return times, altitudes
+@@ -706,10 +706,7 @@ class Observer(object):
+ times = _generate_24hr_grid(time, -1, 0, N)
+ 
+ altaz = self.altaz(times, target)
+-if target_is_vector:
+-altitudes = [aa.alt for aa in altaz]
+-else:
+-altitudes = altaz.alt
++altitudes = altaz.alt
+ 
+ time_limits, alti

Bug#849502: [src:python-astropy] Use of embedded external libraries

2016-12-27 Thread Vincent Prat
Package: src:python-astropy
Version: 1.3-2
Severity: normal
Control: affects -1 astroquery

Astropy ships its own copies of some external libraries (ConfigObj, PLY,
pytest, Six, jQuery, DataTables) that are already available in Debian.
Debian Astropy packages should instead use the system libraries.
A consequence of this is that some CI tests of affiliated packages may
fail (see e.g.
https://ci.debian.net/data/packages/unstable/amd64/a/astroquery/20161227_173008.autopkgtest.log.gz).



Bug#849501: [python-astropy] Unable to disable remote_data test option

2016-12-27 Thread Vincent Prat
Package: python-astropy
Version: 1.3
Severity: normal
Control: affects -1 astroplan

The test option remote_data of Astropy now seems to be enabled by
default and cannot be disabled (at least easily).
This causes the tests of some Astropy affiliated packages to fail (e.g.
https://ci.debian.net/data/packages/unstable/amd64/a/astroplan/20161227_031316.autopkgtest.log.gz).



Bug#838842: ITP: astroplan -- Observation planning package for astronomers

2016-09-25 Thread Vincent Prat

Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-as...@lists.debian.org

Package name: astroplan
Version: 0.2
Upstream Author: Astroplan developers
URL: https://github.com/astropy/astroplan

Description: Astroplan is an astropy-affiliated observation planning 
package for astronomers that can help you plan for everything but the 
clouds.




Bug#836841: ITP: pydl -- Library of IDL astronomy routines converted to Python

2016-09-06 Thread Vincent Prat

Package: wnpp
Owner: Vincent Prat <vincep...@free.fr>
Severity: wishlist
X-Debbugs-Cc: 
debian-de...@lists.debian.org,debian-as...@lists.debian.org,debian-pyt...@lists.debian.org

* Package name: PyDL
  Version : 0.5.2
  Upstream Author : Benjamin Alan Weaver <benjamin.wea...@nyu.edu>
* URL : https://github.com/weaverba137/pydl
* License : BSD-3-Clause
  Programming Lang: Python
  Description :Library of IDL astronomy routines converted to Python

This package consists of Python replacements for functions that are part of
the IDL built-in library or part of astronomical IDL libraries.
The emphasis is on reproducing results of the astronomical library functions.
Only the bare minimum of IDL built-in functions are implemented to support this.

There are four astronomical libraries targeted:

* idlutils : a general suite of tools heavily used by SDSS.
* Goddard utilities : The IDL Astronomy User's Libary, maintained by Wayne 
Landsman and distributed with idlutils.
* idlspec2d : tools for working with SDSS, BOSS and eBOSS spectroscopic data.
* photoop : tools for working with SDSS imaging data.

This package is affiliated with the Astropy project.

It will maintained within the Debian Astronomy Working Group.

Best regards,

Vincent



Bug#835238: astroquery: FTBFS with pytest 3.0.0

2016-09-02 Thread Vincent Prat

Hi,

The issue has been solved upstream by the pytest team.
Please package the new release of pytest.

Cheers



Bug#835238: astroquery: FTBFS with pytest 3.0.0

2016-08-31 Thread Vincent Prat

Hi,

I tried to replace all the occurrences of getfuncargvalue in the 
package, and this removes a lot of errors.

However, there are still some left, apparently due to pytest itself:

|self = 
|
|def setup(self):
|if self.dtest is not None:
|self.fixture_request = _setup_fixtures(self)
|globs = dict(getfixture=self.fixture_request.getfixturevalue)
|>   for name, value in 
self.fixture_request.getfuncargvalue('doctest_namespace').items():

|
|/usr/lib/python2.7/dist-packages/_pytest/doctest.py:91:
|_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _ _ _

|
|self = 'astroquery.utils.url_helpers.urljoin_keep_path'>>

|argname = 'doctest_namespace'
|
|def getfuncargvalue(self, argname):
|""" Deprecated, use getfixturevalue. """
|from _pytest import deprecated
|warnings.warn(
|deprecated.GETFUNCARGVALUE,
|>   DeprecationWarning)
|E   DeprecationWarning: use of getfuncargvalue is deprecated, use 
getfixturevalue

|
|/usr/lib/python2.7/dist-packages/_pytest/fixtures.py:446: 
DeprecationWarning


Cheers,

Vincent Prat



Bug#812648: astroquery: FTBFS - AttributeError: 'Config' object has no attribute '_conftest'

2016-02-13 Thread Vincent Prat

Hi,

I managed to reproduce the bug.

According to my investigations, it is caused by a change in pytest 
(fails with version 2.8).
The current version of astropy available in Debian does not take this 
change into account (see upstream discussion at 
https://github.com/astropy/astropy/issues/4256) and thus make astroquery 
tests fail.


I managed to get rid of the bug by modifying the offending line (164) in 
/usr/lib/usr/lib/python2.7/dist-packages/astropy/tests/pytest_plugins.py:


-module = self.config._conftest.importconftest(self.fspath)
+module = self.config.pluginmanager._importconftest(self.fspath)

as it is in the file doctest.py of python-pytest (line 172).

Best regards,
Vincent



Bug#789717: ITP: pyregion -- python module to parse ds9 region files

2015-06-23 Thread Vincent Prat

Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-as...@lists.debian.org

Package name: pyregion
Version: 1.1.4
Upstream Author: Jae-Joon Lee
URL: https://pypi.python.org/pypi/pyregion
License: MIT
Description: pyregion is a python module to parse ds9 region files. It 
also supports ciao region files.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#760884: RFS: astroquery/0.2.1-1 [ITP]

2014-09-14 Thread Vincent Prat

Hi Ole,

Agreed and modified.

Best regards,
Vincent

Le 14/09/2014 16:23, Ole Streicher a écrit :

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Vincent,

one more point: I just discovered that you changed the license of the debian 
files to GPL-3+. While it is ofcourse your own choice (and I will sponsor it 
independently of your decision here), I would recommend to stay with upstream's 
BSD-3.

The reason is that having the debian files as GPLv3, it makes the whole package 
as GPLv3, which would limit its future linking f.e. into programs that are not 
GPL compatible (even if they are DFSG free). Imagine that someone creates an 
astronomy framework using astroquery and releases it under a such a license -- 
we would not be able to package it in Debian.

Please reconsider your decision here.

Best regards

Ole
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUFaTXAAoJEHEVr9B3ENz34mUP/0UpDCdlDlb1QlaHmeYKxX9g
GATrL82hHxZc7hJnl0xpOTeK06NdEhCOJA4UfjxiyRgsB7FdkDci+EWnQyNsLIS0
wr0Bcb1qL0zrFhmxSYLEVEbDvDfOt/xcTf9zxnvjZmoJtqOjnJ26l+YCgIkxJa44
D/QDSr7iqnGvoHLf1ULUYaJVALl1umQjAEpKYk3ywJVdGD3As3/dsyldShrm1rlj
UliIGV4ux6w++qldot4nKDUx5RDpLBSfysMUQ6gus/1oW2D7Pr2rZsEDNwsb6r+Z
6VqakdST+L/da1gsMbjDWA1+NUmMkRna0Fzx2VtQjBCY47oO1ZL5zEXSo/4Jb07n
PZ0baI0+yFlAL2TGK7N0FE+sF9vRNXzWnIgrafH7+7GDeOhsoNiyAu7ZchKxyhSP
bb+U2pHDqGdgrZhfqQQJ8IsiOvp4YT0VtupLwfVi7FqV/9NXCyEngSItVjcDM+ve
Y6Sz4zmD6bjLHRVmhIsiiCDeNsiVitqLIMnI1Z++PvbZPikPx5FExTfbMVDJrHhb
ZOq3dmeRSdmlYGZmey5GksaOrqO6kNomJSULnMt47jxQMoimh18cUCtTCOih/06d
YOU57itnZdl5RI67bwlTigx3uHGwV57Yd9yGbINDbSD2kpsIYkAk+q4itsePDX1q
T1dwvU/R/paYhzjXUuf0
=aWw3
-END PGP SIGNATURE-




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#760884: RFS: astroquery/0.2.1-1 [ITP]

2014-09-14 Thread Vincent Prat

Hi Ole,

I tried with 0.4.2 and could build it without the error. However, I still get 
the following lintian error (and pedantic warning):

E: astroquery source: source-is-missing astroquery/splatalogue/data/species.json
P: astroquery source: source-contains-prebuilt-javascript-object 
astroquery/splatalogue/data/species.json means line length is about 16184 
characters

Could you check with upstream where this file comes from, and either override 
these, or provide the source file?

I have asked upstream about this file, and it is indeed not a source file.
It is generated by the script astroquery/splatalogue/build_species_table.py.

They are going to remove this file from their source tarball and 
generate it on the fly.

What should I do now? Just wait for the next release?
Otherwise, I would have to repackage the source myself, right?

Best regards,
Vincent

Best

Ole
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUFXjSAAoJEHEVr9B3ENz3i2oQAJcgAPzb0uuet0fsTAH3swS1
pUS2L4xDzdQVLfHEawgh/5Y8mtqWmsq7YSEKIoq3dhpU/Qn4NL7Ae/XJVyOfOJTn
e8W/EQ8J0DHNBDAWKV1RVuvm+NW328e8dMo2g5GJxhpb2n/76weoH3vfiHpE6EIo
qDGVtWvVnvM9fk3j0IzoYDzk1Dxd4dgphYdTccdPBslgwRvoW6PIzgfTUUFGmfT8
SfsgUz2jM+GZgbh59kIxXCtVdo5nIW53/HgMNRoJJa0oG/SD+ZupZTFlnRddaJRA
amQHzSRbij1uz/enrQwcLKZ7Oc35ByucZLe9oS8+fmYzayCwxgGyBYycPapIglUf
blg8wfHn62M540+d6MdqvhGxmUo27KQ+Lbkk1AOt4DT/bz31MNqfHAvCoL5bqFkr
tIy7qDN3IFetqjNGNmQ4i48JBqfhpuOk78gy2wrZAcoe5TWH1EBBH4AeQ4D6xAMs
oYAbAnp/hLCXNEKHiJwkBflZqO4lW3mDf3+SQTGuN6YfAlCzmuEYvqvDm0RBMJRg
IymalvFpXBGcGRN6UA/GWT91mrqGnbTydxxD3GvpRR5M1PRgFQKEpOXSsNrGGVPk
XU76VePy46hPwwbl1vqzPu7yXO3uJcGLXQq5/EjvuF3EDNIPcGnIVy4MTgvcwHrh
NFaQZKEoFepYXAqv84RK
=tb7G
-END PGP SIGNATURE-




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#760884: RFS: astroquery/0.2.1-1 [ITP]

2014-09-13 Thread Vincent Prat

Hi Andrey,

Thank you for the review.

The latest version is 0.4.
Where have you found this? On both Pypi and Github, the latest release 
is 0.2.2.

Please add a .patch extension to the patch file name.
You should add information for debian/* to debian/copyright.
Is it really necessary to rm astroquery.splatalogue in override_dh_python* and 
not in override_dh_(auto)?_install?

I will correct this.

Also, I couldn't actually build the package because of missing
python3?-astropy-helpers.
Version 0.2 needed astropy-helpers to build, so I asked the maintainer 
of astropy to package astropy-helpers as well.

The package is now in the NEW queue.
However, it seems that astropy_helpers is now included in the astroquery 
source tarball.
Maybe I should remove the dependencies and use the bundled version. What 
is your opinion about this?


Best regards,
Vincent


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#760884: RFS: astroquery/0.2.1-1 [ITP]

2014-09-13 Thread Vincent Prat

Hi,

wrar@belkar ~/tmp/astroquery-0.2.1 $ uscan --verbose --report
-- Scanning for watchfiles in .
-- Found watchfile in ./debian
-- In debian/watch, processing watchfile line:

opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/astroquery-$1\.tar\.gz/,uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/
   https://github.com/astropy/astroquery/tags .*/v?(\d\S*)\.tar\.gz
-- Found the following matching hrefs:
  /astropy/astroquery/archive/v0.2.2.tar.gz (0.2.2)
  /astropy/astroquery/archive/v0.2.1.tar.gz (0.2.1)
  /astropy/astroquery/archive/v0.2.tar.gz (0.2)
  /astropy/astroquery/archive/v0.4.tar.gz (0.4)
  /astropy/astroquery/archive/v0.2-rc2.tar.gz (0.2~rc2)
  /astropy/astroquery/archive/v0.2-rc.tar.gz (0.2~rc)
  /astropy/astroquery/archive/v0.1.tar.gz (0.1)
Newest version on remote site is 0.4, local version is 0.2.1
  = Newer version available from
 https://github.com/astropy/astroquery/archive/v0.4.tar.gz
-- Scan finished
This is probably an error, since 0.4 is older than 0.2.2. And on Pypi, 
which is now used as canonical source, there is no 0.4 version.

Well, I cannot (at least easily) build packages depending on packages in NEW
(or on any packages not in the archive, for that matter).
If you want, you can build astropy-helpers from the git repository: 
http://anonscm.debian.org/cgit/debian-astro/packages/python-astropy-helpers.git 


If it's intended to be used as a public module you need to package it as
such, it doesn't matter much whether it's a separate tarball. In any
case, if it's already packaged as a separate source package you shouldn't
use bundled versions too.

Ok. Thanks.


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#760884: RFS: astroquery/0.2.1-1 [ITP]

2014-09-13 Thread Vincent Prat

Hi

As that tag exists, and effectively breaks the uscan... why not just use
pypi as the source for the watch file. I had to do this for a package I
maintain due to lack of tags, you can see my watch file at [1]

That is what is done now.

Regards,
Vincent


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#760884: RFS: astroquery/0.2.1-1 [ITP]

2014-09-13 Thread Vincent Prat

Hi Ole,

I have applied all suggested changes.
I thought the package was ready, but while testing it with pbuilder, I 
encountered an error, apparently with astropy-helpers documentation 
routines:


Exception occurred:
  File 
/usr/lib/python2.7/dist-packages/astropy_helpers/sphinx/ext/automodsumm.py, 
line 419, in generate_automodsumm_docs

name, obj, parent = import_by_name(name)
ValueError: too many values to unpack

Can you reproduce it?

Best regards,
Vincent

Le 13/09/2014 17:03, Ole Streicher a écrit :

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Vincent,

I have seen that you resolved some, but not all of my remarks yet:


* I would silence the privacy-breach-generic warning of lintian -E,
   since this is on purpose

* The link in python-astroquery.links should probably go to the -doc
   package?

* I would put the http_proxy='127.0.0.1:9' as general line in rules,
   to make sure that during auto-build nothing is retrieved (move from
   the sphinx documentation)

Do you disagree here with me? Or did you just not finish? (Not pressing you; 
just asking, since otherwise I am ready to sponsor).

Best regards

Ole

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUFFzfAAoJEHEVr9B3ENz3jOwQAJVNCx5qxQEY0olOfWTwLmgA
IIpK0pfI/qt0BPkZWA2P7M8AYlHJ6L4agsPuvbLaC2UwslJsvHLQZx/zP5+vlUzP
jP+EGsCGNZuID3EQ/8EYfsNdSQWtPlOp73PoLlZLHfSKt8JOsSaS3npcmd+kcAok
ZLWG88JRl4q+ZgR0ktyyvdWvC4DXjMeYEVaKvDdL58nadAbnX6O8XdxpvtQiu+MA
/kte1WSiYsrvZSRVIhDcel+T22T4xaLkq03cLbMWzi4fJEjJoY63O7VxUe0kqZdB
RzlHAtLIyuINrLazqJzRo7oj/Ec8ZRIUV2BWXYk/GHcaz8/2aB5RmGsRjh4kPo7i
orD0bQXroEj8GT0+mbP6Xvkg5iOELEjcKyS7itgGjfhbgeIHRQZ1/ZkxaXXsPqfj
RHYAQ+joa8m8j1Re2pMnJgpR6mvJurZf3x6LfxAIMg+Q7k0M4wKvB/t8f53PaUpG
hxnX+b+cfYlCn8XBrZIpa3Vnv/ZGbZjsaOF7e1M5Hv6e8lty5bp9BSSzhEyCE9GY
oEEVIQqIs7FCPdI+atwUaj5WOLYbpZ4JYgVWav1poQDCKORWr0IbmuBDYrUjEQDA
OjHKEbybMttM9NFzz2rb/IwpXnCowTmKhB+9s7vU3FiXHyfVApn+E8QzYF2bnfXU
S8AOtMdXpt6dXPl0dryh
=WRiB
-END PGP SIGNATURE-



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#760884: RFS: astroquery/0.2.1-1 [ITP]

2014-09-08 Thread Vincent Prat

Package: sponsorship-requests
Severity: wishlist

  Dear mentors,

  I am looking for a sponsor for my package astroquery

 * Package name: astroquery
   Version : 0.2.1-1
   Upstream Author : Adam Ginsburg adam.g.ginsb...@gmail.com
 * URL : http://astroquery.readthedocs.org/
 * License : BSD 3-Clause
   Section : python

  It builds those binary packages:

 python-astroquery - Python online astronomical database querying 
(Python 2)
 python-astroquery-doc - Python online astronomical database querying 
(documentation)
 python3-astroquery - Python online astronomical database querying 
(Python 3)


  To access further information about this package, please visit the 
following URLs:


http://mentors.debian.net/package/astroquery
http://anonscm.debian.org/cgit/debian-astro/packages/astroquery.git/

 Alternatively, one can download the package with dget using this command:

dget -x 
http://mentors.debian.net/debian/pool/main/a/astroquery/astroquery_0.2.1-1.dsc 




  Regards,
   Vincent Prat


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#756851: Astropy affiliated packages for Debian

2014-08-20 Thread Vincent Prat

Hi Ole,

I have successfully packaged version 0.1 of astroquery, and then noticed 
that version 0.2 were released.
It seems that the new release needs astropy-helpers (provided by 
upstream astropy, but apparently not packaged in Debian) to build.
Could you please consider packaging it (with astropy or separately) or 
help me to find a workaround?

Thank you in advance.

Regards,
Vincent


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#756851: ITP: astroquery -- Set of python tools for querying astronomical web forms and databases

2014-08-02 Thread Vincent Prat

Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-as...@lists.debian.org

--- Please fill out the fields below. ---

Package name: astroquery
Version: 0.1
Upstream Author: Adam Ginsburg adam.g.ginsb...@gmail.com
URL: https://github.com/astropy/astroquery
Description: Astroquery is an astropy http://www.astropy.org 
affiliated package that contains a collection of tools to access online 
Astronomical data.


Bug#744236: ITP: audela -- Astro-imaging software

2014-04-11 Thread Vincent Prat

Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-as...@lists.debian.org

Package name: audela
Version: 2.0.0
Upstream Author: audela...@yahoogroupes.fr
License: GPL
Description: Audela is a free and open source astronomy software 
intended for digital observations (CCD cameras, Webcams, etc.). Its 
concept is entirely new, because whilst it features advanced image 
processing and acquisition functions like existing software, its 
originality lies in the fact that it is entirely reprogrammable using 
simple scripts. It can control many telescope mounts and cameras or DSLRs.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#723142: RFS: dnt/0.10-1 [ITP]

2013-12-20 Thread Vincent Prat

Hello everybody,

I have taken into account the reviews of Markus and Pabs, and a new 
version of the DNT package (project for a satirical post-apocalyptical 
3D RPG) is now ready for other reviews and sponsorship.
It is available on Debian Mentors 
(http://mentors.debian.net/package/dnt) and in the SVN repository of the 
team (http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/dnt).

Feel free to take a look at it.

Best regards,
Vincent


http://mentors.debian.net/package/dnt


Bug#723142: RFS: dnt/0.10-1 [ITP]

2013-10-03 Thread Vincent Prat

Thanks to both of you for the review.
As regards the repackaging of the orig.tar tarball, if I have correctly 
understood, there are two solutions: do it by hand (and document it in 
README.source) or do it automatically with a get-orig-source target (and 
that's it). Am I right?

Then, what would you recommand to me?

Le 03/10/2013 05:07, Paul Wise a écrit :

On Thu, Oct 3, 2013 at 6:59 AM, Markus Koschany wrote:


- It is not 100% clear how you obtained the sources. The original
tarball is bz2 compressed. Yours is gz compressed. I suggest you switch
to xz compression in source/options and for the upstream tarball and
document modifications either in README.source or you might want to
write a get-orig-source target for debian/rules.

The orig.tar should either be exactly the tarball from upstream or
have non-free content removed (or maybe hundreds of MB of embedded
code copies). Just recompressing the tarball with a different
compression format isn't a valid reason to differ from upstream here.
If you want a different compression format, get upstream to switch.
get-orig-source is definitely needed for the non-free/code copies
removal case.


- Some of the fonts are non-free. Those have to be removed in the
   original tarball and not only in the final package.

This would be a reason to modify the upstream tarball, then you can
use xz and add a get-orig-source. Removing the fonts and using xz
should be pushed upstream though.




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#723142: RFS: dnt/0.10-1 [ITP]

2013-09-16 Thread Vincent Prat

Package: sponsorship-requests
Severity: wishlist

  Dear mentors,

  I am looking for a sponsor for my package dnt

 * Package name: dnt
   Version : 0.10-1
   Upstream Author : The DNTeam
 * URL : http://dnt.dnteam.org/
 * License : GPL-3.0+
   Section : games

  It builds those binary packages:

 dnt- Post-apocalyptical 3D single player RPG
 dnt-data   - Post-apocalyptical 3D single player RPG - game data
 dnt-dbg- Post-apocalyptical 3D single player RPG - debug
 dnt-tools  - Post-apocalyptical 3D single player RPG - development tools

  To access further information about this package, please visit the following 
URL:

  http://mentors.debian.net/package/dnt


  Alternatively, one can download the package with dget using this command:

dget -x http://mentors.debian.net/debian/pool/main/d/dnt/dnt_0.10-1.dsc


  Regards,
   Vincent Prat


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610875: New name

2013-09-10 Thread Vincent Prat

The official name of the game is now DNT so I have renamed it in the svn 
repository:
http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/dnt/

Regards,
Vincent


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#718447: [singularity] UnicodeDecodeError: 'ascii' codec can't decode byte

2013-07-31 Thread Vincent Prat

Package: singularity
Version: 0.30c-1
Severity: normal

--- Please enter the report below this line. ---

While scrolling the list of saved games, the game crashes on the display 
of a name containing a non-ascii character like é with the following log:


Traceback (most recent call last):
  File /usr/share/games/singularity/code/safety.py, line 58, in safe_call
return func(*args, **kwargs)
  File /usr/share/games/singularity/code/graphics/dialog.py, line 
200, in show

result = self.handle(event)
  File /usr/share/games/singularity/code/graphics/dialog.py, line 
327, in handle

return self.call_handlers(handlers, event)
  File /usr/share/games/singularity/code/graphics/dialog.py, line 
339, in call_handlers

handler(event)
  File /usr/share/games/singularity/code/graphics/button.py, line 
111, in handle_event

self.activate_with_sound(event)
  File /usr/share/games/singularity/code/graphics/button.py, line 
124, in activate_with_sound

self.activated(event)
  File /usr/share/games/singularity/code/graphics/button.py, line 
153, in activated

self.function(*self.args, **self.kwargs)
  File /usr/share/games/singularity/code/screens/map.py, line 266, in 
show_menu

exit = dialog.call_dialog(self.menu_dialog, self)
  File /usr/share/games/singularity/code/graphics/dialog.py, line 94, 
in call_dialog

retval = dialog.show()
  File /usr/share/games/singularity/code/graphics/dialog.py, line 
200, in show

result = self.handle(event)
  File /usr/share/games/singularity/code/graphics/dialog.py, line 
327, in handle

return self.call_handlers(handlers, event)
  File /usr/share/games/singularity/code/graphics/dialog.py, line 
339, in call_handlers

handler(event)
  File /usr/share/games/singularity/code/graphics/button.py, line 
111, in handle_event

self.activate_with_sound(event)
  File /usr/share/games/singularity/code/graphics/button.py, line 
124, in activate_with_sound

self.activated(event)
  File /usr/share/games/singularity/code/graphics/button.py, line 
153, in activated

self.function(*self.args, **self.kwargs)
  File /usr/share/games/singularity/code/screens/map.py, line 607, in 
load_game

index = dialog.call_dialog(self.load_dialog, self.menu_dialog)
  File /usr/share/games/singularity/code/graphics/dialog.py, line 94, 
in call_dialog

retval = dialog.show()
  File /usr/share/games/singularity/code/graphics/dialog.py, line 
591, in show

return super(ChoiceDialog, self).show()
  File /usr/share/games/singularity/code/graphics/dialog.py, line 
197, in show

Dialog.top.maybe_update()
  File /usr/share/games/singularity/code/graphics/widget.py, line 
303, in maybe_update

self.update()
  File /usr/share/games/singularity/code/graphics/widget.py, line 
307, in update

self.prepare_for_redraw()
  File /usr/share/games/singularity/code/graphics/widget.py, line 
299, in prepare_for_redraw

child.prepare_for_redraw()
  File /usr/share/games/singularity/code/graphics/widget.py, line 
299, in prepare_for_redraw

child.prepare_for_redraw()
  File /usr/share/games/singularity/code/graphics/widget.py, line 
299, in prepare_for_redraw

child.prepare_for_redraw()
  File /usr/share/games/singularity/code/graphics/widget.py, line 
299, in prepare_for_redraw

child.prepare_for_redraw()
  File /usr/share/games/singularity/code/graphics/widget.py, line 
299, in prepare_for_redraw

child.prepare_for_redraw()
  File /usr/share/games/singularity/code/graphics/widget.py, line 
290, in prepare_for_redraw

self.resize()
  File /usr/share/games/singularity/code/graphics/widget.py, line 
359, in resize

self._real_size = self._calc_size()
  File /usr/share/games/singularity/code/graphics/text.py, line 345, 
in _calc_size

text_size, font = self.calc_text_size(base_size)
  File /usr/share/games/singularity/code/graphics/text.py, line 336, 
in calc_text_size

return initial_dimensions, self.pick_font(initial_dimensions)
  File /usr/share/games/singularity/code/graphics/text.py, line 226, 
in pick_font

nice_size = self.pick_font_size(dimensions, False)
  File /usr/share/games/singularity/code/graphics/text.py, line 286, 
in pick_font_size

return self.font_bisect(test_size)
  File /usr/share/games/singularity/code/graphics/text.py, line 251, 
in font_bisect

return do_bisect(left, right, test_size)
  File /usr/share/games/singularity/code/graphics/text.py, line 34, 
in do_bisect

if test(test_index):
  File /usr/share/games/singularity/code/graphics/text.py, line 246, 
in test_size

result = test_font(font)
  File /usr/share/games/singularity/code/graphics/text.py, line 268, 
in test_size

break_words)
  File /usr/share/games/singularity/code/graphics/text.py, line 70, 
in split_wrap

lines.append(raw_line + u\uFEFF)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 4: 
ordinal not in range(128)


Traceback (most recent call last):
  File singularity.py, line 1, in 

Bug#700198: RFS: gm-assistant/1.1.9-1 -- Game Master assistant for role-playing games

2013-02-09 Thread Vincent Prat

Package: sponsorship-requests
  Severity: wishlist

  Dear mentors,

  I am looking for a sponsor for my package gm-assistant

 * Package name: gm-assistant
   Version : 1.1.9-1
   Upstream Author : Simon Nicolasdramac.nico...@gmail.comVincent 
Pratvincep...@free.fr
 * URL : http://gmassistant.free.fr
 * License : GPL-3.0
   Section : games

  It builds those binary packages:

gm-assistant - Game Master assistant for role-playing games

  To access further information about this package, please visit the following 
URL:

  http://mentors.debian.net/package/gm-assistant


  Alternatively, one can download the package with dget using this command:

dget -x 
http://mentors.debian.net/debian/pool/main/g/gm-assistant/gm-assistant_1.1.9-1.dsc

  Changes since the last upload:

New upstream version, including:
- reorganization of the info dialog window to fit in low-resolution screens
- auto-scrolling in table/tree widgets when adding/editing skill/character
- new options added to the configure script
- default working directory for Windows
- new icon for the edition in table/tree widget
- missing status tips added
- sound replaced by audio file
- better rescaling for non-SVG images
- link to the web site updated
- various bugs fixed

  Regards,
   Vincent Prat


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#664246: RFS: gm-assistant/1.1.1-1 [ITP]

2012-03-16 Thread Vincent Prat

Package: sponsorship-requests
Severity: wishlist

  Dear mentors,

  I am looking for a sponsor for my package gm-assistant

 * Package name: gm-assistant
   Version : 1.1.1-1
   Upstream Author : Simon Nicolasdramac.nico...@gmail.com   
Vincent Pratvincep...@free.fr

 * URL : http://vivicoder.github.com/GM-Assistant
 * License : GPLv3
   Section : games

  It builds those binary packages:

gm-assistant - Game Master assistant for role-playing games

  To access further information about this package, please visit the 
following URL:


  http://mentors.debian.net/package/gm-assistant


  Alternatively, one can download the package with dget using this command:

dget -x 
http://mentors.debian.net/debian/pool/main/g/gm-assistant/gm-assistant_1.1.1-1.dsc


  More information about hello can be obtained from http://www.example.com.


  Regards,
   Vincent Prat




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#662985: ITP: gm-assistant -- Game Master assistant for role-playing games

2012-03-07 Thread Vincent Prat

Package: wnpp
Severity: wishlist

GM-Assistant is a software designed to be the perfect assistant for the 
Game Master in a role-playing game.

It is programmed in C++ and uses Qt, libxml++, SDL-mixer and SDL-sound.
For more information: http://vivicoder.github.com/GM-Assistant/



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org