Bug#1052319: ITP: rust-analyzer -- LSP server for Rust

2023-09-20 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 

* Package name: rust-analyzer
  Version : 0.3.1631
  Upstream Contact: Rust Analyzer Developers
* URL : https://github.com/rust-lang/rust-analyzer
* License : MIT or Apache-2.0
  Programming Lang: Rust
  Description : LSP server for Rust

rust-analyzer is an implementation of Language Server Protocol for the Rust 
programming language. It provides features like completion and goto definition 
for many code editors, including VS Code, Emacs and Vim. 



Bug#1031944: ITP: python-aioredlock -- asyncio implementation of the redlock algorithm

2023-02-25 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 

* Package name: python-aioredlock
  Version : 0.7.3
  Upstream Contact: Joan Vilà Cuñat 
* URL : https://github.com/joanvila/aioredlock
* License : MIT
  Programming Lang: Python
  Description : asyncio implementation of the redlock algorithm

This Python module provides an async implementation of the redis Redlock
algorithm, which provides a Distributed Lock Manager.



Bug#1021582: closed by Piotr Ożarowski (fixed in 1.0.4-1)

2023-02-21 Thread Jelmer Vernooij
On Tue, Feb 21, 2023 at 06:12:30PM +, Debian Bug Tracking System wrote:
> Date: Tue, 21 Feb 2023 19:10:43 +0100
> From: Piotr Ożarowski 
> To: 1021582-d...@bugs.debian.org
> Subject: fixed in 1.0.4-1
> 
> Source: pytest-aiohttp
> Source-Version: 1.0.4-1
> 
> ups, looks like I hijacked your ITP. Sorry.
> If you want to comaintain or take over this package, just update it in
> DPT repo.
> 
> I needed this package as a build dependency for another package and
> apparently didn't check WNPP close enough

No worries, all good - thanks for packaging it! Your package ended up in the
archive before I managed to do duplicate work on it.

Cheers,

Jelmer



Bug#1029966: ITP: aiojobs -- Python jobs scheduler for managing asyncio background tasks

2023-01-29 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: aiojobs
  Version : 1.1.0
  Upstream Contact: Andrew Svetlov.
* URL : https://github.com/aio-libs/aiojobs
* License : Apache2
  Programming Lang: Python
  Description : Python jobs scheduler for managing asyncio background tasks

Job scheduler for managing background tasks (asyncio) in Python

The library gives a controlled way for scheduling background tasks for asyncio 
applications.



Bug#1024788: ITP: setuptools-protobuf -- protocol buffer compilation for setuptools

2022-11-24 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 

* Package name: setuptools-protobuf
  Version : 0.1.3
  Upstream Author : Jelmer Vernooij 
* URL : https://github.com/jelmer/setuptools-protobuf
* License : Apachev2
  Programming Lang: Python
  Description : protocol buffer compilation for setuptools

 Plugin for setuptools that adds support for compiling protobuf files.
 .
 It can optionally also generate mypy interface files if mypy-protobuf is
 present.



Bug#1024450: ITP: setuptools-gettext -- Compile .po files into .mo files

2022-11-23 Thread Jelmer Vernooij
On Wed, Nov 23, 2022 at 08:09:36AM +0100, Roland Clobus wrote:
> Hello Jelmer,
> 
> On 22/11/2022 00:49, Jelmer Vernooij wrote:
> > On Mon, Nov 21, 2022 at 09:19:41PM +0100, Roland Clobus wrote:
> > > On 19/11/2022 18:20, Jelmer Vernooij wrote:
> > > > Package: wnpp
> > > > Severity: wishlist
> > > > Owner: Jelmer Vernooij 
> > > > X-Debbugs-Cc: debian-de...@lists.debian.org
> > > > 
> > > > * Package name: setuptools-gettext
> > > > Version : 0.0.1
> > > > Upstream Author : Breezy Team 
> > > > * URL : https://github.com/jelmer/setuptools-gettext
> > > > * License : GPL
> > > > Programming Lang: Python
> > > > Description : Compile .po files into .mo files
> > > > 
> > > > This extension for setuptools compiles gettext .po files
> > > > found in the source directory into .mo files and installs them.
> > > 
> > > How does this tool differ from 'msgfmt' from 'gettext'?
> > 
> > It's a wrapper around msgfmt, but making it convenient to run from 
> > setuptools.
> > I'll clarify that in the final description.
> 
> Sorry to bother you again.
> 
> Today I found the following post:
> https://www.redhat.com/sysadmin/python-subprocess-module
> 
> Wouldn't this package effectively be 'subprocess.run("msgfmt")'?
> Or would the package name 'python3-gettext' be more suitable?

It's specifically an extension to setuptools to do these things and integrate
with the python ecosystem. It's /not/ a generic module for compiling gettext
files.

For the latter, the name python3-gettext would indeed be more appropriate and
I'm not sure whether it would be more than a wrapper around subprocess.

Jelmer



Bug#1024450: ITP: setuptools-gettext -- Compile .po files into .mo files

2022-11-21 Thread Jelmer Vernooij
Hi Roland,

On Mon, Nov 21, 2022 at 09:19:41PM +0100, Roland Clobus wrote:
> On 19/11/2022 18:20, Jelmer Vernooij wrote:
> > Package: wnpp
> > Severity: wishlist
> > Owner: Jelmer Vernooij 
> > X-Debbugs-Cc: debian-de...@lists.debian.org
> > 
> > * Package name: setuptools-gettext
> >Version : 0.0.1
> >Upstream Author : Breezy Team 
> > * URL : https://github.com/jelmer/setuptools-gettext
> > * License : GPL
> >Programming Lang: Python
> >Description : Compile .po files into .mo files
> > 
> > This extension for setuptools compiles gettext .po files
> > found in the source directory into .mo files and installs them.
> 
> How does this tool differ from 'msgfmt' from 'gettext'?

It's a wrapper around msgfmt, but making it convenient to run from setuptools.
I'll clarify that in the final description.

Jelmer



Bug#1024450: ITP: setuptools-gettext -- Compile .po files into .mo files

2022-11-19 Thread Jelmer Vernooij
On Sat, Nov 19, 2022 at 06:43:01PM +0100, Niels Thykier wrote:
> Jelmer Vernooij:
> > Package: wnpp
> > Severity: wishlist
> > Owner: Jelmer Vernooij 
> > X-Debbugs-Cc: debian-de...@lists.debian.org
> > 
> > * Package name: setuptools-gettext
> >Version : 0.0.1
> >Upstream Author : Breezy Team 
> > * URL : https://github.com/jelmer/setuptools-gettext
> > * License : GPL
> >Programming Lang: Python
> >Description : Compile .po files into .mo files
> > 
> > This extension for setuptools compiles gettext .po files
> > found in the source directory into .mo files and installs them.
> > 
> 
> FYI: The upstream URL is a 404.  Maybe there is a typo or the repo is still
> private?

Ah, thanks. It's actually https://github.com/breezy-team/setuptools-gettext



Bug#1024450: ITP: setuptools-gettext -- Compile .po files into .mo files

2022-11-19 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: setuptools-gettext
  Version : 0.0.1
  Upstream Author : Breezy Team 
* URL : https://github.com/jelmer/setuptools-gettext
* License : GPL
  Programming Lang: Python
  Description : Compile .po files into .mo files

This extension for setuptools compiles gettext .po files
found in the source directory into .mo files and installs them.



Bug#1023477: ITP: libtypec -- user-space library for accessing USB-C/USB-PD metadata

2022-11-04 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: libtypec
  Version : 0.1
  Upstream Author : Rajaram Regupathy 
* URL : https://github.com/Rajaram-Regupathy/libtypec/
* License : MIT
  Programming Lang: C
  Description : User-space library for accessing USB-C/USB-PD metadata

USB-Type C and USB Power Delivery systems are with multiple specification
versions, platform designs and microcontroller vendors to manage data, power
and display.

This library defines a generic way for userspace System Software on Linux,
Android, Chrome OS or Other OSes to build developer tools or other management
applications for USB-Type C and USB Power Delivery class devices.



Bug#1021582: ITP: python3-pytest-aiohttp -- Pytest plugin for aiohttp support

2022-10-11 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: python3-pytest-aiohttp
  Version : 1.0.4
  Upstream Author : aiohttp team 
* URL : https://github.com/aio-libs/pytest-aiohttp
* License : Apache-v2
  Programming Lang: Python
  Description : Pytest plugin for aiohttp support

pytest plugin for aiohttp support

The library provides useful fixtures for creation test aiohttp server
and client.

Add asyncio_mode = auto line to pytest configuration (see pytest-
asyncio modes for details).  The plugin works with strict mode also.



Bug#1014415: ITP: dispatch -- incident management tool

2022-07-05 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: dispatch
  Version : 20220607
  Upstream Author : Netflix
* URL : https://github.com/netflix/dispatch
* License : Apachev2
  Programming Lang: Python
  Description : incident management tool

Dispatch helps effectively manage (security) incidents by deeply integrating
with existing tools used throughout an organization (Slack, GSuite, Jira,
etc.,) Dispatch is able to leverage the existing familiarity of these tools to
provide orchestration instead of introducing another tool.

This means you can let Dispatch focus on creating resources, assembling
participants, sending out notifications, tracking tasks, and assisting with
post-incident reviews; allowing you to focus on actually fixing the issue!



Bug#1010943: ITP: cri-dockerd -- a shim for Docker Engine that lets you control Docker via the Kubernetes Container Runtime Interface.

2022-05-13 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: cri-dockerd
  Version : 0.2.0
  Upstream Author : Mirantis Inc.
* URL : https://github.com/Mirantis/cri-dockerd
* License : Apachev2
  Programming Lang: Go
  Description : shim for Docker that allows controlling Docker via the 
Kubernetes CRI

This adapter provides a shim for Docker Engine that lets you control Docker via
the Kubernetes Container Runtime Interface.



Bug#1010065: ITP: swagger-ui -- Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.

2022-04-23 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: swagger-ui
  Version : 4.10.3
  Upstream Author : Name 
* URL : https://github.com/swagger-api/swagger-ui
* License : Apache-2.0
  Programming Lang: Javsscript
  Description : generate beautiful documentation from a Swagger-compliant 
API

Swagger UI allows anyone — be it your development team or your end consumers —
to visualize and interact with the API’s resources without having any of the
implementation logic in place. It’s automatically generated from your OpenAPI
(formerly known as Swagger) Specification, with the visual documentation making
it easy for back end implementation and client side consumption.



Bug#1009811: ITP: python-pcre -- Python bindings for the Perl Compatible Regex Engine

2022-04-18 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: python-pcre
  Version : 0.7
  Upstream Author : Name 
* URL : https://github.com/awahlig/python-pcre
* License : BSD-3
  Programming Lang: Python, C
  Description : Python bindings for the Perl Compatible Regex Engine

This Python module provides bindings for PCRE, useful in situations
where strict compatibility is necessary.



Bug#1009235: ITP: rust-pyo3 -- Rust bindings for the Python interpreter

2022-04-09 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: rust-pyo3
  Version : 0.16.3
  Upstream Author : Name 
* URL : https://github.com/pyo3/pyo3
* License : Apachev2
  Programming Lang: Python, Rust
  Description : Rust bindings for the Python interpreter

Rust bindings for Python, including tools for creating native Python extension
modules. Running and interacting with Python code from a Rust binary is also
supported.



Bug#1006804: ITP: janitor -- management platform for large-scale automated code improvements

2022-03-05 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 
X-Debbugs-Cc: team+jani...@tracker.debian.orgr debian-de...@lists.debian.org

* Package name: janitor
  Version : 0.1.0
  Upstream Author : Jelmer Vernooij 
* URL : https://github.com/jelmer/janitor/
* License : GPL
  Programming Lang: Python
  Description : management platform for large-scale automated code 
improvements

The Janitor is a platform for running code improvement tools on a large number
of repositories.

It takes a collection of VCS repositories and will regularly try to run a set of
specified code improvement tools on those repositories. Scheduling takes into
account tool-specific hints, past success and chances of success.

The web UI allows review and analysis of changes made.

Depending on policy set, changes are either pushed directly back to the
repository or included in a pull request (that is kept up to date).

The Janitor currently powers the Debian Janitor @ https://janitor.debian.net/.



Bug#1006561: ITP: libcst -- A concrete syntax tree parser and serializer library for Python that preserves many aspects of Python's abstract syntax tree

2022-02-27 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 

* Package name: libcst
  Version : 0.4.1
  Upstream Author : Meta, Inc.
* URL : https://github.com/instagram/libcst
* License : MIT
  Programming Lang: Python
  Description : Format-preserving AST manipulator for Python

A concrete syntax tree parser and serializer library for Python that preserves
many aspects of Python's abstract syntax tree



Bug#1006278: ITP: tokenize-rt -- A wrapper around the stdlib `tokenize` which roundtrips.

2022-02-22 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 

* Package name: python-tokenize-rt
  Version : 2.1.0
  Upstream Author : Anthony Sottile 
* URL : https://github.com/asottile/tokenize-rt
* License : MIT
  Programming Lang: Python
  Description : A wrapper around the stdlib `tokenize` which roundtrips.

Python's stdlib tokenize module does not properly roundtrip. This wrapper
around the stdlib provides two additional tokens ESCAPED_NL and UNIMPORTANT_WS,
and a Token data type. Use src_to_tokens and tokens_to_src to roundtrip.

This library is useful for writing a refactoring tool based on the python
tokenization.



Bug#1003062: ITP: aiohttp-openmetrics -- openmetrics integration for aiohttp

2022-01-03 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 

* Package name: aiohttp-openmetrics
  Version : 0.0.3
  Upstream Author : Jelmer Vernooij 
* URL : https://github.com/jelmer/aiohttp-openmetrics
* License : Apachev2+
  Programming Lang: Python
  Description : openmetrics integration for aiohttp

Library that provides a standard /metrics target for aiohttp
applications, as well as a set of standard metrics.



Bug#1003054: ITP: wikkid -- VCS-backed Wiki

2022-01-03 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 

* Package name: wikkid
  Version : 0.0.3
  Upstream Author : Wikkid Developers
* URL : https://github.com/wikkid-team/wikkid
* License : AGPLv3
  Programming Lang: Python
  Description : VCS-backed Wiki

Wikkid is a wiki that uses Git or Bazaar as a way to store the content.



Bug#999850: ITP: maturin -- Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages.

2021-11-17 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: maturin
  Version : 0.11.5
  Upstream Author : konstin 
* URL : https://github.com/pyo3/maturin
* License : Apache2
  Programming Lang: Python, Rust
  Description : Easy publishing of pyo3/cpython/cffi rust crates and Python 
packages

Build and publish crates with pyo3, rust-cpython and cffi bindings as well as
rust binaries as python packages.

This project is meant as a zero configuration replacement for setuptools-rust
and milksnake. It supports building wheels for python 3.5+ on windows, linux,
mac and freebsd, can upload them to pypi and has basic pypy support.



Bug#992464: ITP: python-fastbencode -- Fast implementation of bencode serializer/deserializer

2021-08-18 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 
X-Debbugs-Cc: debian-de...@lists.debian.org, gzl...@googlemail.com

* Package name: python-fastbencode
  Version : 0.0.4
  Upstream Author : Breezy Developers
* URL : http://github.com/breezy-team/fastbencode
* License : GPL
  Programming Lang: Python/C/Cython
  Description : Fast implementation of bencode serializer/deserializer

A fast (C/Cython-based) implementation of the bencode serialization
mechanism used by e.g. BitTorrent.

This is a new dependency for Breezy.



Bug#990941: ITP: zipkin -- Distributed tracing system

2021-07-11 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: zipkin
  Version : 2.22.1
  Upstream Author : Zipkin Team
* URL : http://www.zipkin.org/
* License : Apache
  Programming Lang: Java
  Description : Distributed tracing system

Zipkin is a distributed tracing system. It helps gather timing data needed to
troubleshoot latency problems in service architectures. Features include both
the collection and lookup of this data.

If you have a trace ID in a log file, you can jump directly to it. Otherwise,
you can query based on attributes such as service, operation name, tags and
duration. Some interesting data will be summarized for you, such as the
percentage of time spent in a service, and whether or not operations failed.



Bug#988666: ITP: aiozipkin -- Distributed tracing instrumentation for asyncio application with zipkin

2021-05-17 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: aiozipkin
  Version : 1.1.0
  Upstream Author : Nikolay Novik 
* URL : https://github.com/aio-libs/aiozipkin
* License : (GPL, LGPL, BSD, MIT/X, etc.)
  Programming Lang: (C, C++, C#, Perl, Python, etc.)
  Description : Distributed tracing instrumentation for asyncio application 
with zipkin

aiozipkin is Python 3.6+ module that adds distributed tracing capabilities
from asyncio_ applications with zipkin (http://zipkin.io) server 
instrumentation.

zipkin_ is a distributed tracing system. It helps gather timing data needed
to troubleshoot latency problems in microservice architectures. It manages
both the collection and lookup of this data. Zipkin’s design is based on
the Google Dapper paper.

Applications are instrumented with  aiozipkin report timing data to zipkin.
The Zipkin UI also presents a Dependency diagram showing how many traced
requests went through each application. If you are troubleshooting latency
problems or errors, you can filter or sort all traces based on the
application, length of trace, annotation, or timestamp.



Bug#987544: RFP: envoyproxy -- high performance C++ distributed proxy designed for single services and applications

2021-04-25 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: envoyproxy
  Version : 1.18.2
  Upstream Author : Envoy Project Authors
* URL : http://envoyproxy.io/
* License : Apachev2
  Programming Lang: C++
  Description : high performance C++ distributed proxy designed for single 
services and applications

Envoy is an L7 proxy and communication bus designed for large modern service
oriented architectures.

Envoy is a self contained process that is designed to run alongside every
application server. All of the Envoys form a transparent communication mesh in
which each application sends and receives messages to and from localhost and is
unaware of the network topology.

I'm interested in helping out with packaging envoyproxy, but am not
sure if I have the bandwidth to do so myself. I'm filing this RFP primarily
as a way to track status.

See also https://www.envoyproxy.io/docs/envoy/latest/intro/what_is_envoy



Bug#986751: ITP: python-apispec -- pluggable API specification generator

2021-04-11 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 
X-Debbugs-Cc: debian-de...@lists.debian.org, de...@kali.org

* Package name: python-apispec
  Version : 3.3.1
* URL : https://github.com/marshmallow-code/apispec
* License : MIT
  Programming Lang: Python
  Description : pluggable API specification generator

 This package contains a pluggable API specification generator. It currently
supports the OpenAPI Specification (f.k.a. the Swagger specification).  The
features are:
  - Supports the OpenAPI Specification (versions 2 and 3)
  - Framework-agnostic
  - Built-in support for marshmallow
  - Utilities for parsing docstrings

(this is already packaged in kali at 
https://gitlab.com/kalilinux/packages/apispec, I will base the package on 
theirs)



Bug#986750: ITP: python-webargs -- Python library for parsing and validating HTTP request arguments

2021-04-11 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 
X-Debbugs-Cc: debian-de...@lists.debian.org, de...@kali.org

* Package name: python-webargs
  Version : 7.0.1
* URL : https://github.com/sloria/webargs
* License : MIT
  Programming Lang: Python
  Description : Python library for parsing and validating HTTP request 
arguments

 This package contains a Python library for parsing and validating HTTP request 
 arguments, with built-in support for popular web frameworks, including Flask,  
Django, Bottle, Tornado, Pyramid, webapp2, Falcon, and aiohttp.

(Already packaged in Kali, I will be basing this on their packaging -
https://gitlab.com/kalilinux/packages/python-webargs)



Bug#986641: ITP: aiohttp-aiospec -- swagger extension for aiohttp

2021-04-08 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: aiohttp-aiospec
  Version : 2.2.1
  Upstream Author : Danilchenko Maksim
* URL : https://github.com/maximdanilchenko/aiohttp-apispec
* License : MIT
  Programming Lang: Python
  Description : swagger extension for aiohttp

Build and document REST APIs with aiohttp and apispec



Bug#984626: ITP: python-tr -- implementation of the tr algorithm

2021-03-05 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: python-tr
  Version : 0.1.2
  Upstream Author : Yukino Ikegami
* URL : https://pypi.org/project/python-tr/
* License : MIT
  Programming Lang: Python
  Description : implementation of the tr algorithm

This module is a Python implementation of the tr algorithm.

tr(string1, string2, source, option=’’)

If not given option, then replace all characters in string1 with the character
in the same position in string2.



Bug#983809: ITP: pyahocorasick -- Aho-Corasick string search algorithm

2021-03-01 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: pyahocorasick
  Version : 1.4.1
  Upstream Author : Wojciech Muła 
* URL : https://github.com/WojciechMula/pyahocorasick/
* License : BSD-3-Clause
  Programming Lang: C, Python
  Description : Aho-Corasick string search algorithm

pyahocorasick is a fast and memory efficient library for exact or approximate
multi-pattern string search meaning that you can find multiple key strings
occurrences at once in some input text. The library provides an ahocorasick
Python module that you can use as a plain dict-like Trie or convert a Trie to
an automaton for efficient Aho-Corasick search.

This is a dependency of scancode.



Bug#983742: ITP: boolean.py -- boolean algebra library for Python

2021-02-28 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: boolean.py
  Version : 3.8
  Upstream Author : 
* URL : https://github.com/bastikr/boolean.py
* License : BSD-2-clause
  Programming Lang: Python
  Description : boolean algebra library for Python

"boolean.py" is a small library implementing a boolean algebra. It defines two
base elements, TRUE and FALSE, and a Symbol class that can take on one of these
two values. Calculations are done in terms of AND, OR and NOT - other
compositions like XOR and NAND are not implemented but can be emulated with AND
or and NOT. Expressions are constructed from parsed strings or in Python.

This is a dependency for the license-expression module.



Bug#983741: ITP: license-expression -- parse, compare, ' 'simplify and normalize license expressions (such as SPDX license ' 'expressions) using boolean logic.

2021-02-28 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: license-expression
  Version : 1.2
  Upstream Author : 
* URL : https://github.com/nexb/license-expression
* License : Apache-2.0
  Programming Lang: Python
  Description : parse and manipulate SPDX license expressions

license-expression is a small utility library to parse, compare, simplify and
normalize license expressions (e.g. SPDX license expressions) using boolean
logic such as: GPL-2.0 or later WITH Classpath Exception AND MIT.

See also for details:
https://spdx.org/sites/cpstandard/files/pages/files/spdxversion2.1.pdf#page=95=auto

(this is a dependency for scancode-toolkit)



Bug#983711: ITP: saneyaml -- PyYaml wrapper with sane behaviour to read and write readable YAML safely

2021-02-28 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 

* Package name: saneyaml
  Version : 0.3
  Upstream Author : Philippe Ombredanne
* URL : https://github.com/nexB/saneyaml
* License : Apache-2.0
  Programming Lang: Python
  Description : PyYaml wrapper with sane behaviour to read and write 
readable YAML safely

This micro library is a PyYaml wrapper with sane behaviour to read and write
readable YAML safely, typically when used with configuration files.

With saneyaml you can dump readable and clean YAML and load safely any YAML
preserving ordering and avoiding surprises of type conversions by loading
everything except booleans as strings. Optionally you can check for duplicated
map keys when loading YAML.

This is a dependency for scancode-toolkit.



Bug#983699: ITP: python-commoncode -- set of common functions and utilities for handling various things like paths, dates, files and hashes

2021-02-28 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 

* Package name: python-commoncode
  Version : 21.1.21
  Upstream Author : Philippe Ombredanne
* URL : https://github.com/nexB/commoncode
* License : Apache-2.0
  Programming Lang: Python
  Description : set of common  functions and utilities for handling various 
things like paths, dates, files and hashes

Commoncode provides a set of common functions and utilities for handling 
various things like paths, dates, files and hashes. It started as library in 
scancode-toolkit. Visit https://aboutcode.org and https://github.com/nexB/ for 
support and download.

It is a dependency for scancode-toolkit



Bug#983640: ITP: scancode-toolkit -- detects licenses, copyrights, package manifests & dependencies and more by scanning code

2021-02-27 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 

* Package name: scancode-toolkit
  Version : 0.0.1
* URL : https://github.com/nexB/scancode-toolkit
* License : Apache-2.0, some CC-BY-4.0
  Programming Lang: Python
  Description : detects licenses, copyrights, package manifests & 
dependencies and more by scanning code

A typical software project often reuses hundreds of third-party packages.
License and origin information is not always easy to find and not normalized:
ScanCode discovers and normalizes this data.



Bug#982271: ITP: buildlog-consultant -- builg log parser and analyser

2021-02-07 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: buildlog-consultant
  Version : 0.0.1
  Upstream Author : Jelmer Vernooij 
* URL : https://github.com/jelmer/buildlog-consultant
* License : GPL
  Programming Lang: Python
  Description : build log parser and analyser

buildlog-consultant can parse build logs and highlight and extract
the key error lines. This can be used to display a snippet from a build
log with the actual problem.

This functionality is factored out from debian-janitor, and a dependency
for ognibuild.



Bug#979464: ITP: qbrz -- Qt frontend for breezy

2021-01-06 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 
X-Debbugs-Cc: debian-de...@lists.debian.org, breezy-c...@googlegroups.com

* Package name: qbrz
  Version : 0.1
  Upstream Author : RJL situp  and qbzr authors
* URL : https://launchpad.net/qbrz
* License : GPL
  Programming Lang: PYthon
  Description : Qt frontend for breezy

QBrz is a cross platform, Qt-based front-end for Breezy, providing GUI
applications for many core breezy commands. In addition, it provides several
special dialogs and helper commands. Equivalents for core breezy commands have
the same names as CLI commands but with a prefix of "q".



Bug#978081: ITP: setuptools-rust -- support for packaging rust extensions using setuptools

2020-12-25 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: setuptools-rust
  Version : 0.11.6
  Upstream Author : Nikolay Kim 
* URL : https://github.com/PyO3/setuptools-rust
* License : MIT
  Programming Lang: Python
  Description : setuptools plugin for Rust extensions

Setuptools helpers for rust Python extensions implemented with PyO3 and 
rust-cpython.

Compile and distribute Python extensions written in rust as easily as if they 
were written in C.



Bug#976893: ITP: upstream-ontologist -- discover information about upstream software projects

2020-12-08 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 
X-Debbugs-Cc: debian-de...@lists.debian.org, gathers information about the 
upstream part of a package

* Package name: upstream-ontologist
  Version : 0.1
  Upstream Author : Jelmer Vernooij 
* URL : https://github.com/jelmer/upstream-ontologist
* License : GPL
  Programming Lang: Python
  Description : discover information about upstream software projects

The upstream ontologist gathers information about the upstream part of a
software package, by introspecting various common data files,
such as cargo files, setup.py files or dist.ini files.

(this is code currently included in lintian-brush, but being factored out)



Bug#976000: ITP: erbium -- Network services for small/home networks

2020-11-27 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 
X-Debbugs-Cc: debian-de...@lists.debian.org, g...@isomer.meta.net.nz

* Package name: erbium
  Version : 0.2.4
  Upstream Author : Perry Lorier 
* URL : https://github.com/isomer/erbium
* License : Apache-2.0
  Programming Lang: Rust
  Description : Network services for small/home networks

Erbium provides networking services with sensible defaults for use on
small/home networks. It currently supports DHCP and DNS.



Bug#963511: ITP: prometheus-tplink-plug-exporter -- Prometheus exporter for TP-Link Smart plug metrics

2020-06-22 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 

* Package name: prometheus-tplink-plug-exporter
  Version : 0.2.0
  Upstream Author : fffonion 
* URL : https://github.com/fffonion/tplink-plug-exporter
* License : BSD-2
  Programming Lang: Go
  Description : Prometheus exporter for TP-Link Smart plug metrics

Prometheus exporter for TP-Link Smart Plugs that provide power measurements.



Bug#961898: RFP: mypy-protobuf -- Generate mypy stub files from protobuf specs

2020-05-30 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist

* Package name: mypy-protobuf
  Version : 1.13
  Upstream Author : Dropbox
* URL : https://github.com/dropbox/mypy-protobuf
* License : Apache-2
  Programming Lang: Python
  Description : Generate mypy stub files from protobuf specs

mypy-protobuf can generate mypy stubs from protobuf specifications,
removing the need to manually specify the types.



Bug#955998: ITP: python-merge3 -- Python implementation of 3-way merge

2020-04-05 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 

* Package name: python-merge3
  Version : 0.0.2
  Upstream Author : Canonical Ltd
* URL : https://github.com/breezy-team/merge3
* License : GPL
  Programming Lang: Python
  Description : Python implementation of 3-way merge

 A Python implementation of 3-way merge of texts.
 .
 Given BASE, OTHER, THIS, tries to produce a combined text
 incorporating the changes from both BASE->OTHER and BASE->THIS.
 All three will typically be sequences of lines.



Bug#955748: ITP: pydle -- An IRCv3-compliant Python 3 IRC library

2020-04-04 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 

* Package name: pydle
  Version : 0.9.3
  Upstream Author : Shiz 
* URL : https://github.com/Shizmob/pydle
* License : BSD
  Programming Lang: Python
  Description : An IRCv3-compliant Python 3 IRC library

Based on RFC1459 with some small extension tweaks, with full support of 
optional extension standards:

TLS
CTCP
(coming soon) DCC and extensions
ISUPPORT/PROTOCTL
IRCv3.1 (full)
IRCv3.2 (base complete, most optional extensions)
IRCv3.3 (base in progress)

Asynchronous: IRC is an asynchronous protocol and so should be a library that
implements it. Coroutines are used to process events from the server
asynchronously.
Modularised and extensible: Features on top of RFC1459 are implemented as
separate modules for a user to pick and choose, and write their own. Broad
features are written to be as extensible as possible.



Bug#935414: ITP: breezy-loom -- Focused patch plugin support for Bazaar branches in Breezy

2019-08-22 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 

* Package name: breezy-loom
  Version : 3.0.0
  Upstream Author : brz-loom developers
* URL : https://launchpad.net/brz-loom
* License : GPL
  Programming Lang: Python
  Description : Focused patch plugin support for Bazaar branches in Breezy
 Loom is a Breezy plugin to assist in developing focused patches. It adds a
 'loom' to a Bazaar branch.
 .
 A loom allows the development of multiple patches at once, while still giving
 each patch a branch of its own.

(This is a port of brz-loom to Breezy)



Bug#927070: ITP: ledger2beancount -- Convert Ledger-based textual ledgers to Beancount ones

2019-04-14 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 

* Package name: ledger2beancount
  Version : 1.6
  Upstream Author : Stefano Zacchiroli 
Martin Michlmayr 
* URL : https://github.com/zacchiro/ledger2beancount
* License : GPLv3
  Programming Lang: Perl
  Description : Convert Ledger-based textual ledgers to Beancount ones

A script to automatically convert Ledger-based textual ledgers to Beancount
ones.

Conversion is based on (concrete) syntax, so that information that is not
meaningful for accounting reasons but still valuable (e.g., comments,
formatting, etc.) can be preserved.



Bug#923618: ITP: patiencediff -- Python implementation of the patiencediff algorithm

2019-03-02 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 

* Package name: patiencediff
  Version : 0.0.3
  Upstream Author : Breezy Developers
* URL : https://github.com/breezy-team
* License : GPL
  Programming Lang: Python
  Description : Python implementation of the patiencediff algorithm

 This package provides a Python implementation of the ``patiencediff`` 
algorithm, as
 `first described <https://bramcohen.livejournal.com/73318.html>`_ by Bram 
Cohen.

 Like Python's ``difflib``, this module provides both a convience 
``unified_diff``
 function for the generation of unified diffs of text files
 as well as a SequenceMatcher that can be used on arbitrary lists.

 (This will be a dependency for Breezy)



Bug#921302: ITP: silver-platter -- automatic merge proposal creator

2019-02-03 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 

* Package name: silver-platter
  Version : 0.1
  Upstream Author : Jelmer Vernooij 
* URL : https://jelmer.uk/code/silver-platter
* License : GPL
  Programming Lang: Python
  Description : automatic merge proposal creator

Silver-Platter makes it possible to contribute automatable changes to source
code in a version control system, either by directly pushing changes or
creating merge proposals.



Bug#916540: ITP: prometheus-xmpp-alerts -- web hook that forwards prometheus alerts over XMPP

2018-12-15 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 

* Package name: prometheus-xmpp-alerts
  Version : 0.1
  Upstream Author : Jelmer Vernooij 
* URL : https://github.com/jelmer/prometheus-xmpp-alerts
* License : apachev2
  Programming Lang: Python 
  Description : web hook that forwards prometheus alerts over XMPP

 This package provides a web hook for the prometheus alertmanager
 that can deliver alerts from prometheus over XMPP (Jabber).



Bug#914464: ITP: python-milksnake -- A setuptools/wheel/cffi extension to embed a binary data in wheels

2018-11-23 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 

* Package name: python-milksnake
  Version : 0.1.5
  Upstream Author : Armin Ronacher 
* URL : https://github.com/getsentry/milksnake
* License : Apache
  Programming Lang: Python, Rust
  Description : A setuptools/wheel/cffi extension to embed a binary data in 
wheels

Milksnake is an extension for setuptools that allows distributing dynamic
linked libraries in Python wheels in the most portable way imaginable.

It gives you a hook to invoke your own build process and to then take the
resulting dynamic linked library.

(This is a new dependency for vdirsyncer)



Bug#911486: ITP: loggerhead-breezy -- Web viewer for Breezy

2018-10-20 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 

* Package name: loggerhead-breezy
  Version : 1.20.0
  Upstream Author : Loggerhead Developers
* URL : https://launchpad.net/loggerhead-breezy
* License : GPL
  Programming Lang: Python
  Description : Web viewer for Breezy

 This is a web viewer for projects in the Breezy version control system.
 It can be used to navigate a branch history, annotate files, view patches and
 perform searches.
 .
 This is a friendly fork of the Loggerhead package, modified to work with
 Breezy and ported to Python 3.



Bug#911453: ITP: python3-simpletal -- Simple TAL, TALES and METAL implementation

2018-10-20 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij 

* Package name: python3-simpletal
  Version : 5.2.0
  Upstream Author : Colin Stewart
* URL : http://www.example.org/
* License : BSD-3
  Programming Lang: Python
  Description : Simple TAL, TALES and METAL implementation

SimpleTAL is a reimplementation of the ZOPE TAL (Template Attribute Language),
TALES (TAL Expression Syntax) and METAL (Macro Expansion for TAL) languages.
More information and specifications of these languages is available at
http://www.zope.org/Wikis/DevSite/Projects/ZPT/FrontPage .

This package is for the newer releases of SimpleTAL, which only work with
Python 3.



Bug#898624: ITP: python-flask-oauth -- OAuth extension for Flask

2018-05-14 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij <jel...@debian.org>

* Package name: python-flask-oauthlib
  Version : 0.9.4
  Upstream Author : Hsiaoming Yang <m...@lepture.com>
* URL : https://flask-oauthlib.readthedocs.io/en/latest/
* License : BSD
  Programming Lang: Python
  Description : OAuth extension for Flask

Flask-OAuthlib is designed to be a replacement for Flask-OAuth. It depends on
oauthlib.

The client part of Flask-OAuthlib shares the same API as Flask-OAuth, which is
pretty and simple.

Features

* Support for OAuth 1.0a, 1.0, 1.1, OAuth2 client
* Friendly API (same as Flask-OAuth)
* Direct integration with Flask
* Basic support for remote method invocation of RESTful APIs
* Support OAuth1 provider with HMAC and RSA signature
* Support OAuth2 provider with Bearer token

(Dependency for realms-wiki)



Bug#898623: ITP: python3-flask-assets -- Flask webassets integration.

2018-05-14 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij <jel...@debian.org>

* Package name: python3-flask-assets
  Version : 0.12
  Upstream Author : Michael Elsdörfer
* URL : https://github.com/miracle2k/flask-assets
* License : BSD-2
  Programming Lang: Python
  Description : Flask webassets integration.

Flask-Assets provides integration of webassets into Flask applications.

(This is a dependency for realms-wiki)



Bug#898029: RFP: python-ghdiff -- Generate unified diffs with Github-style HTML/CSS.

2018-05-05 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist

* Package name: python-ghdiff
  Upstream Author : Patrick Strawderman 
* URL : https://github.com/kilink/ghdiff
* License : MIT
  Programming Lang: Python
  Description : Generate unified diffs with Github-style HTML/CSS.

Python module that can generate Github-style HTML for unified diffs



Bug#898028: RFP: python-flask-assets -- Flask webassets integration.

2018-05-05 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist

* Package name: python-flask-assets
  Upstream Author : Michael Elsdoerfer 
* URL : https://flask-assets.readthedocs.io/
* License : BSD-2
  Programming Lang: Python
  Description : Flask webassets integration

Integrates the webassets library with Flask, adding support for merging, 
minifying and compiling CSS and Javascript files.



Bug#898027: RFP: python-flask-cache -- Adds cache support to your Flask application

2018-05-05 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist

* Package name: python-flask-cache
  Upstream Author : Thadeus Burgess 
* URL : https://github.com/thadeusb/flask-cache
* License : BSD
  Programming Lang: Python
  Description : Adds cache support to your Flask application

Simple extension for flask that adds caching support.



Bug#895760: RFP: realms-wiki -- Featureful Git-based wiki inspired by Gollum

2018-04-15 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist

* Package name: realms-wiki
  Version : 0.9.3
  Upstream Author : Matthew Scragg
* URL : http://www.realms.io/
* License : GPLv2
  Programming Lang: Python
  Description : Featureful Git-based wiki inspired by Gollum

Git based wiki written in Python. Features include:

- Built with Bootstrap 3.
- Markdown (w/ HTML Support).
- Syntax highlighting (Ace Editor).
- Live preview.
- Collaboration (TogetherJS / Firepad).
- Drafts saved to local storage.
- Handlebars for templates and logic.



Bug#863744: ITP: breezy -- easy to use distributed version control system

2017-05-30 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij <jel...@debian.org>

* Package name: breezy
  Version : 3.0.0
  Upstream Author : Martin <gzl...@googlemail.com>
Jelmer Vernooij <jel...@jelmer.uk>
Bazaar Developers <baz...@lists.canonical.com>
* URL : https://launchpad.net/brz
* License : GPL
  Programming Lang: Python
  Description : easy to use distributed version control system

 Breezy is a distributed version control system designed to be easy to
 use and intuitive, able to adapt to many workflows, reliable, and
 easily extendable.
 .
 Breezy is a fork of the Bazaar version control system, aimed to run
 with Python 3 and bundle most core plugins.



Bug#854749: ITP: prometheus-bind-exporter -- Prometheus exporter for BIND

2017-02-09 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij <jel...@debian.org>

* Package name: prometheus-bind-exporter
  Upstream Author : Matthew Kanwisher <m...@kanwisher.com> et al.
* URL : https://github.com/digitalocean/bind_exporter
* License : Apachev2
  Programming Lang: Go
  Description : Prometheus exporter for BIND

This is a prometheus exporter that connects to a bind statistics channel and
re-exports the statistics as a Prometheus /metrics page.



Bug#854630: ITP: prometheus-apache-exporter -- Prometheus exporter for Apache

2017-02-08 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij <jel...@debian.org>

* Package name: prometheus-apache-exporter
  Upstream Author : Ruslan Islamgaliev <neez...@gmail.com>
* URL : https://github.com/neezgee/apache_exporter
* License : MIT
  Programming Lang: Go
  Description : Prometheus exporter for Apache

This server reads Apache mod_status statistics and exports them via HTTP for
consumption by Prometheus.



Bug#849325: RFH: heimdal

2016-12-25 Thread Jelmer Vernooij
Package: wnpp
Severity: normal

Heimdal is a free implementation of Kerberos 5 that aims to be
compatible with MIT Kerberos.

It's just released its first major release in five years following a resurge in
upstream activity.

There are two maintainers in Debian (Brian May and myself), but we're quite
time constrained. It would be great to have some help dealing with the current
backlog in bugs and keeping up with more upstream releases.



Bug#848879: RFH: qbzr

2016-12-20 Thread Jelmer Vernooij
Package: wnpp
Severity: normal

The Bazaar packaging team is fairly understaffed. It would be great if somebody
who uses qbzr could help out maintaining its packaging.

In particular, the testsuite needs some debugging - it's currently disabled
because it occasionally segfaults.



Bug#713004: Sponsoring

2016-10-13 Thread Jelmer Vernooij
On Thu, Oct 13, 2016 at 03:17:23PM +0200, Bernhard Schmidt wrote:
> Control: retitle -1 ITA: ndisc6 -- IPv6 diagnostic tools
> 
> On Fri, Apr 25, 2014 at 12:38:19AM +0200, Jelmer Vernooij wrote:
> 
> Hi Jelmer, hi Spencer,
> 
> > On Wed, Apr 23, 2014 at 07:38:48PM -0700, n...@cat.pdx.edu wrote:
> > > Yes. My account name is nibalizer-guest on alioth. I think I am still
> > > waiting on approval. How do I get a git repository?
> > I've uploaded a git repository here, which updates the package to
> > 1.0.2 and adds us as maintainers:
> > git+ssh://git.debian.org/git/collab-maint/ndisc6.git
> > 
> > You should be able to join the collab-maint team on the alioth page,
> > see the "Request to join" link on 
> > https://alioth.debian.org/projects/collab-maint/
> 
> The package is still up for adoption, any news here?
> 
> If I don't hear from you I'll take over the package next week,
> incorporate the uploads that have accumulated in the meantime and do a
> force-push of the repo to show the actual content. Then I'll upgrade to
> 1.0.3 and current dh9.
> 
> Of course anyone is invited to help. Feel free to push changes to the
> repo and do uploads yourself at any time.
I don't have enough time to take this package over by myself, and jhaven't
heard back anything from Spencer. Thanks for taking over.

Jelmer



Bug#814382: RFH: samba -- SMB/CIFS file, print, and login server for Unix

2016-02-10 Thread Jelmer Vernooij
Package: wnpp
Severity: normal

I request assistance with maintaining the samba package.

The package description is:
 Samba is an implementation of the SMB/CIFS protocol for Unix systems,
 providing support for cross-platform file and printer sharing with
 Microsoft Windows, OS X, and other Unix systems.  Samba can also function
 as an NT4-style domain controller, and can integrate with both NT4 domains
 and Active Directory realms as a member server.



Bug#807449: ITP: klaus -- simple easy-to-set-up Git web viewer

2015-12-08 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij <jel...@debian.org>

* Package name: klaus
  Version : 0.7.1
  Upstream Author : Jonas Haag <jo...@lophus.org>
* URL : https://github.com/jonashaag/klaus
* License : MIT
  Programming Lang: Python
  Description : simple easy-to-set-up Git web viewer

Klaus is a simple web viewer for Git repositories, which
can display history, tree contents and file contents (including syntax
highlighting).

It also allows retrieval of archive contents as well as pulling
and pushing repositories using the Git smart server protocol.



Bug#802925: ITP: python-etcd -- Python client for etcd

2015-10-25 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij <jel...@debian.org>

* Package name: python-etcd
  Version : 0.4.2
  Upstream Author : Jose Plana Mario, Giuseppe Lavagetto
* URL : http://github.com/jplana/python-etcd
* License : MIT
  Programming Lang: Python
  Description : Python client for etcd

Python client for modifying and inspecting data in etcd.



Bug#784938: RFH/RFA: openchange

2015-05-10 Thread Jelmer Vernooij
Package: wnpp
Severity: normal

+CC: openchange-devel
+CC: dekkers, who maintains sogo, which depends on openchange for the
  sogo-openchange plugin
+CC: pkg-evolution, the team that maintains evolution-mapi, which depends
  on openchange

I'm gradually moving on to other projects in Debian. The openchange
package is in name maintained by the Samba packaging team, but in
practice I'm the only one who has contributed to it.

The client side code works, but the server still needs a lot of
polishing. Several of the recommended components (ncacn_http server side
support, free/busy, etc) also haven't been packaged yet.

I'll keep an eye on the package from now, but it would be nice if
somebody else could take over.

Jelmer


-- 
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/20150510184802.24722.31277.reportbug@localhost



Bug#784818: ITP: golang-codegangsta-cli -- A small package for building command line apps in Go

2015-05-10 Thread Jelmer Vernooij
Hi Tim!

On Sat, May 09, 2015 at 05:42:46PM +1000, Tim Potter wrote:
 Package: wnpp
 Severity: wishlist
 Owner: Tim Potter t...@hp.com
 
 * Package name: golang-codegangsta-cli
   Version : 1.2.0
   Upstream Author : Jeremy Saenz
 * URL : https://github.com/codegangsta/cli
 * License : MIT
   Programming Lang: Go
   Description : Small package for building command line apps in Go
 
 cli.go is simple, fast, and fun package for building command line
 apps in Go. The goal is to enable developers to write fast and
 distributable command line applications in an expressive way.

This package is already packaged in Debian, see:

https://packages.qa.debian.org/g/golang-codegangsta-cli.html
https://packages.debian.org/sid/golang-codegangsta-cli-dev

Cheers,

Jelmer


signature.asc
Description: Digital signature


Bug#784818: ITP: golang-codegangsta-cli -- A small package for building command line apps in Go

2015-05-10 Thread Jelmer Vernooij
Hi Tim!

On Sat, May 09, 2015 at 05:42:46PM +1000, Tim Potter wrote:
 Package: wnpp
 Severity: wishlist
 Owner: Tim Potter t...@hp.com
 
 * Package name: golang-codegangsta-cli
   Version : 1.2.0
   Upstream Author : Jeremy Saenz
 * URL : https://github.com/codegangsta/cli
 * License : MIT
   Programming Lang: Go
   Description : Small package for building command line apps in Go
 
 cli.go is simple, fast, and fun package for building command line
 apps in Go. The goal is to enable developers to write fast and
 distributable command line applications in an expressive way.

This package is already packaged in Debian, see:

https://packages.qa.debian.org/g/golang-codegangsta-cli.html
https://packages.debian.org/sid/golang-codegangsta-cli-dev

Cheers,

Jelmer


signature.asc
Description: Digital signature


Bug#782374: RFA: uid-wrapper -- UID wrapper library

2015-04-11 Thread Jelmer Vernooij
Package: wnpp
Severity: normal

I request an adopter for the uid-wrapper package.

The package description is:
 This is a wrapper for the user, group and hosts NSS API that can
 simulate uid switching as a regular user. This is useful for
 testsuites that run as a regular user but need to test
 priveleged functions.
 .
 It works as a preload library, which overrides various
 system functions.


-- 
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/20150411082149.15040.21123.reportbug@localhost



Bug#769724: Sponsorship

2015-04-05 Thread Jelmer Vernooij
Hi Hugo,

Yes, I'd be happy to sponsor.

Jelmer


signature.asc
Description: Digital signature


Bug#780963: ITP: skydns -- DNS service discovery for etcd

2015-03-22 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij jel...@debian.org

* Package name: skydns
  Version : 2.0.1
  Upstream Author : Erik St. Martin, Brian Ketelsen, Miek Gieben, Michael Crosby
* URL : http://github.com/skynetservices/skydns
* License : MIT
  Programming Lang: Go
  Description : DNS service discovery for etcd

SkyDNS is a distributed service for announcement and discovery of
services built on top of etcd. It utilizes DNS queries
to discover available services. This is done by leveraging SRV records
in DNS, with special meaning given to subdomains, priorities and weights.


-- 
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/20150322142703.385.27317.reportbug@localhost



Bug#780963: Changing to RFP

2015-03-22 Thread Jelmer Vernooij
Unfortunately it looks like there are still quite a few dependencies
of skydns that are not packaged in Debian, so I'm giving up for now.

Work so far is at git://git.debian.org/pkg-go/packages/skydns.git


signature.asc
Description: Digital signature


Bug#753975: State of Kallithea for Debian?

2015-03-10 Thread Jelmer Vernooij
I am no longer working on packaging kallithea. Andrew?

On 10 March 2015 11:37:06 am GMT+00:00, W. Martin Borgert 
deba...@debian.org wrote:
Any news on kallithea packaging? Is pylons still the blocker? TIA!


Bug#753975: State of Kallithea for Debian?

2015-03-10 Thread Jelmer Vernooij
On Tue, Mar 10, 2015 at 01:35:48PM +0100, Andrew Shadura wrote:
 Hello everyone,
 
 On 10 March 2015 at 13:14, Jelmer Vernooij jel...@debian.org wrote:
  On 10 March 2015 11:37:06 am GMT+00:00, W. Martin Borgert
  deba...@debian.org wrote:
  Any news on kallithea packaging? Is pylons still the blocker? TIA!
  I am no longer working on packaging kallithea. Andrew?
 
 Jelmer, are you not planning to return to this? That would be sad :(

No, I'm not planning on returning to this - I gave up on contributing to
Kallithea a while ago, and packaging it should involve some work upstream to
make it work with the Python module versions packaged in Debian.

If you're not working on it either, then we should probably retitle it back to
a RFP.

Jelmer


-- 
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/20150310130329.gc6...@jelmer.uk



Bug#741065: Uploaded to experimental, waiting in NEW

2015-02-17 Thread Jelmer Vernooij
On Tue, Feb 17, 2015 at 09:46:01AM -0800, Brandon Philips wrote:
 That is great news. It would be great if we could get the package
 bumped to 2.0.3, we found a couple of bugs since 2.0.0 came out that
 are rather important. Changelog:
 https://github.com/coreos/etcd/releases/tag/v2.0.3
I had trouble building 2.0.3. See https://github.com/coreos/etcd/issues/2310

I'd try to fix it myself, but I have no idea what the intended value of binDir
is supposed to be. :-)

Cheers,

Jelmer

 On Sun, Feb 15, 2015 at 9:11 AM, Jelmer Vernooij jel...@samba.org wrote:
  I've uploaded the current package to experimental. It's currently
  waiting in the NEW queue
  (https://ftp-master.debian.org/new/etcd_2.0.0-1.html).
 
  There are still a few things that can do with improvement, in
  particular making the setup easier (debconf integration, SSL
  certificate creation).
 
  Jelmer


-- 
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/20150217180302.ga10...@jelmer.uk



Bug#741065: Uploaded to experimental, waiting in NEW

2015-02-15 Thread Jelmer Vernooij
I've uploaded the current package to experimental. It's currently
waiting in the NEW queue
(https://ftp-master.debian.org/new/etcd_2.0.0-1.html).

There are still a few things that can do with improvement, in
particular making the setup easier (debconf integration, SSL
certificate creation).

Jelmer


signature.asc
Description: Digital signature


Bug#741065: next step?

2015-02-03 Thread Jelmer Vernooij
Hi Brandon,

On Tue, Feb 03, 2015 at 04:02:45PM -0800, Brandon Philips wrote:
 Jelmer-
 
 What is the next step to get etcd merged to Debian? TOML seems to have
 been accepted.
Mostly, we need some basic testing of the package and then I'll upload
it to experimental or unstable.

Debian is currently busy releasing the next version - jessie - so I'm
mostly focusing on squashing bugs for that. Help testing the current
etcd package would be much appreciated.

Cheers,

Jelmer


-- 
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/20150204000757.ga6...@jelmer.uk



Bug#776030: ITP: golang-toml -- TOML parser and encoder for Go with reflection

2015-01-22 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij jel...@debian.org

* Package name: golang-toml
  Version : 0.0
  Upstream Author : Andrew Gallant jams...@gmail.com
* URL : https://github.com/BurntSushi/toml
* License : WTFPL
  Programming Lang: Go
  Description : TOML parser and encoder for Go with reflection

 TOML stands for Tom's Obvious, Minimal Language. This Go package
 provides a
 reflection interface similar to Go's standard library json and xml
 packages.
 This package also supports the encoding.TextUnmarshaler and
 encoding.TextMarshaler interfaces so that you can define custom data
 representations.

This is a dependency for etcd (#741065).


-- 
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/20150123012316.10704.82595.reportbug@localhost



Bug#741065: (no subject)

2015-01-22 Thread Jelmer Vernooij
On Thu, Jan 22, 2015 at 11:33:59AM -0800, Brandon Philips wrote:
 I can't find golang-toml to actually test this out. But, the debian/
 directory looks good to me!
I forgot to actually upload that. Will do so tonight, and then it'll have to 
spend some
time in NEW.

See bug 776030

 On Thu, Jan 22, 2015 at 11:27 AM, Brandon Philips
 brandon.phil...@coreos.com wrote:
  On Thu, Jan 22, 2015 at 11:06 AM, Jelmer Vernooij jel...@samba.org wrote:
  2.0 has indeed improved the situation. I have packaged 2.0~rc1 at
  git://git.debian.org/pkg-go/packages/etcd.git, branch 'unstable'.
 
  Great! I will try it out right now.
 
  Please provide feedback. There is nothing there to ease setup on
  Debian yet, and etcd currently still runs as root (we'd probably want
  a separate user?).
 
  Yes, we run it as an etcd user generally. /var/lib/etcd will need to
  be owned by that user. Here is a service file if you don't have one
  yet:
 
  https://github.com/coreos/coreos-overlay/blob/master/dev-db/etcd/files/etcd.service
 
  Brandon


-- 
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/20150123013944.gb2...@jelmer.uk



Bug#741065: (no subject)

2015-01-22 Thread Jelmer Vernooij
On Thu, Jan 22, 2015 at 11:27:23AM -0800, Brandon Philips wrote:
 On Thu, Jan 22, 2015 at 11:06 AM, Jelmer Vernooij jel...@samba.org wrote:
  2.0 has indeed improved the situation. I have packaged 2.0~rc1 at
  git://git.debian.org/pkg-go/packages/etcd.git, branch 'unstable'.
 
 Great! I will try it out right now.
 
  Please provide feedback. There is nothing there to ease setup on
  Debian yet, and etcd currently still runs as root (we'd probably want
  a separate user?).
 
 Yes, we run it as an etcd user generally. /var/lib/etcd will need to
 be owned by that user. Here is a service file if you don't have one
 yet:
 
 https://github.com/coreos/coreos-overlay/blob/master/dev-db/etcd/files/etcd.service

Thanks, adding that as well - though I'd appreciate some testing of that, as I
don't run systemd on my primary systems.

Jelmer


-- 
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/20150123013854.ga2...@jelmer.uk



Bug#741065: (no subject)

2015-01-18 Thread Jelmer Vernooij
Hi Brandon, all,

2.0 has indeed improved the situation. I have packaged 2.0~rc1 at
git://git.debian.org/pkg-go/packages/etcd.git, branch 'unstable'.

Please provide feedback. There is nothing there to ease setup on
Debian yet, and etcd currently still runs as root (we'd probably want
a separate user?).

Cheers,

Jelmer


-- 
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/20150118164012.ga7...@jelmer.uk



Bug#775606: ITP: golang-codegangsta-cli -- small package for building Go command-line tools

2015-01-17 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij jel...@debian.org

* Package name: golang-codegangsta-cli
  Version : 0.0
  Upstream Author : Jeremy Saenz jeremy.sa...@gmail.com
* URL : https://github.com/codegangsta/cli
* License : MIT
  Programming Lang: Go
  Description : small package for building Go command-line tools

cli.go is simple library for building command line apps in Go. It
allows is writing fast and distributable command line applications in an
expressive way.

(cli.go is a dependency for etcd)


-- 
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/20150117221754.786.48786.reportbug@localhost



Bug#769724: RFA: topia.termextract -- Content Term Extraction using POS Tagging

2014-11-15 Thread Jelmer Vernooij
Package: wnpp
Severity: normal

I request an adopter for the topia.termextract package.

The package description is:
 This package determines important terms within a given piece of content. It
 uses linguistic tools such as Parts-Of-Speech (POS) and some simple
 statistical analysis to determine the terms and their strength.


-- 
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/20141115214012.24394.76560.reportbug@localhost



Bug#769726: RFA: convoy -- WSGI app for loading multiple files in the same request

2014-11-15 Thread Jelmer Vernooij
Package: wnpp
Severity: normal

I request an adopter for the convoy package.

The package description is:
 Provides a WSGI application that can be hooked up to a
 generic WSGI container to create a combo loader server, for
 loading Javascript and CSS files combined into a single
 request.


-- 
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/20141115214202.24864.15692.reportbug@localhost



Bug#768839: RFA: breadability -- Python module that makes HTML documents more readable

2014-11-09 Thread Jelmer Vernooij
Package: wnpp
Severity: normal

I request an adopter for the breadability package.

The package description is:
 Python module that can clean up HTML documents to make them more
 easily readable.
 .
 This is fork of the python-readability module, cleaned up and with
 additional tests.

I originally packaged breadability since it is a dependency for bookie
(https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744306), but I
later gave up on that ITP.


-- 
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/20141109155144.25583.55980.reportbug@localhost



Bug#741065: Blocked by upstream changes to third party library

2014-10-26 Thread Jelmer Vernooij
On Sun, Oct 26, 2014 at 02:39:49PM +0100, Tonnerre LOMBARD wrote:
 Salut,
 
 On Tue, Aug 05, 2014 at 02:46:59AM +0200, Jelmer Vernooij wrote:
  This is currently blocked by https://github.com/coreos/etcd/issues/895
 
 Would it be possible to simply package golang-etcd-dev from the etcd
 source rather than its own github repo for the time being? That way we
 might be able to get etcd now rather than later.

The main reason I am hesitant of doing that is that there are API differences
between the current upstream API and the API that isbundled in etcd itself at 
the
moment. 

Jelmer


-- 
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/20141026210753.ga20...@jelmer.uk



Bug#729259: adbfuse: ping?

2014-10-22 Thread Jelmer Vernooij
What's the status of this bug? Anything that's blocking an upload?

Thanks,

Jelmer


-- 
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/20141020225026.ga12...@jelmer.uk



Bug#758644: ITP: haskell-icalendar -- Haskell Data definitions, parsing and printing of the iCalendar format (RFC5545).

2014-08-21 Thread Jelmer Vernooij
On Wed, Aug 20, 2014 at 10:34:52AM -0700, Joachim Breitner wrote:
 Am Mittwoch, den 20.08.2014, 18:49 +0200 schrieb Jelmer Vernooij:
  On Wed, Aug 20, 2014 at 08:33:25AM -0700, Joachim Breitner wrote:
   Am Dienstag, den 19.08.2014, 17:16 +0200 schrieb Jelmer Vernooij:
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij jel...@debian.org

* Package name: haskell-icalendar
  Version : 0.4.0.1
  Upstream Author : Christian Rødli Amble
* URL : http://github.com/tingtun/iCalendar
* License : BSD3
  Programming Lang: Haskell
  Description : icalendar parser

Haskell data definitions, parsing and printing of the iCalendar format
(RFC5545).
   currently, all Haskell libraries in Debian are maintained by the Debian
   Haskell Group, and I don’t see a reason to change that. So I suggest you
   either join us (see http://wiki.debian.org/Haskell) or we simply package
   this library for you, if you need it as a dependency for something.
  I'm happy to maintain it as part of the Haskell packaging team. I've
  got experience as a Haskell programmer and as a Debian developer, but
  have never done any Haskell packaging.
 great! We can always need more hands. Are you going to be at DebConf?
Unfortunately not this year. :-( I'll be at FOSDEM in the spring though.

   What exactly do you need this package for? Is it mature for Debian? It
   says Stability experimental, but also hasn’t seen much actual
   development recently (but at least updates to the metadata, which is
   good).
  I've used it for a couple of personal projects, and have found it to
  work quite well. I've also got a couple of local patches that I am
  hoping to submit upstream - mostly tests.
 
 Do you think it’s worth having in Debian? I.e. will there people wanting
 to use it that rely primarily on Debian packaging (in contrast to using
 cabal-install anyways)?
I'm hacking on a collection of caldav command-line utilities that uses
haskell-icalendar, which I'm hoping to push to upload to experimental in the
next couple of months.

Jelmer


-- 
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/20140821164704.ga...@jelmer.uk



Bug#758644: ITP: haskell-icalendar -- Haskell Data definitions, parsing and printing of the iCalendar format (RFC5545).

2014-08-20 Thread Jelmer Vernooij
Hi Joachim,

Thanks for the email.

On Wed, Aug 20, 2014 at 08:33:25AM -0700, Joachim Breitner wrote:
 Am Dienstag, den 19.08.2014, 17:16 +0200 schrieb Jelmer Vernooij:
  Package: wnpp
  Severity: wishlist
  Owner: Jelmer Vernooij jel...@debian.org
  
  * Package name: haskell-icalendar
Version : 0.4.0.1
Upstream Author : Christian Rødli Amble
  * URL : http://github.com/tingtun/iCalendar
  * License : BSD3
Programming Lang: Haskell
Description : icalendar parser
  
  Haskell data definitions, parsing and printing of the iCalendar format
  (RFC5545).
 currently, all Haskell libraries in Debian are maintained by the Debian
 Haskell Group, and I don’t see a reason to change that. So I suggest you
 either join us (see http://wiki.debian.org/Haskell) or we simply package
 this library for you, if you need it as a dependency for something.
I'm happy to maintain it as part of the Haskell packaging team. I've
got experience as a Haskell programmer and as a Debian developer, but
have never done any Haskell packaging.

 What exactly do you need this package for? Is it mature for Debian? It
 says Stability experimental, but also hasn’t seen much actual
 development recently (but at least updates to the metadata, which is
 good).
I've used it for a couple of personal projects, and have found it to
work quite well. I've also got a couple of local patches that I am
hoping to submit upstream - mostly tests.

Jelmer

-- 
Jelmer Vernooij jel...@debian.org
Debian Developer   https://jelmer.uk/


signature.asc
Description: Digital signature


Bug#758644: ITP: haskell-icalendar -- Haskell Data definitions, parsing and printing of the iCalendar format (RFC5545).

2014-08-19 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij jel...@debian.org

* Package name: haskell-icalendar
  Version : 0.4.0.1
  Upstream Author : Christian Rødli Amble
* URL : http://github.com/tingtun/iCalendar
* License : BSD3
  Programming Lang: Haskell
  Description : icalendar parser

Haskell data definitions, parsing and printing of the iCalendar format
(RFC5545).


-- 
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/20140819151629.22842.10569.report...@aurelia.vernstok.nl



Bug#753975: Stuck on pylons

2014-08-11 Thread Jelmer Vernooij
At the moment this is stuck since the pylons version used by
Kallithea is incompatible with the pylons in Debian.


signature.asc
Description: Digital signature


Bug#744306: Abandoning ITP for the moment

2014-08-07 Thread Jelmer Vernooij
retitle 744306 RFP: bookie -- Python based delicious.com replacement
thanks

I'm giving up on this for the moment. I'm still very interested in
trying out and eventually moving to bookie, but there are too many of
open issues with the package for me to hack on it at the moment. 

Problems specifically with packaging in Debian:

 * a changing list of dependencies, some of which are not packaged in
   Debian
 * trouble initializing a database with the packaged copy of all
   dependencies (haven't dug into this much further)

For my personal use, bookie currently is too heavyweight - it has
a large number of dependencies (requirements.txt alone lists 66),
some of which are quite heavyweight (postgresl/mysql, rabbitmq,
redis). It also doesn't yet support serving from a subdirectory
(https://github.com/bookieio/Bookie/issues/148).

None of these problems is impossible to overcome, but they
do require investment of a nontrivial amount of time. 
For the moment, I'm changing this ITP to a RFP, since I don't want
to be the blocker for bookie getting into Debian. I might revisit that
in the future if bookie improves and nobody has picked up this bug by
then.

For those interested, my initial hacky work is available from
git://git.debian.org/users/jelmer/bookie.git

Jelmer


signature.asc
Description: Digital signature


Bug#741065: Blocked by upstream changes to third party library

2014-08-04 Thread Jelmer Vernooij
This is currently blocked by https://github.com/coreos/etcd/issues/895



signature.asc
Description: Digital signature


Bug#756446: ITP Backgammon2 - a C# implementation of Backgammon game

2014-07-30 Thread Jelmer Vernooij
On Wed, Jul 30, 2014 at 02:43:04PM +0600, Andrey Rahmatullin wrote:
 Control: retitle -1 RFP: backgammon2 -- another implementation of the 
 Backgammon game
The implementation language indeed isn't very relevant to users, but another
is even more vague. What distinguishes it from other backgammon implementations?

Jelmer


-- 
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/20140730101624.ga7...@vernstok.nl



Bug#755557: ITP: libuid-wrapper -- A wrapper to fake privilege separation

2014-07-21 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij jel...@debian.org

* Package name: libuid-wrapper
  Version : 1.0.1
  Upstream Author : Andrew Tridgell, Andreas Schneider
* URL : http://www.cwrap.org/
* License : GPLv3 or later
  Programming Lang: C
  Description : A wrapper to fake privilege separation

This is a wrapper for the user, group and hosts NSS API that can
simulate uid switching as a regular user.

(libuid-wrapper was originally developed as part of Samba,
 and will be a dependency for Samba)


-- 
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/20140722004510.30215.19522.reportbug@localhost



Bug#741065: Status update

2014-07-19 Thread Jelmer Vernooij
This is currently blocking on the fact that the go-etcd bundled with
etcd is different from the upstream go-etcd.

See https://github.com/coreos/etcd/issues/895



signature.asc
Description: Digital signature


Bug#755070: ITP: golang-mreiferson-httpclient -- a Go HTTP client with timeouts

2014-07-17 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij jel...@debian.org

* Package name: golang-mreiferson-httpclient
  Version : 0.0
  Upstream Author : Matt Reiferson mreifer...@gmail.com
* URL : https://github.com/mreiferson/go-httpclient
* License : MIT
  Programming Lang: Go
  Description : a Go HTTP client with timeouts

 Provides an HTTP Transport that implements the RoundTripper interface
 and can be used as a built in replacement for the standard library's,
 providing:
 .
  * connection timeouts
  * request timeouts
   .
 This is a thin wrapper around http.Transport that sets dial timeouts and
 uses Go's internal timer scheduler to call the Go 1.1+ CancelRequest()
 API.

(This is a dependency for etcd)


-- 
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/20140717124132.ga27...@vernstok.nl



  1   2   3   >