Bug#899097: ITP: more-itertools -- More routines for operating on Python iterables, beyond itertools
Package: wnpp Severity: wishlist Owner: Edward Betts * Package name: more-itertools Version : 4.1.0-1 Upstream Author : Erik Rose * URL : https://github.com/erikrose/more-itertools * License : MIT Programming Lang: Python Description : More routines for operating on Python iterables, beyond itertools The itertool module from the Python standard library provides a number of iterator building blocks. Together, they form an "iterator algebra" making it possible to construct specialized tools succinctly and efficiently in pure Python. This module contains another 86 such functions. They cover these areas: * Grouping: yield groups of items from a source iterable * Lookahead and lookback: peek at an iterable's values without advancing it * Windowing: yield windows of items from an iterable * Augmenting: yield items from an iterable, plus additional data * Combining: combine multiple iterables * Summarizing: return summarized or aggregated data from an iterable * Selecting: yield certain items from an iterable * Combinatorics: yield combinatorial arrangements of items from iterables * Wrapping: smooth working with objects that produce or consume iterables I plan to maintain this package as part of the python modules team.
Bug#899131: O: sieve-extension
Package: wnpp Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 I intend to orphan the sieve-extension package. It is a XUL extension that implements the ManageSieve protocol for Thunderbird. I'm no longer using Thunderbird as my MUA and am therefore not able to test newer releases. There are 2 open RC bugs, but they should be fixable for someone with intermediate packaging skills. -BEGIN PGP SIGNATURE- iQFFBAEBCgAvFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAlsAUYQRHGZsYWRpQGRl Ymlhbi5vcmcACgkQ/9PIi5l90Wq3vQf/QxNIF1iZ+ILhRVqT09Hfzn64y2xbTGjO OvCNZAOV9MI0u+4JDv5sVPe3uucu2Cvl/jwnKM7KlewXmYuykjLjmTGTF0PWkkyT jyTD5JImeBqyYZGD+gJXhTgvpPKFJkoIixH7jQgDFqPGbsHMuUB3ooRE5eB6kexd LiRL7ZKpttt15ujgY6GorKNhGzNsmWEgzmolcE0RjF+wE6pTYBm2/rAsIw0brESR 4o4SC3k5nddsuobPcHGcuN4Tg2kseXZK55vkTc9Zj8tSpwIvtfsaFQagOc/lEU+d 6iR5f3eh9nBmU5ed2nW0FvjdoJqidaTSS4/igxHik513tgeoIfcD+g== =4sgr -END PGP SIGNATURE-
Bug#899136: O: imap-acl-extension
Package: wnpp Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 I intend to orphan the imap-acl-extension package. It is a XUL extension to manage ACLs on IMAP folders from within Thunderbird. I am no longer using Thunderbird as my MUA so I'm unable to test further uploads. There are no open bugs for this package. -BEGIN PGP SIGNATURE- iQFFBAEBCgAvFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAlsAZLIRHGZsYWRpQGRl Ymlhbi5vcmcACgkQ/9PIi5l90WrlwAf/doltkBETX0O9PEjgj872Dy8f2JpU4VLx CCZBuC0V3BlyLfXhepD/xR/Pqg1JfKTjZ15btwxi1Ang/yZUlKa7icUBMoQ5Pv9K t5zg2f4MBE7AaZH+Kdg6yWd2tNo6lNZejhflZRmmcgk9gSZGusmuOj/chkpzSuLL 9+tenmHHchQZbCV1XxqQCorXS4vCTSaOWHUFMNdqwv7V9nXEPCdwdfVVuzPJx/dk rjnprx3yk8xYNZBU1pj9yN4VYR91QexL1wAhVkXHXiSXKz4XHsiVj+DxGkPsOTEz AV9LwZcELsjqF2MKRHsPf9w0XIKpfuinOaPYnJ85nqV/JO2zb+O2vA== =/XNq -END PGP SIGNATURE-
Bug#899145: ITP: octave-instrument-control -- low level I/O interface for Octave
Package: wnpp Severity: wishlist Owner: Rafael Laboissière * Package name: octave-instrument-control Version : 0.3.1 Upstream Author : Andrius Sutas , Stefan Mahr , John Donoghue * URL : https://octave.sourceforge.io/instrument-control/ * License : GPL-3+ Programming Lang: C++, Octave Description : low level I/O interface for Octave This package contains Low level input/output functions for serial, i2c, parallel, tcp, gpib, vxi11 and usbtmc interfaces for use in Octave, a scientific computation software. This Octave add-on package is part of the Octave-Forge project. This package will be maintained in the realm of the Debian Octave Group. A preliminary version of the package can be built using git-buildpackage from the repository https://salsa.debian.org/pkg-octave-teamo/octave-instrument-control.git
Bug#899161: ITP: golang-github-kardianos-service -- Run go programs as a service on major platforms.
Package: wnpp Severity: wishlist Owner: Eric Dorland * Package name: golang-github-kardianos-service Version : 0.0~git20180320.615a14e-1 Upstream Author : Daniel Theophanes * URL : https://github.com/kardianos/service * License : zlib Programming Lang: Go Description : Run go programs as a service on major platforms. service will install / un-install, start / stop, and run a program as a service (daemon). Currently supports Windows XP+, Linux/(systemd | Upstart | SysV), and OSX/Launchd. . Windows controls services by setting up callbacks that is non-trivial. This is very different then other systems. This package provides the same API despite the substantial differences. It also can be used to detect how a program is called, from an interactive terminal or from a service manager.