Bug#1053192: O: elastalert -- easy and flexible alerting with Elasticsearch

2023-09-29 Thread Sebastien Delafond
Package: wnpp
Severity: normal
X-Debbugs-Cc: elastal...@packages.debian.org
Control: affects -1 + src:elastalert

The Freexian packaging team is no longer maintaining the the
elastalert package, so I'm orphaning this package.

The package description is:
 This package contains a simple framework for alerting on anomalies, spikes, or
 other patterns of interest from data in Elasticsearch.
 .
 ElastAlert works with all versions of Elasticsearch.
 .
 If you have data being written into Elasticsearch in near real time and want to
 be alerted when that data matches certain patterns, ElastAlert is the tool for
 you.
 .
 ElastAlert is designed to be reliable, highly modular, and easy to set up and
 configure.
 .
 It works by combining Elasticsearch with two types of components, rule types
 and alerts.  Elasticsearch is periodically queried and the data is passed to
 the rule type, which determines when a match is found. When a match occurs, it
 is given to one or more alerts, which take action based on the match.
 .
 This is configured by a set of rules, each of which defines a query, a rule
 type, and a set of alerts.  .



Bug#1052689: O: python-orderedattrdict -- Python OrderedDict with attribute-style access (Python3)

2023-09-26 Thread Sebastien Delafond
Package: wnpp
Severity: normal
X-Debbugs-Cc: python-orderedattrd...@packages.debian.org
Control: affects -1 + src:python-orderedattrdict

I intend to orphan the python-orderedattrdict package, as it was only
packaged as a dependency of the now defunct mlbstreamer.

The package description is:
 An ordered dictionary with attribute-style access.
 .
 AttrDict behaves exactly like collections.OrderedDict, but also allows
 keys to be accessed as attributes.
 .
 It also allows for loading JSON and YAML while preserving the order of
 keys
 .
 This is the Python3 package.

Cheers,

-- 
Seb



Bug#1052688: O: python-memoize -- Simple Python cache and memoizing module (Python3)

2023-09-26 Thread Sebastien Delafond
Package: wnpp
Severity: normal
X-Debbugs-Cc: python-memo...@packages.debian.org
Control: affects -1 + src:python-memoize

I intend to orphan the python-memoize package, as it was only packaged
as a dependency of the now defunct mlbstreamer.

The package description is:
 This is a (relatively) simple Python memoizing module (ie. a function
 cache), in which any dict-like can be used as the actual storage
 object.
 .
 This is the Python3 package.

Cheers,

-- 
Seb



Bug#1052687: O: python-urwid-utils -- Collection of simple, straightforward, but extensible utilities for urwid

2023-09-26 Thread Sebastien Delafond
Package: wnpp
Severity: normal
X-Debbugs-Cc: python-urwid-ut...@packages.debian.org
Control: affects -1 + src:python-urwid-utils

I intend to orphan the python-urwid-utils package, as it was only packaged
as a dependency of the now defunct mlbstreamer.

The package description is:
 Light wrappers and object-oriented interfaces to some parts of urwid
 that are otherwise less-so.

Cheers,

-- 
Seb



Bug#1052686: O: python-panwid -- Useful widgets for urwid

2023-09-26 Thread Sebastien Delafond
Package: wnpp
Severity: normal
X-Debbugs-Cc: python-pan...@packages.debian.org
Control: affects -1 + src:python-panwid

I intend to orphan the python-panwid package, as it was only packaged
as a dependency of the now defunct mlbstreamer.

The package description is:
 Collection of widgets for urwid.
 .
 Currently consists of:
  - dropdown menu widget with autocomplete support
  - widget for displaying tabular data
  - listbox with an optional scrollbar

Cheers,

-- 
Seb



Bug#1052685: O: python-raccoon -- Python DataFrame with fast insert and appends (Python 3)

2023-09-26 Thread Sebastien Delafond
Package: wnpp
Severity: normal
X-Debbugs-Cc: python-racc...@packages.debian.org
Control: affects -1 + src:python-raccoon

I intend to orphan the python-raccoon package, as it was only packaged
as a dependency of the now defunct mlbstreamer.

The package description is:
 Lightweight DataFrame and Series implementation inspired by the
 phenomenal Pandas package for the one use case where Pandas is known
 to be sub-optimal: DataFrames that grow in size by rows frequently in
 the code. Additionally Raccoon DataFrames can be parametrized to be
 sorted so that additions to the DataFrame keep the index in sorted
 order to speed inserts and retrievals.

Cheers,

-- 
Seb



Bug#1022720: RFP: golang-github-cavaliergophier-grab-dev -- Go package for downloading files from the internet

2022-10-24 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist

* Package name: golang-github-cavaliergophier-grab-dev
  Version : 3.0.1
  Upstream Author : Ryan Armstrong
* URL : https://github.com/cavaliergopher/grab
* License : BSD-3
  Programming Lang: go
  Description : Go package for downloading files from the internet

Grab is a Go package for downloading files from the internet with the
following rad features:

  - monitor download progress concurrently
  - auto-resume incomplete downloads
  - guess filename from content header or URL path
  - safely cancel downloads using context.Context
  - validate downloads using checksums
  - download batches of files concurrently
  - apply rate limiters

This is a required dependency for aptly 1.5.



Bug#985301: ITP: xraylib -- library for interactions of X-rays with matter

2021-03-15 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: xraylib
  Version : 4.0.0
  Upstream Author : Bruno Golosio, Antonio Brunetti, Manuel Sanchez del Rio, 
Tom Schoonjans and Teemu Ikonen
* URL : https://github.com/tschoonj/xraylib
* License : BSD-3
  Programming Lang: C
  Description : library for interactions of X-rays with matter

Quantitative estimate of elemental composition by spectroscopic and
imaging techniques using X-ray fluorescence requires the availability
of accurate data of X-ray interaction with matter. Although a wide
number of computer codes and data sets are reported in literature,
none of them is presented in the form of freely available library
functions which can be easily included in software applications for
X-ray fluorescence. This work presents a compilation of data sets
from different published works and an xraylib interface in the form
of callable functions. Although the target applications are on X-ray
fluorescence, cross sections of interactions like photoionization,
coherent scattering and Compton scattering, as well as form factors
and anomalous scattering functions, are also available.
.
xraylib provides access to some of the most respected databases of
physical data in the field of X-rays. The core of xraylib is a
library, written in ANSI C, containing over 40 functions to be used
to retrieve data from these databases. This C library can be directly
linked with any program written in C, C++ or Objective-C.



Bug#984804: ITP: spectral -- process hyperspectral imagery

2021-03-08 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: python-spectral
  Version : 0.22.1
  Upstream Author : Thomas Boggs 
* URL : https://github.com/spectralpython/spectral
* License : MIT
  Programming Lang: python
  Description : process hyperspectral imagery

Pure Python module for processing hyperspectral image data (imaging
spectroscopy data). It has functions for reading, displaying,
manipulating, and classifying hyperspectral imagery.



Bug#984797: ITP: opentsne -- t-Distributed Stochastic Neighbor Embedding algorithm

2021-03-08 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: opentsne
  Version : 0.5.0
  Upstream Author : Pavlin Poličar 
* URL : https://github.com/pavlin-policar/openTSNE
* License : BSD-3
  Programming Lang: python
  Description : t-Distributed Stochastic Neighbor Embedding algorithm

Modular Python implementation of t-Distributed Stochasitc Neighbor
Embedding (t-SNE), a popular dimensionality-reduction algorithm for
visualizing high-dimensional data sets. openTSNE incorporates the
latest improvements to the t-SNE algorithm, including the ability to
add new data points to existing embeddings, massive speed
improvements, enabling t-SNE to scale to millions of data points and
various tricks to improve global alignment of the resulting
visualizations.



Bug#984796: ITP: pynndescent -- nearest neighbor descent for approximate nearest neighbors

2021-03-08 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: pynndescent
  Version : 0.5.2
  Upstream Author : Leland McInnes 
* URL : https://github.com/lmcinnes/pynndescent
* License : BSD-2
  Programming Lang: python
  Description : nearest neighbor descent for approximate nearest neighbors

PyNNDescent is a Python nearest neighbor descent for approximate
nearest neighbors. It provides a Python implementation of Nearest
Neighbor Descent for k-neighbor-graph construction and approximate
nearest neighbor search, as per the paper:

Dong, Wei, Charikar Moses, and Kai Li. "Efficient k-nearest neighbor
graph construction for generic similarity measures." Proceedings of
the 20th international conference on World wide web. ACM, 2011.

This library supplements that approach with the use of random
projection trees for initialisation. This can be particularly useful
for the metrics that are amenable to such approaches (euclidean,
minkowski, angular, cosine, etc.). Graph diversification is also
performed, pruning the longest edges of any triangles in the graph.

Currently this library targets relatively high accuracy (80%-100%
accuracy rate) approximate nearest neighbor searches.



Bug#984783: ITP: nbsphinx-link -- sphinx extension for including notebooks outside of sphinx root

2021-03-08 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: nbsphinx-link
  Version : 1.3.0
  Upstream Author : Vidar Tonaas Fauske 
* URL : https://github.com/vidartf/nbsphinx-link.git
* License : BSD-3
  Programming Lang: python
  Description : sphinx extension for including notebooks outside of sphinx 
root

Normally, Sphinx will only allow you to add files that are situated
inside the source directory, but you might want to include files from
another directory, for example a central 'examples' folder. For RST
files these can be linked with include directives inside another RST
file. For notebooks, there's nbsphinx-link.



Bug#972959: ITP: arpys -- ARPES (Angle Resolved PhotoEmission Spectroscopy) data analysis

2020-10-26 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: arpys
  Version : 2.0.2
  Upstream Author : Kevin Kramer, Universität Zürich 
* URL : https://github.com/kuadrat/arpys
* License : GPL-3
  Programming Lang: python
  Description : ARPES (Angle Resolved PhotoEmission Spectroscopy) data 
analysis

Collection of libraries, functions and tools related to ARPES data
loading and analysis.



Bug#972955: ITP: igor -- read files written by WaveMetrics IGOR Pro

2020-10-26 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: igor
  Version : 0.3
  Upstream Author : W. Trevor King ; Paul Kienzle 

* URL : http://git.tremily.us/?p=igor
* License : GPL-3
  Programming Lang: python
  Description : read files written by WaveMetrics IGOR Pro

Python parsers for Igor Binary Waves (.ibw) and Packed Experiment
(.pxp) files written by WaveMetrics’ IGOR Pro software.



Bug#969371: ITP: bioxtasraw -- process biological small angle scattering data

2020-09-01 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: bioxtasraw
  Version : 2.0.2
  Upstream Author : RAW, ESRF
* URL : https://sourceforge.net/p/bioxtasraw/git/
* License : GPL-3
  Programming Lang: Python
  Description : process biological small angle scattering data

BioXTAS RAW is a GUI based, free, open-source Python program for
reduction and analysis of small-angle X-ray solution scattering (SAXS)
data. The software is designed for biological SAXS data. It provides an
alternative to closed source programs such as Primus and Scatter for
primary data analysis. Because it can calibrate, mask, and integrate
images it also provides an alternative to synchrotron beamline pipelines
that scientists can install on their own computers and use both at home
and at the beamline.



Bug#966369: ITP: genx -- differential evolution algorithm for fitting X-ray and neutron reflectivity data

2020-07-27 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: genx
  Version : 3.0.0beta3
  Upstream Author :  Matts Bjorck; Artur Glavic
* URL : Source: https://sourceforge.net/p/genx/git/
* License : GPL-3
  Programming Lang: Python
  Description : differential evolution algorithm for fitting X-ray and 
neutron reflectivity data

 GenX is a versatile program using the differential evolution
 algorithm for fitting, primarily, X-ray and neutron reflectivity
 data, lately also surface x-ray diffraction data. The differential
 evolution algorithm is a robust optimization method which avoids
 local minima but at same is a highly effective. GenX is written in
 python and uses the wxpython package for the Graphical User Interface
 (GUI). A model to fit is defined either through a GUI plug-in or via
 a python script. The possibility to script everything makes it easy
 to develop completely new fitting model. Clearly, GenX is extremely
 modular, making it possible to extend the program with models and
 plug-ins for most fitting problems. At the present GenX is shipped
 with models for x-ray and neutron specular reflectivity,
 off-specular x-ray reflectivity and surface x-ray diffraction



Bug#966355: ITP: denss -- calculate electron density from a solution scattering profile

2020-07-27 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: denss
  Version : 0.0.1+20200710gac8923a
  Upstream Author : Thomas Grant 
* URL : https://github.com/tdgrant1/denss
* License : GPL-3
  Programming Lang: Python
  Description : calculate electron density from a solution scattering 
profile

DENSS is an algorithm used for calculating ab initio electron density
maps directly from solution scattering data. DENSS implements a novel
iterative structure factor retrieval algorithm to cycle between real
space density and reciprocal space structure factors, applying
appropriate restraints in each domain to obtain a set of structure
factors whose intensities are consistent with experimental data and
whose electron density is consistent with expected real space
properties of particles.
.
DENSS utilizes the NumPy Fast Fourier Transform for moving between
real and reciprocal space domains. Each domain is represented by a
grid of points (Cartesian), N x N x N. N is determined by the size of
the system and the desired resolution. The real space size of the box
is determined by the maximum dimension of the particle, D, and the
desired sampling ratio. Larger sampling ratio results in a larger
real space box and therefore a higher sampling in reciprocal space
(i.e. distance between data points in q). Smaller voxel size in real
space corresponds to higher spatial resolution and therefore to
larger q values in reciprocal space.



Bug#965376: ITP: hyperspy -- interactive analysis of multidimensional datasets

2020-07-20 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond 

* Package name: hyperspy
  Version : 0.8.4
  Upstream Author : Hyperspy Developers 
(https://github.com/hyperspy/hyperspy/contributors)
* URL : https://hyperspy.org/
* License : GPL-3
  Programming Lang: Python
  Description : interactive analysis of multidimensional datasets

HyperSpy is an open source Python library for the interactive analysis
of multidimensional datasets that can be described as multidimensional
arrays of a given signal (for example, a 2D array of spectra, also known
as a spectrum image).
.
HyperSpy makes it straightforward to apply analytical procedures that
operate on an individual signal to multidimensional arrays, as well as
providing easy access to analytical tools that exploit the
multidimensionality of the dataset.
.
Its modular structure makes it easy to add features to analyze many
different types of signals.



Bug#965118: ITP: colorcet -- A set of useful perceptually uniform colormaps for plotting scientific data

2020-07-16 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond 

* Package name: colorcet
  Version : 2.0.2
  Upstream Author : James A. Bednar 
* URL : https://github.com/holoviz/colorcet
* License : CC-BY-4.0
  Programming Lang: Python
  Description : A set of useful perceptually uniform colormaps for plotting 
scientific data

Colorcet is a collection of perceptually uniform colormaps for use with
Python plotting programs like bokeh, matplotlib, holoviews, and
datashader based on the set of perceptually uniform colormaps created by
Peter Kovesi at the Center for Exploration Targeting.



Bug#962475: ITP: pyct -- Python packaging Common Tasks

2020-06-08 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond 

* Package name: pyct
  Version : 0.4.6
  Upstream Author : PyViz
* URL : https://github.com/pyviz-dev/pyct
* License : BSD-3
  Programming Lang: Python
  Description : Python packaging Common Tasks

A utility package that includes:

  * pyct.cmd: Makes various commands available to other
packages. (Currently no sophisticated plugin system, just a try
import/except in the other packages.) The same commands are
available from within python. Can either add new subcommands to an
existing argparse based command if the module has an existing
command, or create the entire command if the module has no existing
command. Currently, there are commands for copying examples and
fetching data. See

  * pyct.build: Provides various commands to help package building,
primarily as a convenience for project maintainers.



Bug#962472: ITP: param -- Make your Python code clearer and more reliable by declaring Parameters

2020-06-08 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond 

* Package name: param
  Version : 1.9.3
  Upstream Author : HoloViz team
* URL : https://github.com/holoviz/param/releases
* License : BSD-3
  Programming Lang: Python
  Description : Make your Python code clearer and more reliable by 
declaring Parameters

Param is a library providing Parameters: Python attributes extended to
have features such as type and range checking, dynamically generated
values, documentation strings, default values, etc., each of which is
inherited from parent classes if not specified in a subclass.



Bug#962458: ITP: dials-data -- Python data files used for regression tests in DIALS, dxtbx, xia2

2020-06-08 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond 

* Package name: dials-data
  Version : 2.0.0
  Upstream Author : Diamond Light Source
* URL : https://github.com/dials/data
* License : BSD-3
  Programming Lang: Python
  Description : Python data files used for regression tests in DIALS, 
dxtbx, xia2

 Lightweight, simple Python(-only) package. It is used to provide
 access to data files used in regression tests, but does not contain
 any of those data files itself.
 .
 Although it is envisaged as mostly being used in a cctbx/DIALS
 environment for tests in DIALS, dxtbx, xia2 and related packages, it
 has no dependencies on either cctbx or DIALS, in fact all
 dependencies are explicitly declared in the setup.py file and are
 installable via standard setuptools/pip methods. This means
 dials_data can easily be used in other projects accessing the same
 data, and can be used in temporary environments such as Travis
 containers.



Bug#962456: ITP: python-procrunner -- Versatile utility function to run external processes from Python

2020-06-08 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond 

* Package name: python-procrunner
  Version : 1.1.0
  Upstream Author : Markus Gerstel
* URL : https://github.com/DiamondLightSource/python-procrunner
* License : BSD-3
  Programming Lang: Python
  Description : Versatile utility function to run external processes from 
Python

 Versatile utility function to run external processes from Python, with many
 features:
 * runs an external process and waits for it to finish
 * does not deadlock, no matter the process stdout/stderr output
   behaviour
 * returns the exit code, stdout, stderr (separately, both as
   bytestrings), and the total process runtime as a dictionary
 * process can run in a custom environment, either as a modification
   of the current environment or in a new environment from scratch
 * stdin can be fed to the process, the returned dictionary contains
   information how much was read by the process
 * stdout and stderr is printed by default, can be disabled
 * stdout and stderr can be passed to any arbitrary function for live
   processing (separately, both as unicode strings)
 * optionally enforces a time limit on the process



Bug#955357: ITP: astra-toolbox -- Octave and Python toolbox of high-performance GPU primitives for 2D and 3D tomography

2020-03-30 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond 

* Package name: astra-toolbox
  Version : 1.8.3
  Upstream Author : 2010-2016, iMinds-Vision Lab, University of Antwerp
* URL : https://github.com/astra-toolbox/astra-toolbox
* License : GPL-3
  Programming Lang: C++, Python
  Description : Octave and Python toolbox of high-performance GPU 
primitives for 2D and 3D tomography

It supports 2D parallel and fan beam geometries, and 3D parallel and
cone beam. All of them have highly flexible source/detector positioning.

A large number of 2D and 3D algorithms are available, including FBP,
SIRT, SART, CGLS.

The basic forward and backward projection operations are
GPU-accelerated, and directly callable from Octave and Python to enable
building new algorithms.



Bug#947187: ITP: citop -- Monitor CI pipelines from the command line

2019-12-22 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond 

* Package name: citop
  Version : 0.2.0
  Upstream Author : Nicolas Bedos
* URL : https://github.com/nbedos/citop
* License : BSD
  Programming Lang: Go
  Description : Monitor CI pipelines from the command line

A UNIX program to monitor Continuous Integration pipelines from the
command line. citop stands for Continous Integration Table Of Pipelines.
.
List pipelines associated to a commit of a GitHub or GitLab repository:
pipelines are shown in a tree view where expanding a pipeline will
reveal its stages, jobs and tasks
.
Integration with Travis CI, AppVeyor, CircleCI, GitLab CI and Azure
DevOps: citop is targeted at open source developers
.
Monitor status changes in quasi real time
.
Open the web page of a pipeline by pressing a single key: for quick
access to the website of your CI provider if citop does not cover a
specific use case.



Bug#947025: O: python-wsproto -- WebSockets state-machine based protocol implementation (Python3)

2019-12-19 Thread Sebastien Delafond
Package: wnpp
Severity: normal

I intend to orphan the python-wsproto package.

The package description is:
 Pure-Python implementation of a WebSocket protocol stack. It's
 written from the ground up to be embeddable in whatever program you
 choose to use, ensuring that you can communicate via WebSockets, as
 defined in RFC6455, regardless of your programming paradigm.
 .
 This is the Python3 package.



Bug#947020: O: python-typing -- Backport of the standard 3.5 library typing module

2019-12-19 Thread Sebastien Delafond
Package: wnpp
Severity: normal

I intend to orphan the python-typing package.

The package description is:
 Typing defines a standard notation for Python function and variable
 type annotations. The notation can be used for documenting code in a
 concise, standard format, and it has been designed to also be used by
 static and runtime type checkers, static analyzers, IDEs and other
 tools.
 Typing defines a standard notation for Python function and variable
 type annotations. The notation can be used for documenting code in a
 concise, standard format, and it has been designed to also be used by
 static and runtime type checkers, static analyzers, IDEs and other
 tools.



Bug#947019: O: python-pyperclip -- Cross-platform clipboard module for Python

2019-12-19 Thread Sebastien Delafond
Package: wnpp
Severity: normal

I intend to orphan the python-pyperclip package.

The package description is:
 This module is a cross-platform Python module for copy and paste clipboard
 functions.
 .
 It currently only handles plaintext.
 This module is a cross-platform Python module for copy and paste clipboard
 functions. Currently only handles plaintext.



Bug#947018: O: python-jsbeautifier -- JavaScript unobfuscator and beautifier (python2)

2019-12-19 Thread Sebastien Delafond
Package: wnpp
Severity: normal

I intend to orphan the python-jsbeautifier package.

The package description is:
 Beautify, unpack or deobfuscate JavaScript, leveraging popular online
 obfuscators.
 .
 This is the Python 2 version of the package.
 Beautify, unpack or deobfuscate JavaScript, leveraging popular online
 obfuscators.
 .
 This is the Python 2 version of the package.



Bug#947014: O: python-h11 -- Pure-Python, bring-your-own-I/O implementation of HTTP/1.1 (Python 3)

2019-12-19 Thread Sebastien Delafond
Package: wnpp
Severity: normal

I intend to orphan the python-h11 package.

The package description is:
 HTTP/1.1 library written from scratch in Python, heavily inspired by
 hyper-h2.
 .
 It's a "bring-your-own-I/O" library; h11 contains no IO code
 whatsoever. This means you can hook h11 up to your favorite network
 API, and that could be anything you want: synchronous, threaded,
 asynchronous, or your own implementation of RFC 6214 – h11 won’t
 judge you.
 .
 This is the Python 3 package.


Bug#947016: O: python-kaitaistruct -- Kaitai Struct declarative parser generator for binary data

2019-12-19 Thread Sebastien Delafond
Package: wnpp
Severity: normal

I intend to orphan the python-kaitaistruct package.

The package description is:
 This library implements Kaitai Struct API for Python.
 .
 Kaitai Struct is a declarative language used for describe various
 binary data structures, laid out in files or in memory: i.e. binary
 file formats, network stream packet formats, etc.
 .
 It is similar to Python's construct and Construct3, but it is
 language-agnostic. The format description is done in YAML-based .ksy
 format, which then can be compiled into a wide range of target
 languages.



Bug#947015: O: python-kaptan -- Python configuration manager in various formats

2019-12-19 Thread Sebastien Delafond
Package: wnpp
Severity: normal

I intend to orphan the python-kaptan package.

The package description is:
 Configuration manager that allows users to transparently access
 configuration data stored in various formats (INI, JSON, YAML, dict,
 file).



Bug#947013: O: python-hyperframe -- Pure-Python HTTP/2 framing code

2019-12-19 Thread Sebastien Delafond
Package: wnpp
Severity: normal

I intend to orphan the python-hyperframe package.

The package description is:
 This module contains a pure-Python codebase that is capable of
 decoding a binary stream into HTTP/2 frames.
 This module contains a pure-Python codebase that is capable of
 decoding a binary stream into HTTP/2 frames.
 This module contains a pure-Python codebase that is capable of
 decoding a binary stream into HTTP/2 frames.



Bug#947010: O: python-h2 -- Pure-Python HTTP/2 State-Machine based protocol implementation in python

2019-12-19 Thread Sebastien Delafond
Package: wnpp
Severity: normal

I intend to orphan the python-h2 package.

The package description is:
 This module contains a pure-Python HTTP/2 of a HTTP/2 protocol
 stack. It’s written from the ground up to be embeddable in whatever
 program you choose to use, ensuring that you can speak HTTP/2
 regardless of your programming paradigm.
 This module contains a pure-Python HTTP/2 of a HTTP/2 protocol
 stack. It’s written from the ground up to be embeddable in whatever
 program you choose to use, ensuring that you can speak HTTP/2
 regardless of your programming paradigm.


Bug#947011: O: python-hpack -- Pure-Python HTTP/2 header encoding (HPACK)

2019-12-19 Thread Sebastien Delafond
Package: wnpp
Severity: normal

I intend to orphan the python-hpack package.

The package description is:
 This module contains a pure-Python HTTP/2 header encoding (HPACK) logic
 for use in Python programs that implement HTTP/2. It also contains a
 compatibility layer that automatically enables the use of nghttp2 if
 it’s available.
 This module contains a pure-Python HTTP/2 header encoding (HPACK) logic
 for use in Python programs that implement HTTP/2. It also contains a
 compatibility layer that automatically enables the use of nghttp2 if
 it’s available.


Bug#946936: ITP: json11 -- A tiny JSON library for C++11

2019-12-18 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond 

* Package name: json11
  Version : 1.0.0
  Upstream Author : Dropbox, Inc.
* URL : https://github.com/dropbox/json11
* License : MIT
  Programming Lang: C++
  Description : A tiny JSON library for C++11

json11 is a tiny JSON library for C++11, providing JSON parsing and
serialization.
.
The core object provided by the library is json11::Json. A Json object
represents any JSON value: null, bool, number (int or double), string
(std::string), array (std::vector), or object (std::map).
.
Json objects act like values. They can be assigned, copied, moved,
compared for equality or order, and so on. There are also helper methods
Json::dump, to serialize a Json to a string, and Json::parse (static) to
parse a std::string as a Json object.

This package will be a dependency for centreon-broker 19.10.



Bug#933350: ITP: ceph-iscsi -- common logic and CLI tools for creating and managing LIO gateways for Ceph

2019-07-29 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond 

* Package name: ceph-iscsi
  Version : 3.2
  Upstream Author : The Ceph iSCSI Project Developers
* URL : https://github.com/ceph/ceph-iscsi
* License : GPL-3
  Programming Lang: Python
  Description : common logic and CLI tools for creating and managing LIO 
gateways for Ceph

It includes the rbd-target-api daemon which is responsible for
restoring the state of LIO following a gateway reboot/outage and
exporting a REST API to configure the system using tools like
gwcli. It replaces the existing 'target' service.

There is also a second daemon rbd-target-gw which exports a REST API
to gather statistics.

It also includes the CLI tool gwcli which can be used to configure
and manage the Ceph iSCSI gateway, which replaces the existing
targetcli CLI tool. This CLI tool utilizes the rbd-target-api server
daemon to configure multiple gateways concurrently.



Bug#933343: ITP: tcmu -- handles the userspace side of the LIO TCM-User backstore

2019-07-29 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond 

* Package name: tcmu
  Version : 1.4.0
  URL : https://github.com/open-iscsi/tcmu-runner
* License : LGPL 2.1 & Apache 2.0
  Programming Lang: C
  Description : handles the userspace side of the LIO TCM-User backstore

LIO is the SCSI target in the Linux kernel. It is entirely kernel
code, and allows exported SCSI logical units (LUNs) to be backed by
regular files or block devices. But, if we want to get fancier with
the capabilities of the device we're emulating, the kernel is not
necessarily the right place. While there are userspace libraries for
compression, encryption, and clustered storage solutions like Ceph or
Gluster, these are not accessible from the kernel.
.
The TCMU userspace-passthrough backstore allows a userspace process
to handle requests to a LUN. But since the kernel-user interface that
TCMU provides must be fast and flexible, it is complex enough that
we'd like to avoid each userspace handler having to write boilerplate
code.
.
tcmu-runner handles the messy details of the TCMU interface -- UIO,
netlink, pthreads, and DBus -- and exports a more friendly C plugin
module API. Modules using this API are called "TCMU
handlers". Handler authors can write code just to handle the SCSI
commands as desired, and can also link with whatever userspace
libraries they like.



Bug#926243: ITP: streamglob -- Console media browser designed to facilitate live and time-shifted viewing of online content

2019-04-02 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond 

* Package name: streamglob
  Version : 0.0.11.dev0
  Upstream Author : Tony Cebzanov 
* URL : https://github.com/tonycpsu/streamglob
* License : GPLv3
  Programming Lang: Python
  Description : Console media browser designed to facilitate live and 
time-shifted viewing of online content

streamglob facilitates live and time-shifted viewing of online content.
.
The current focus of this project is to provide a consistent
console-based user experience for browsing and watching live and
on-demand streaming content from various providers. The project was
originally released under the name mlbstreamer with support for watching
MLB.tv streams, but has expanded to include modules for watching video
from NHL.tv, YouTube, Instagram, and RSS feeds, among others.

I'm packaging this because over time it will phase out and replace
mlbstreamer.



Bug#914987: ITP: ruby-open-uri-redirections -- openuri patch to allow redirections between http and https

2018-11-29 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond 

* Package name: ruby-open-uri-redirections
  Version : 0.2.1
  Upstream Author : Jaime Iniesta, Gabriel Cebrian, Felix C. Stegerman
* URL : 
https://github.com/open-uri-redirections/open_uri_redirections
* License : MIT
  Programming Lang: Ruby
  Description : openuri patch to allow redirections between HTTP and HTTPS

This applies a patch to OpenURI to optionally allow redirections
from HTTP to HTTPS, or from HTTPS to HTTP.

This package is a dependency of puppet-beaker.



Bug#914977: ITP: puppet-beaker -- Puppet acceptance testing harness

2018-11-29 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond 

* Package name: puppet-beaker
  Version : 4.1.0
  Upstream Author : Puppetlabs
* URL : https://github.com/puppetlabs/beaker
* License : Apache2
  Programming Lang: Ruby
  Description : Puppet acceptance testing harness

Beaker is a test harness focused on acceptance testing via
interactions between multiple (virtual) machines. It provides platform
abstraction between different Systems Under Test (SUTs), and it can
also be used as a virtual machine provisioner - setting up machines,
running any commands on those machines, and then exiting.

Beaker runs tests written in Ruby, and provides additional
Domain-Specific Language (DSL) methods. This gives you access to all
standard Ruby along with acceptance testing specific commands.



Bug#914976: ITP: ruby-beaker-hostgenerator -- command line utility designed to generate beaker host config files

2018-11-29 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond 

* Package name: ruby-beaker-hostgenerator
  Version : 1.1.22
  Upstream Author : Branan Purvine-Riley, Wayne Warren, Nate Wolfe
* URL : https://github.com/puppetlabs/beaker-hostgenerator
* License : Apache2
  Programming Lang: Ruby
  Description : command line utility designed to generate beaker host 
config files

beaker-hostgenerator is a command line utility designed to generate
beaker host config files using a compact command line SUT specification.

This package is a dependency of puppet-beaker.



Bug#914975: ITP: ruby-pry-byebug -- step-by-step debugging and stack navigation capabilities in pry using byebug

2018-11-29 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond 

* Package name: ruby-pry-byebug
  Version : 3.6.0
  Upstream Author : David Rodríguez, Gopal Patel
* URL : https://github.com/deivid-rodriguez/pry-byebug
* License : MIT
  Programming Lang: Ruby
  Description : step-by-step debugging and stack navigation capabilities in 
pry using byebug

Adds step-by-step debugging and stack navigation capabilities to pry
using byebug.

To use, invoke pry normally. No need to start your script or app
differently: execution will stop in the first statement after your
binding.pry.

This package is a dependency of puppet-beaker.



Bug#914974: ITP: ruby-in-parallel -- lightweight Ruby library with very simple syntax for parallelization

2018-11-29 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond 

* Package name: ruby-in-parallel
  Version : 0.1.17
  Upstream Author : sam.wo...@puppetlabs.com
* URL : https://github.com/puppetlabs/in-parallel
* License : Apache2
  Programming Lang: Ruby
  Description : lightweight Ruby library with very simple syntax for 
parallelization

A lightweight Ruby library with very simple syntax, making use of
Process.fork to execute code in parallel.

Many other Ruby libraries that simplify parallel execution support one
primary use case - crunching through a large queue of small, similar
tasks as quickly and efficiently as possible. This library primarily
supports the use case of executing a few larger and unrelated tasks in
parallel, automatically managing the stdout and passing return values
back to the main process.

This library was created to be used by Puppet's Beaker test framework
to enable parallel execution of some of the framework's tasks, and
allow users to execute code in parallel within their tests.

If you are looking for something that excels at executing a large
queue of tasks in parallel as efficiently as possible, you should take
a look at the parallel project.

This package is a dependency of puppet-beaker.



Bug#914973: ITP: ruby-stringify-hash -- ruby hash object that treats symbols and strings interchangeably

2018-11-29 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond 

* Package name: ruby-stringify-hash
  Version : 0.0.1
  Upstream Author : al...@puppetlabs.com
* URL : https://github.com/puppetlabs/stringify-hash
* License : Apache2
  Programming Lang: Ruby
  Description : ruby hash object that treats symbols and strings 
interchangeably

A ruby hash object that treats symbols and strings interchangeably.

This package is a dependency of puppet-beaker.



Bug#913898: ITP: centreon-broker -- Network, system, applicative supervision and monitoring - broker

2018-11-16 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond 

* Package name: centreon-broker
  Version : 18.10.0
  Upstream Author : Centreon
* URL : https://github.com/centreon/centreon-broker
* License : Apache-2
  Programming Lang: C++
  Description : Network, system, applicative supervision and monitoring - 
broker

Centreon is a modular and flexible platform for network, system and
applicative supervision and monitoring.

 * monitoring of network services
 * monitoring of host resources
 * simple plugin design that allows users to easily develop their own
   service checks
 * parallelized service checks
 * ability to define network hierarchies
 * contact notifications when service or host problems occur and get
   resolved (via email, page, or user-defined method)
 * ability to define event handlers to be run during service or host
   events for proactive problem resolution
 * automatic log file rotation
 * support for implementing redundant monitoring hosts

This package contains the broker daemon.



Bug#913902: ITP: centreon-lang-fr -- Network, system, applicative supervision and monitoring - French translation

2018-11-16 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond 

* Package name: centreon-lang-fr
  Version : 18.10.0
  Upstream Author : Centreon
* URL : https://github.com/centreon/centreon-translations
* License : Apache-2 ? 
(https://github.com/centreon/centreon-translations/issues/5)
  Programming Lang: None
  Description : Network, system, applicative supervision and monitoring - 
French translation

Centreon is a modular and flexible platform for network, system and
applicative supervision and monitoring.

 * monitoring of network services
 * monitoring of host resources
 * simple plugin design that allows users to easily develop their own
   service checks
 * parallelized service checks
 * ability to define network hierarchies
 * contact notifications when service or host problems occur and get
   resolved (via email, page, or user-defined method)
 * ability to define event handlers to be run during service or host
   events for proactive problem resolution
 * automatic log file rotation
 * support for implementing redundant monitoring hosts

This package contains the French language pack.



Bug#913903: ITP: centreon-web -- Network, system, applicative supervision and monitoring - main app

2018-11-16 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond 

* Package name: centreon-web
  Version : 18.10.0
  Upstream Author : Centreon
* URL : https://github.com/centreon/centreon
* License : GPL-2
  Programming Lang: PHP, JavaScript
  Description : Network, system, applicative supervision and monitoring - 
main app

Centreon is a modular and flexible platform for network, system and
applicative supervision and monitoring.

 * monitoring of network services
 * monitoring of host resources
 * simple plugin design that allows users to easily develop their own
   service checks
 * parallelized service checks
 * ability to define network hierarchies
 * contact notifications when service or host problems occur and get
   resolved (via email, page, or user-defined method)
 * ability to define event handlers to be run during service or host
   events for proactive problem resolution
 * automatic log file rotation
 * support for implementing redundant monitoring hosts

This package contains the main Centreon application.



Bug#913901: ITP: centreon-engine -- Network, system, applicative supervision and monitoring - engine

2018-11-16 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond 

* Package name: centreon-engine
  Version : 18.10.0
  Upstream Author : Centreon
* URL : https://github.com/centreon/centreon-engine
* License : GPL-2
  Programming Lang: C++
  Description : Network, system, applicative supervision and monitoring - 
engine

Centreon is a modular and flexible platform for network, system and
applicative supervision and monitoring.

 * monitoring of network services
 * monitoring of host resources
 * simple plugin design that allows users to easily develop their own
   service checks
 * parallelized service checks
 * ability to define network hierarchies
 * contact notifications when service or host problems occur and get
   resolved (via email, page, or user-defined method)
 * ability to define event handlers to be run during service or host
   events for proactive problem resolution
 * automatic log file rotation
 * support for implementing redundant monitoring hosts

This package contains the engine daemon.



Bug#913899: ITP: centreon-clib -- Network, system, applicative supervision and monitoring - core libraries

2018-11-16 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond 

* Package name: centreon-clib
  Version : 18.10.0
  Upstream Author : Centreon
* URL : https://github.com/centreon/centreon-clib
* License : Apache-2
  Programming Lang: C++
  Description : Network, system, applicative supervision and monitoring - 
core libraries

Centreon is a modular and flexible platform for network, system and
applicative supervision and monitoring.

 * monitoring of network services
 * monitoring of host resources
 * simple plugin design that allows users to easily develop their own
   service checks
 * parallelized service checks
 * ability to define network hierarchies
 * contact notifications when service or host problems occur and get
   resolved (via email, page, or user-defined method)
 * ability to define event handlers to be run during service or host
   events for proactive problem resolution
 * automatic log file rotation
 * support for implementing redundant monitoring hosts

This package contains the core clib libraries.



Bug#913900: ITP: centreon-connectors -- Network, system, applicative supervision and monitoring - connectors

2018-11-16 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond 

* Package name: centreon-connectors
  Version : 18.10.0
  Upstream Author : Centreon
* URL : https://github.com/centreon/centreon-connectors
* License : Apache-2
  Programming Lang: C++
  Description : Network, system, applicative supervision and monitoring - 
connectors

Centreon is a modular and flexible platform for network, system and
applicative supervision and monitoring.

 * monitoring of network services
 * monitoring of host resources
 * simple plugin design that allows users to easily develop their own
   service checks
 * parallelized service checks
 * ability to define network hierarchies
 * contact notifications when service or host problems occur and get
   resolved (via email, page, or user-defined method)
 * ability to define event handlers to be run during service or host
   events for proactive problem resolution
 * automatic log file rotation
 * support for implementing redundant monitoring hosts

This package contains the connectors.



Bug#895510: ITP: python-raccoon -- Python DataFrame with fast insert and appends

2018-04-12 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond <s...@debian.org>

* Package name: python-raccoon
  Version : 2.1.5
  Upstream Author : Ryan Sheftel
* URL : https://github.com/rsheftel/raccoon
* License : MIT
  Programming Lang: Python
  Description : Python DataFrame with fast insert and appends

 Lightweight DataFrame and Series implementation inspired by the
 phenomenal Pandas package for the one use case where Pandas is known to
 be sub-optimal: DataFrames that grow in size by rows frequently in the
 code. Additionally Raccoon DataFrames can be parametrized to be sorted
 so that additions to the DataFrame keep the index in sorted order to
 speed inserts and retrievals.

This will be a dependency for recent mlbstreamer releases.



Bug#895267: ITP: python-panwid -- Useful widgets for urwid

2018-04-09 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond <s...@debian.org>

* Package name: python-panwid
  Version : 0.2.3
  Upstream Author : Tony Cebzanov <tonyc...@gmail.com>
* URL : https://github.com/tonycpsu/panwid
* License : GPL-2
  Programming Lang: Python
  Description : Useful widgets for urwid

 Collection of widgets for urwid.
 .
 Currently consists:
 - dropdown menu widget with autocomplete support
 - widget for displaying tabular data
 - listbox with an optional scrollbar


This is a dependency for recent mlbstreamer releases.



Bug#895266: ITP: python-urwid-utils -- Collection of simple, straightforward, but extensible utilities for the urwid package

2018-04-09 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond <s...@debian.org>

* Package name: python-urwid-utils
  Version : 0.1.2
  Upstream Author : Tony Cebzanov
* URL :  https://github.com/stnbu/urwid_utils
* License : MIT
  Programming Lang: Python
  Description : Collection of simple, straightforward, but extensible 
utilities for the urwid package

 Light wrappers and object-oriented interfaces to some parts of urwid that are 
otherwise less-so.

This is a dependency for recent mlbstreamer releases.



Bug#894547: ITP: python-h11 -- A pure-Python, bring-your-own-I/O implementation of HTTP/1.1

2018-04-01 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond <s...@debian.org>

* Package name: python-h11
  Version : 0.8.0
  Upstream Author : Nathaniel J. Smith <n...@pobox.com>
* URL : https://github.com/njsmith/h11
* License : MIT
  Programming Lang: Python
  Description : A pure-Python, bring-your-own-I/O implementation of HTTP/1.1

 HTTP/1.1 library written from scratch in Python, heavily inspired by
 hyper-h2.
 .
 It's a "bring-your-own-I/O" library; h11 contains no IO code
 whatsoever. This means you can hook h11 up to your favorite network
 API, and that could be anything you want: synchronous, threaded,
 asynchronous, or your own implementation of RFC 6214 – h11 won’t
 judge you.

This will be a dependency for mitmproxy 3.x. 


Bug#894435: ITP: python-wsproto -- WebSockets state-machine based protocol implementation

2018-03-30 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond <s...@debian.org>

* Package name: python-wsproto
  Version : 0.11.0
  Upstream Author : Benno Rice <be...@jeamland.net>
* URL : https://github.com/python-hyper/wsproto
* License : MIT
  Programming Lang: Python
  Description : WebSockets state-machine based protocol implementation

 Pure-Python implementation of a WebSocket protocol stack. It's written
 from the ground up to be embeddable in whatever program you choose to
 use, ensuring that you can communicate via WebSockets, as defined in
 RFC6455, regardless of your programming paradigm.

This will be a dependency of mitmproxy v3.



Bug#894431: ITP: python-memoize -- Simple memoizing module

2018-03-30 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond <s...@debian.org>

* Package name: python-memoize
  Version : 1.0.2
  Upstream Author : Mike Boers
* URL : http://github.com/mikeboers/PyMemoize 
* License : BSD-3
  Programming Lang: Python
  Description : Simple Python cache and memoizing module

 This is a (relatively) simple Python memoizing module (ie. a function
 cache), in which any dict-like can be used as the actual storage
 object.

This will be a dependency for mlbstreamer.



Bug#894430: ITP: python-orderedattrdict -- Python OrderedDict with attribute-style access

2018-03-30 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond <s...@debian.org>

* Package name: python-orderedattrdict
  Version : 1.5
  Upstream Author : S Anand
* URL : https://github.com/sanand0/orderedattrdict
* License : MIT
  Programming Lang: Python
  Description : Python OrderedDict with attribute-style access

 An ordered dictionary with attribute-style access.
 .
 AttrDict behaves exactly like collections.OrderedDict, but also allows
 keys to be accessed as attributes.
 .
 It also allows for loading JSON and YAML while preserving the order of
 keys
 .

This will be a dependency for mlbstreamer.



Bug#894426: ITP: mlbstreamer -- Interface to the MLB.TV media offering

2018-03-30 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond <s...@debian.org>

* Package name: mlbstreamer
  Version : 0.0.2
  Upstream Author : Tony Cebzanov <tonyc...@gmail.com>
* URL : https://github.com/tonycpsu/mlbstreamer
* License : GPL-2
  Programming Lang: Python
  Description : Interface to the MLB.TV media offering

 A collection of tools to stream and record baseball games from
 MLB.TV. While the main streaming content is mostly for paid MLB.TV
 subscribers only, there are a significant number of features and
 views available to non-subscribers as well including one free game
 each day.



Bug#867556: ITP: python-kaitaistruct -- Python implementation of Kaitai Struct declarative parser generator for binary data

2017-07-07 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond <s...@debian.org>

* Package name: python-kaitaistruct
  Version : 0.7
  Upstream Author : Kaitai Project
* URL : https://pypi.python.org/pypi/kaitaistruct
* License : MIT
  Programming Lang: Python
  Description : Python implementation of Kaitai Struct declarative parser 
generator for binary data

 This library implements Kaitai Struct API for Python.
 .
 [Kaitai Struct](http://kaitai.io) is a declarative language used for
 describe various binary data structures, laid out in files or in memory:
 i.e. binary file formats, network stream packet formats, etc.
 .
 It is similar to Python's [construct] and [Construct3], but it is
 language-agnostic. The format description is done in YAML-based .ksy
 format, which then can be compiled into a wide range of target languages.



Bug#840670: ITP: python-jsbeautifier -- Beautify, unpack or deobfuscate JavaScript. Handles popular online obfuscators.

2016-10-13 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond <s...@debian.org>

* Package name: python-jsbeautifier
  Version : 1.6.4
  Upstream Author : Einar Lielmanis, Stefano Sanfilippo et al.
* URL : http://jsbeautifier.org
* License : MIT
  Programming Lang: Python
  Description : Beautify, unpack or deobfuscate JavaScript. Handles popular 
online obfuscators.

JavaScript unobfuscator and beautifier.
Beautify, unpack or deobfuscate JavaScript. Handles popular online obfuscators.

This will be a mitmproxy dependency.



Bug#839121: ITP: python-typing -- Backport of the standard library typing module to Python versions older than 3.5

2016-09-29 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond <s...@debian.org>

* Package name: python-typing
  Version : 3.5.2
  Upstream Author : Guido van Rossum, Jukka Lehtosalo, Łukasz Langa
* URL : https://pypi.python.org/pypi/typing/3.5.2
* License : Python Software Foundation
  Programming Lang: Python
  Description : Backport of the standard library typing module to Python 
versions older than 3.5

Typing defines a standard notation for Python function and variable type
annotations. The notation can be used for documenting code in a concise,
standard format, and it has been designed to also be used by static and
runtime type checkers, static analyzers, IDEs and other tools.

This is needed as a mitmproxy dependency.



Bug#836359: ITP: python-h2 -- HTTP/2 State-Machine based protocol implementation in python

2016-09-02 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond <s...@debian.org>

* Package name: python-h2
  Version : 2.4.1
  Upstream Author : Cory Benfield
* URL : https://pypi.python.org/pypi/h2
* License : MIT
  Programming Lang: Python, etc
  Description : HTTP/2 state-machine based protocol implementation in python

Pure-Python implementation of a HTTP/2 protocol stack. It’s written from
the ground up to be embeddable in whatever program you choose to use,
ensuring that you can speak HTTP/2 regardless of your programming
paradigm.

This will be a dependency of mitmproxy 0.17.1



Bug#836273: ITP: python-hyperframe -- Pure-Python HTTP/2 frame support

2016-09-01 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond <s...@debian.org>

* Package name: python-hyperframe
  Version : 3.20
  Upstream Author : Cory Benfield
* URL : http://hyper.readthedocs.org/en/latest/
* License : MIT
  Programming Lang: Python
  Description : Pure-Python HTTP/2 frame support

This library contains the HTTP/2 framing code used in the hyper
project. It provides a pure-Python codebase that is capable of decoding
a binary stream into HTTP/2 frames.

This is needed as an mitmproxy dependency.



Bug#809641: O: icicles -- emacs library that enhances minibuffer/input completion

2016-01-02 Thread Sebastien Delafond
Package: wnpp
Severity: normal

I intend to orphan the icicles package, mainly due to the apparition of
more suitable replacements, like for instance helm.

The package description is:
 Icicles lets you do the following:
  * cycle through completion candidates that match your current
input.
  * use a pattern to match completion candidates, including:
  - regexp matching (including substring).
  - fuzzy matching.
  - prefix matching (as in vanilla Emacs).
  - command abbreviation matching.
  * use multiple regexps to match candidates, chaining these filters
together like piped 'grep' commands.
  * see all possible complete inputs (pertinent commands, variables,
and so on) that match your partial or regexp input: the list is
updated dynamically (incrementally) if you change your input.
  * see all previous inputs that match your partial or regexp input,
and selectively reuse them.
  * match input against completion candidates that do not match a
given regexp; that is, complement the set of matches and use the
result for subsequent matching.
  * use multiple regexps to search (and replace) text across
multiple buffers, files, or regions.
  * search areas of text that have a certain text property, such as
a face.
  * browse Imenu or tags entries that match your partial or regexp
input.
  * create and use multiple-choice menus; that is, menus where you
can choose multiple entries any number of times.
  * create and use multi-commands so you can perform an action on
any number of candidate inputs any number of times.
  * perform set operations (intersection, union, etc) on the fly,
using sets of completion candidates or other strings.
  * persistently save and later reuse sets of completion candidates
(e.g. project file names).
  * complete input piecewise, against multiple completion
candidates, in parallel.
  * complete key sequences, and navigate the key-binding hierarchy
(this includes the menu bar menu hierarchy) (see also LaCarte)
  * sort completion candidates on the fly, in multiple,
context-dependent ways.



Bug#801837: ITP: yank -- interactively select and yank terminal output to stdout or xsel

2015-10-15 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond <s...@debian.org>

* Package name: yank
  Version : 0.4.0
  Upstream Author : Anton Lindqvist
* URL : https://github.com/mptre/yank
* License : MIT
  Programming Lang: C
  Description : interactively select and yank terminal output to stdout or 
xsel

Read input from stdin and draw a selection interface where all fields in
the given input are recognized by using a default or user-supplied set
of delimiters.
.
Using ctrl-n and ctrl-p will move the field selection forward and
backward, pressing the return key will invoke the yank command and write
the selected field to its stdin. The yank command defaults to xsel, but
could be anything that accepts input on stdin.



Bug#800760: ITP: python-certifi -- collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts

2015-10-03 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond <s...@debian.org>

* Package name: python-certifi
  Version : 2015.9.6.2
  Upstream Author : Kenneth Reitz
* URL : https://certifi.io/en/latest/
* License : MPL
  Programming Lang: python
  Description : collection of Root Certificates for validating the 
trustworthiness of SSL certificates while verifying the identity of TLS hosts

Certifi is a carefully curated collection of Root Certificates for
validating the trustworthiness of SSL certificates while verifying the
identity of TLS hosts. It has been extracted from the Requests
project.



This package is needed for recent netlib/mitmproxy releases (>=
0.13). 

After a discussion in #debian-python, it appeared to make sense to
package this and patch it so its where() function returns the location
where Debian is already providing CA certificates. This will be easier
than having to patch every python package that depends on certifi.



Bug#789781: ITP: python-hpack -- Pure-Python HTTP/2 header encoding (HPACK)

2015-06-24 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond s...@debian.org

* Package name: python-hpack
  Version : 1.0.0
  Upstream Author : Cory Benfield
* URL : http://hyper.readthedocs.org/en/latest/
* License : MIT
  Programming Lang: Python
  Description : Pure-Python HTTP/2 header encoding (HPACK)

This module contains a pure-Python HTTP/2 header encoding (HPACK) logic
for use in Python programs that implement HTTP/2. It also contains a
compatibility layer that automatically enables the use of nghttp2 if
it’s available.


This package will be a dependency for recent python-netlib/mitmproxy
releases.


-- 
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/20150624113612.3952.91985.report...@hetz1.mine.nu



Bug#789780: ITP: python-pyperclip -- Module for copy and paste clipboard functions

2015-06-24 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond s...@debian.org

* Package name: python-pyperclip
  Version : 1.5.11
  Upstream Author : Al Sweigart
* URL : https://github.com/asweigart/pyperclip
* License : BSD
  Programming Lang: Python
  Description : Module for copy and paste clipboard functions

Pyperclip is a cross-platform Python module for copy and paste clipboard
functions. It works with Python 2 and 3.


This package is a dependency needed for recent python-netlib/mitmproxy
releases.


-- 
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/20150624113342.3676.26482.report...@hetz1.mine.nu



Bug#784317: ITP: python-configargparse -- this should be an appropriate short description for the eventual package: replacement for argparse allowing options to also be set via config files and/or env

2015-05-05 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond s...@debian.org

* Package name: python-configargparse
  Version : 0.9.3
  Upstream Author : Zorro
* URL : https://github.com/zorro3/ConfigArgParse
* License : MIT
  Programming Lang: Python
  Description : replacement for argparse allowing options to also be set 
via config files and/or environment variables

Applications with more than a handful of user-settable options are best
configured through a combination of command line args, config files,
hard-coded defaults, and in some cases, environment variables.
.
Python’s command line parsing modules like argparse have very limited
support for config files and environment variables, so this module
extends argparse to add these features.
.
Features:
.
 - command-line, config file, env var, and default settings can now be
   defined, documented, and parsed in one go using a single API (the
   order of precedence is: command line args  environment variables 
   config file values  defaults)
 - config files can have .ini or .yaml style syntax (eg. key=value or
   key: value)
 - user can specify a config file path using regular command line syntax
   (eg. -c config.txt) rather than the argparse-style @config.txt
 - all argparse functionality is fully supported, so this module can
   serve as a drop-in replacement for argparse
 - env vars and config file keys  syntax are automatically documented
   in the help message
 - print_values() can be used to log values and their sources
   (eg. command line, env var, config file, or default) for improved
   reproducibility
 - lite-weight (simple API, no dependencies on 3rd-party libraries),
 - extensible (the following methods can be over-ridden to change config
   file and environment variable parsing: parse_config_file,
   get_possible_config_keys, convert_setting_to_command_line_arg)
 - unittested using the tests that came with argparse, and using tox to
   test python versions = 2.7


-- 
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/20150505092351.12250.39683.report...@hetz1.mine.nu



Bug#769910: ITP: fnordmetric -- write SQL queries that return SVG charts rather than tables

2014-11-17 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond s...@debian.org

* Package name: fnordmetric
  Version : 1.0~alpha
  Upstream Author : Paul Asmuth
* URL : http://fnordmetric.io/
* License : GPL3
  Programming Lang: C++
  Description : write SQL queries that return SVG charts rather than tables

FnordMetric has two components:
.
FnordMetric ChartSQL allows you to write SQL queries that return charts
instead of tables. The charts are rendered as SVG vector graphics and
can easily be embedded into any website and customized with css in order
to build beautiful dashboards. You can execute ChartSQL queries from the
command line against a number of external sources like CSV files or a
MySQL database
.
Fnordmetric Server is a standalone HTTP server application. It exposes a
web UI and a HTTP API to run ChartSQL queries and collect timeseries
data. You can use fnordmetric-server as a one-stop solution for metric
collection and charting. Since fnordmetric-server aims to be a
StatsD+graphite competitor, it implements a wire compatible StatsD API.
FnordMetric Server can store the collected timeseries data on local disk
or in external storage (HBase)


-- 
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/20141117145926.8698.76769.report...@hetz1.mine.nu



Bug#764112: ITP: mlbviewer -- Curses interface to the MLB.TV media offering

2014-10-05 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond s...@debian.org

* Package name: mlbviewer
  Version : 2014.sf.3
  Upstream Author : straycat...@yahoo.com
* URL : https://sourceforge.net/projects/mlbviewer/
* License : GPL 2
  Programming Lang: Python
  Description : Curses interface to the MLB.TV media offering

A collection of tools to view and listen to streaming baseball games
from MLB.TV. While the main streaming content is mostly for paid MLB.TV
subscribers only, there are a significant number of features and views
available to non-subscribers as well including one free game each
day. You can watch MLB classic content from YouTube without a browser,
and MiLB.TV and Postseason.TV are also integrated into the same
mlbviewer interface.


-- 
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/20141005135538.16315.40806.report...@hetz1.mine.nu



Bug#755838: ITP: perf-tools -- DTrace-like tools for linux

2014-07-23 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond s...@debian.org

  Package name: perf-tools
  Version : 0.0.1~20140723+git942be0b3
  Upstream Author : Brendan Gregg
* URL : https://github.com/brendangregg/perf-tools
* License : GPL-2
  Programming Lang: Shell
  Description : DTrace-like tools for linux

A miscellaneous collection of in-development and unsupported performance
analysis tools for Linux perf_events, aka the perf command, and
ftrace. Both perf_events and ftrace are core Linux tracing tools, and
are included in the Linux kernel source.
.
These tools are designed to be simple to use, easy to install, and
provide advanced performance observability. This collection was written
by Brendan Gregg (author of the DTraceToolkit).
.
Many of these tools employ workarounds so that functionality is possible
on existing Linux kernels. Because of this, many tools have caveats (see
man pages), and their implementation should be considered a placeholder
until future kernel features, or new tracing subsystems, are added.


-- 
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/20140723193216.12402.7502.report...@centurion.befour.org



Bug#755072: ITP: iosnoop -- trace disk I/O with details including latency

2014-07-17 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond s...@debian.org

* Package name: iosnoop
  Version : 0.0.1
  Upstream Author : Copyright (c) 2014 Brendan Gregg
* URL : 
https://github.com/brendangregg/perf-tools/blob/master/iosnoop
* License : GPL
  Programming Lang: bash
  Description : trace disk I/O with details including latency

Traces disk I/O at the block device interface, using the block:
tracepoints. This can help characterize the I/O requested for the
storage devices and their resulting performance. I/O completions can
also be studied event-by-event for debugging disk and controller I/O
scheduling issues.


-- 
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/20140717124550.26769.43120.report...@centurion.befour.org



Bug#753942: ITP: s3curl -- Calculates the proper signature to interact with S3 HTTP services, then calls cURL with the appropriate arguments

2014-07-06 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond s...@debian.org

* Package name: s3curl
  Version : 1.0
  Upstream Author : Amazon Inc.
* URL : https://aws.amazon.com/developertools/Amazon-S3/128
* License : Apache 2.0
  Programming Lang: Perl
  Description : Easily interact with S3 HTTP services

Calculates the proper signature to interact with S3 HTTP services, then
calls cURL with the appropriate arguments.


-- 
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/20140706140210.29618.78417.report...@hetz1.mine.nu



Bug#746343: ITP: aptly -- Manage package repositories

2014-04-29 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond s...@debian.org

* Package name: aptly
  Version : 0.5
  Upstream Author : Andrey Smirnov
* URL : http://www.aptly.info
* License : MIT
  Programming Lang: Go
  Description : Manage package repositories

Aptly is a swiss army knife for Debian repository management.

Features:
  - make mirrors of remote Debian/Ubuntu repositories, limiting by
components/architectures
  - take snapshots of mirrors at any point in time, fixing state of
repository at some moment of time
  - publish snapshot as Debian repository, ready to be consumed by apt
  - controlled update of one or more packages in snapshot from upstream
mirror, tracking dependencies
  - merge two or more snapshots into one


-- 
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/20140429084613.29823.87052.report...@hetz1.mine.nu



Bug#717065: ITP: python-netlib -- collection of network utility classes

2013-07-16 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond s...@debian.org

* Package name: python-netlib
  Version : 0.9.1
  Upstream Author : Aldo Cortesi a...@corte.si
* URL : http://github.com/cortesi/netlib
* License : MIT
  Programming Lang: Python
  Description : collection of network utility classes

Netlib is a collection of network utility classes, used by the pathod
and mitmproxy projects. It differs from other projects in some
fundamental respects, because both pathod and mitmproxy often need to
violate standards.  This means that protocols are implemented as
small, well-contained and flexible functions, and are designed to
allow misbehaviour when needed.


-- 
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/20130716125537.13847.43068.report...@centurion.befour.org



Bug#659613: ITP: mitmproxy -- SSL-capable man-in-the-middle HTTP proxy

2012-02-12 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond s...@debian.org

* Package name: mitmproxy
  Version : 0.6
  Upstream Author : Aldo Cortesi a...@corte.si
* URL : http://mitmproxy.org
* License : GPL 3
  Programming Lang: Python
  Description : SSL-capable man-in-the-middle HTTP proxy

mitmproxy is an SSL-capable man-in-the-middle HTTP proxy. It provides
a console interface that allows traffic flows to be inspected and
edited on the fly.

mitmdump is the command-line version of mitmproxy, with the same
functionality but without the frills. Think tcpdump for HTTP.

Features:

  - intercept and modify HTTP traffic on the fly
  - save HTTP conversations for later replay and analysis
  - replay both HTTP clients and servers
  - make scripted changes to HTTP traffic using Python
  - SSL interception certs generated on the fly

--Seb



-- 
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/20120212151955.25005.53576.report...@proliant.mine.nu



Bug#637988: O: zfs-fuse -- ZFS on FUSE

2011-08-16 Thread Sebastien Delafond
Package: wnpp
Severity: normal

Due to unsufficient time, I intend to orphan the zfs-fuse package.

The package description is:
 ZFS is an advanced filesystem from Sun Microsystems, originally developed
 for solaris. It provides a number of advanced features, such as live
 integrity checks, atomic updates, atomic snapshots and clones, compression,
 and much more.
 .
 This package provides an implementation of Sun's ZFS filesystem in userspace,
 using FUSE.



-- 
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/20110816111703.3017.4946.report...@centurion.befour.org



Bug#577667: ITP: weboob -- Allows for out-of-browser interaction with websites implementing specific capabilities

2010-04-13 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond s...@debian.org

* Package name: weboob
  Version : 0.1.0
  Upstream Author : Romain Bignon rom...@peerfuse.org
* URL : http://weboob.org/
* License : GPL
  Programming Lang: Python
  Description : Provides clients capable of interacting with various 
websites
  
  Weboob allows frontend applications to query, through a set of
  backends, some websites implementing a subset of pre-defined
  capabilities (forum, bank, travel, weather, etc).
  .
  This allows the user to extract information out of those websites
  without using a browser.

-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (999, 'stable'), (500, 'proposed-updates'), (100, 'testing'), (1, 
'unstable')
Architecture: i386 (i686)



-- 
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/20100413134053.523.39063.report...@proliant.untangle.com



Bug#572263: ITP: mpdcron -- Call hooks triggered by MPD events

2010-03-03 Thread Sebastien Delafond
On Mar/03, Simon Josefsson wrote:
  * Package name: mpdcron
[...]

 It would be nice to expand the 'MPD' acronym and/or explain what MPD is.

Excellent idea, will do.

Cheers,

--Seb



-- 
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/20100303124324.gj7...@frisco.mine.nu



Bug#572263: ITP: mpdcron -- Call hooks triggered by MPD events

2010-03-02 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond s...@debian.org

* Package name: mpdcron
  Version : 0.3
  Upstream Author : Ali Polatel a...@exherbo.org
* URL : http://alip.github.com/mpdcron/
* License : GPL-2
  Programming Lang: C
  Description : Call hooks triggered by MPD events

* Uses mpd's idle mode.
* Calls hooks depending on the event.
* Sets special environment variables to pass data to the hooks.
* Optional support for modules via GModule.
* Included modules:
  - notification
+ uses notify-send to send notifications.
+ can detect repeated songs.
  - scrobbler
+ uses curl to submit songs to Last.fm or Libre.fm
  - stats
+ module saves song data to a sqlite database
+ supports loving, killing, rating and tagging songs, artists,
  albums and genres.
+ tracks play count of songs, artist, albums and genres.
+ implements a simple server protocol for remote clients to
  receive data.

-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (999, 'stable'), (500, 'proposed-updates'), (100, 'testing'), (1, 
'unstable')
Architecture: i386 (i686)



-- 
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/20100302185204.27145.2977.report...@proliant.untangle.com



Bug#542103: petit

2010-01-09 Thread Sebastien Delafond
Hi Carl,

are you still working on packaging petit ?

Cheers,

--Seb



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



Bug#553942: ITP: libsexp-processor-ruby -- brings all the generic sexp processing tools to ruby

2009-11-02 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond s...@debian.org


* Package name: libsexp-processor-ruby
  Version : 3.0.3
  Upstream Author : Ryan Davis (Copyright (c) 2001-2007 Ryan Davis, Zen Spider 
Software)
* URL : http://rubyforge.org/projects/parsetree
* License : MIT
  Programming Lang: Ruby
  Description : brings all the generic sexp processing tools to ruby

sexp_processor branches from ParseTree bringing all the generic sexp
processing tools with it. Sexp, SexpProcessor, Environment, etc.

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (999, 'stable'), (500, 'proposed-updates'), (100, 'testing'), (1, 
'unstable')
Architecture: i386 (i686)



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



Bug#550753: ITP: libinnate-ruby -- core web-framework part of Ramaze

2009-10-12 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond s...@debian.org

* Package name: libinnate-ruby
  Version : 2009.07
  Upstream Author : Michael Fellinger m.fellin...@gmail.com, Tadahiko Uehara 
kik...@gmail.com, Pistos gitsomegrace.5.pis...@geoshell.com, Ryan Grove 
r...@wonko.com, Andreas Karlsson andr...@proxel.se, TJ Vanderpoel 
bougy@gmail.com, Sam Carr samc...@gmail.com
* URL : http://rubyforge.org/projects/innate
* License : Ruby license
  Programming Lang: Ruby
  Description : core web-framework part of Ramaze

Innate is the core web-framework part of Ramaze and can be used
standalone, it features a small and concise code-base, extensive docs
and specs, and full integration with Rack.



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



Bug#548734: jruby

2009-09-30 Thread Sebastien Delafond
retitle 548734 ITP: jruby -- 100% pure-Java implementation of Ruby
thanks

* Package name: jruby

Moving away from having one jruby package per version.

Cheers,

--Seb




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



Bug#548734: ITP: jruby1.3 -- 100% pure-Java implementation of Ruby

2009-09-28 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond s...@debian.org

* Package name: jruby1.3
  Version : 1.3.1
  Upstream Author : The JRuby Team
* URL : http://jruby.codehaus.org/
* License : tri-license CPL/GPL/LGPL
  Programming Lang: Java
  Description : 100% pure-Java implementation of Ruby

JRuby is tightly integrated with Java to allow the embedding of the
interpreter into any Java application with full two-way access between
the Java and the Ruby code.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (501, 'testing'), (500, 'stable'), (499, 
'oldstable'), (1, 'experimental')
Architecture: i386 (i686)



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



Bug#541310: Long description

2009-08-13 Thread Sebastien Delafond
A better long description would be:

  Minbif is an IRC gateway to IM networks which provides the following features:
  * Minbif uses a library which abstracts all IM calls, and has several 
plugins to support a lot of IM protocols (IRC included!).
  * Only IRC commands are used to command Minbif.
  * Certificates check.
  * Buddies are IRC users.
  * Each account has a status channel. You see in all connected buddies, 
and their status on it.
  * Add and remove buddies from list with /INVITE and /KICK commands.
  * Blocked users are bans on the account's status channel.
  * You can see buddies' icons (with libcaca) or download them.
  * Conversation chats are supported.
  * Auto-rejoin conversation channels at connection.

Cheers,

--Seb



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



Bug#541310: Acknowledgement (ITP: minbif -- Use libraries from the Pidgin project to provide an IRC-to-other-IM-networks gateway)

2009-08-13 Thread Sebastien Delafond
The upstream author name is Romain Bignon; sorry for my poor typing
skills...

--Seb



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



Bug#541310: ITP: minbif -- Use libraries from the Pidgin project to provide an IRC-to-other-IM-networks gateway

2009-08-13 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond s...@debian.org

* Package name: minbif
  Version : 1.0alpha~git20090813
  Upstream Author : Romain Bignong rom...@peerfuse.org
* URL : http://symlink.me/projects/show/minbif
* License : GPL
  Programming Lang: C++
  Description : Use libraries from the Pidgin project to provide an 
IRC-to-other-IM-networks gateway

Use the libpurple library from the Pidgin project to provide an
IRC-to-other-IM-networks gateway, so you can use your favorite IRC
client to chat with your contacts on AIM, MSN, Jabber, Yahoo, ICQ,
etc.

-- System Information:
Debian Release: 5.0.2
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'oldstable'), (500, 'stable'), 
(1, 'unstable')
Architecture: i386 (i686)



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



Bug#523736: ITP: god -- Monitors various attributes of running processes and can start/restart/stop them under certain situations

2009-04-12 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond s...@debian.org


* Package name: god
  Version : 0.7.12
  Upstream Author : Tom Preston-Werner t...@rubyisawesome.com
* URL : http://god.rubyforge.org
* License : MIT
  Programming Lang: Ruby
  Description : Monitors various attributes of running processes and can 
start/restart/stop them under certain situations

-- System Information:
Debian Release: 5.0
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'oldstable'), (500, 'stable'), 
(1, 'unstable')
Architecture: i386 (i686)



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



Bug#522996: ITP: jruby1.2 -- 100% pure-Java implementation of Ruby

2009-04-07 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond s...@debian.org



* Package name: jruby1.2
  Version : 1.2.0
  Upstream Author : The JRuby Team
* URL : http://jruby.codehaus.org/
* License : tri-license CPL/GPL/LGPL
  Programming Lang: Java
  Description : 100% pure-Java implementation of Ruby

JRuby is tightly integrated with Java to allow the embedding of the
interpreter into any Java application with full two-way access between
the Java and the Ruby code.

-- System Information:
Debian Release: 5.0
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'oldstable'), (500, 'stable'), 
(1, 'unstable')
Architecture: i386 (i686)



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



Bug#522996: ITP: jruby1.2 -- 100% pure-Java implementation of Ruby

2009-04-07 Thread Sebastien Delafond
On Apr/07, Mike Hommey wrote:
 Why do we need jruby1.0, jruby1.1 and now jruby1.2 ?

so multiple versions of jruby can be simultaneously installed on a
system, like with python2.x, ruby1.x, etc ?

Cheers,

--Seb



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



Bug#522996: ITP: jruby1.2 -- 100% pure-Java implementation of Ruby

2009-04-07 Thread Sebastien Delafond
On Apr/07, Adeodato Simó wrote:
 The question was, rather: why would a user want to install jruby1.0 or
 jruby1.1 instead of jruby1.2? What purpose does it serve having three
 different versions in the archive instead of one, or two at most?

jruby1.0 will indeed be removed shortly from the archive, so we can move
forward without accumulating too many versions of jruby.

Cheers,

--Seb



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



Bug#522996: ITP: jruby1.2 -- 100% pure-Java implementation of Ruby

2009-04-07 Thread Sebastien Delafond
On Apr/07, Mike Hommey wrote:
 While I see why it can be needed for python, I fail to see how it is
 important for jruby...

to have 2 versions of jruby available ? I guess so you can at least, for
instance, try the new one on your existing jruby code without removing
the old one, for instance ?

Are you advocating for only one instance of jruby at all times in the
archive ? If so, why ?

Cheers,

--Seb



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



Bug#522996: ITP: jruby1.2 -- 100% pure-Java implementation of Ruby

2009-04-07 Thread Sebastien Delafond
On Apr/07, Mike Hommey wrote:
 But why a need for two versions at a time ? AFAICS, jruby 1.2 supports
 both ruby 1.8 *and* 1.9, as jruby 1.1 does, so why would jruby 1.1
 still be needed ?

As I said in my other mail, for transition reasons;
backward-compatibility is something many people like to *try* before
actually taking the leap.

Cheers,

--Seb



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



Bug#510122: ITP: icicles -- an emacs library that enhances minibuffer/input completion

2008-12-29 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond s...@debian.org

* Package name: icicles
  Version : 22.0+2008-12-27
  Upstream Author : Drew Adams drew.ad...@oracle.com
* URL : http://www.emacswiki.org/emacs/Icicles
* License : GPL
  Programming Lang: Lisp
  Description : an emacs library that enhances minibuffer completion, that 
is, input completion.

Icicles lets you do the following:
* cycle through completion candidates that match your current
  input
* use a pattern to match completion candidates, including:
  o regexp matching (including substring)
  o fuzzy matching
  o prefix matching (as in vanilla Emacs)
  o command abbreviation matching
* use multiple regexps to match candidates, chaining these filters
  together like piped 'grep' commands
* see all possible complete inputs (pertinent commands, variables,
  and so on) that match your partial or regexp input: the list is
  updated dynamically (incrementally) if you change your input
* see all previous inputs that match your partial or regexp input,
  and selectively reuse them
* match input against completion candidates that do not match a
  given regexp; that is, complement the set of matches and use the
  result for subsequent matching
* use multiple regexps to search (and replace) text across
  multiple buffers, files, or regions
* search areas of text that have a certain text property, such as
  a face
* browse Imenu or tags entries that match your partial or regexp
  input
* create and use multiple-choice menus; that is, menus where you
  can choose multiple entries any number of times
* create and use multi-commands ? commands that you can use to
  perform an action on any number of candidate inputs any number
  of times
* perform set operations (intersection, union,?) on the fly, using
  sets of completion candidates or other strings
* persistently save and later reuse sets of completion candidates
  (e.g. project file names)
* complete input piecewise, against multiple completion
  candidates, in parallel
* complete key sequences, and navigate the key-binding hierarchy
  (this includes the menu bar menu hierarchy) (see also LaCarte)
* sort completion candidates on the fly, in multiple,
  context-dependent ways

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (501, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)



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



Bug#496112: ITP: paros -- proxy for evaluating the security of web applications

2008-08-22 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond [EMAIL PROTECTED]

* Package name: paros
  Version : 3.2.13
  Upstream Author : [EMAIL PROTECTED]
* URL : http://www.parosproxy.org
* License : Clarified Artistic License
  Programming Lang: Java
  Description : proxy for evaluating the security of web applications

Paros is for people who need to evaluate the security of their web
applications. Through Paros's proxy nature, all HTTP and HTTPS data
between server and client, including cookies and form fields, can be
intercepted and modified.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#477504: Processed: tagging as pending bugs that are closed by packages in NEW

2008-05-13 Thread Sebastien Delafond
On Tue, May 13, 2008 at 09:37:33AM -0400, Peter S Galbraith wrote:
 Sorry to have been too busy to add org-mode to emacs-goodies-el.  But
 I'm sure that your package will be very popular.
 
 Looking at it now, I see that it is a large collection of files, and as
 such it is probably better packaged as it's own package anyway.

no worries at all, I also figured since it was quite big it could be
its own package.

 I have looked at http://ftp-master.debian.org/new/org-mode_6.02b-1.html
 and I do have one question: Why have you put the contrib elisp files
 under:
 
  /usr/share/org-mode/lisp/
 
 Doesn't that break Debian-emacs policy? 

ah, that's cool, I was looking forward to having an expert emacs
packager review my first attempt :)

So, do you think the contrib files should live (and be compiled) at
the same place the regular .el files are ? I wasn't sure, and since
they're not officially part of org-mode, I figured I'd put them in
/usr/share/org-mode/contrib (somehow my rules file must mess up and
put them under /usr/share/org-mode/lisp instead).

Also, does the way I handle the 2 xemacs-specific files make sense ? I
didn't put the whole distribution under /usr/share/xemacs/org-mode
again, just the 2 xemacs-specific files, but I'm not sure if doing
this is OK.

Anyway, thanks a lot for your comments so far ! Cheers,

--Seb



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#480440: ITP: libfastthread-ruby -- extension which re-implements the primitives in

2008-05-12 Thread Sebastien Delafond
On Mon, May 12, 2008 at 10:20:49AM -0500, Matt Zagrabelny wrote:
 I filed an ITP for libfastthread-ruby a couple of months ago and
 that ITP started a discussion about the serious bugs in Ruby. See
 
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=472702
 
 for a discussion about this. I came to the conclusion that we did
 not need to package up libfastthread-ruby.

I missed your ITP, and after reading the thread you pointed at, I see
there is indeed no need to package it. Thanks a lot for the heads-up !

Cheers,

--Seb



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



  1   2   >