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#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#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#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#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#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-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5589b677.4060...@mpa-garching.mpg.de



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-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53f46abb.4070...@free.fr



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-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/534825f2.9010...@free.fr



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-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/522ed9d7.4040...@free.fr



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-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4f57ba97.5060...@free.fr