Bug#901201: ITP: python-plac -- Smartest command line arguments parser in the world [spaCy deps]
Package: wnpp Severity: wishlist Owner: Mo Zhou * Package name: python-plac Version : x.y.z Upstream Author : Name * URL : http://www.example.org/ * License : (GPL, LGPL, BSD, MIT/X, etc.) Programming Lang: (C, C++, C#, Perl, Python, etc.) Description : Smartest command line arguments parser in the world plac is one of spaCy dependencies: [✓] cython>=0.24,<0.28.0 [✓] pathlib [✓] numpy>=1.7 [*] cymem>=1.30,<1.32 # ITP/RFS [*] preshed>=1.0.0,<2.0.0 # ITP/RFS [ ] thinc>=6.10.1,<6.11.0 [*] murmurhash>=0.28,<0.29# ITP/RFS -> [*] plac<1.0.0,>=0.9.6 [✓] ujson>=1.35 [✓] dill>=0.2,<0.3 [✓] regex==2017.4.5 [✓] requests>=2.13.0,<3.0.0 [✓] pytest>=3.0.6,<4.0.0 [✓] mock>=2.0.0,<3.0.0
Bug#901199: ITP: node-name-all-modules-plugin -- Names all remaining modules that do not get named via NamedModulesPlugin
Package: wnpp Severity: wishlist Owner: Apurva Pavaskar X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-name-all-modules-plugin Version : 1.0.1 Upstream Author : Tim Sebastian * URL : https://github.com/timse/name-all-modules-plugin#readme * License : Expat Programming Lang: JavaScript Description : Names all remaining modules that do not get named via NamedModulesPlugin . This is a plugin for webpack . Webpack takes code targeted at node.js and makes it run in the browser. Node.js comes with API of its own that is not available in the browsers. Webpack exposes this code to programs that are unaware they are running in a browser . Node.js is an event-based server-side JavaScript engine. This plugin is required for Gitlab. I want to maintain this package in Javascript team. Praveen has agreed to sponsor this package. Sent with ProtonMail Secure Email.
Processed: eslint depends on node-esquery
Processing commands for cont...@bugs.debian.org: > block 743404 by 901186 Bug #743404 [wnpp] RFP: eslint -- tool for static analysis of ECMAScript (JavaScript™) code 743404 was not blocked by any bugs. 743404 was blocking: 901183 Added blocking bug(s) of 743404: 901186 > End of message, stopping processing here. Please contact me if you need assistance. -- 743404: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743404 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#901186: RFP: node-esquery -- ECMAScript AST query library
Package: wnpp Severity: wishlist * Package name: node-esquery Version : 1.0.0 Upstream Author : Michael Ficarra * URL : https://notabug.org/themusicgod1/esquery * License : BSD-3-Clause Programming Lang: javascript Description : ECMAScript AST query library ESQuery is a library for querying the AST output by Esprima for patterns of syntax using a CSS style selector system. Demo: https://estools.github.io/esquery/
Processed: node-es6-promisify dev-depends on eslint / node-eslint
Processing commands for cont...@bugs.debian.org: > block 901183 by 743404 Bug #901183 [wnpp] RFP: node-es6-promisify -- Convert callback-based javascript to ES6 Promises 901183 was not blocked by any bugs. 901183 was blocking: 901182 Added blocking bug(s) of 901183: 743404 > End of message, stopping processing here. Please contact me if you need assistance. -- 901183: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901183 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processed: retitle to RFP: tendermint-go-data -- JSON and binary serialization library for data structures
Processing commands for cont...@bugs.debian.org: > retitle 856972 RFP: tendermint-go-data -- JSON and binary serialization > library for data structures Bug #856972 [wnpp] ITP: tendermint-go-data -- JSON and binary serialization library for data structures Changed Bug title to 'RFP: tendermint-go-data -- JSON and binary serialization library for data structures' from 'ITP: tendermint-go-data -- JSON and binary serialization library for data structures'. > noowner 856972 Bug #856972 [wnpp] RFP: tendermint-go-data -- JSON and binary serialization library for data structures Removed annotation that Bug was owned by Alessio Treglia . > stop Stopping processing here. Please contact me if you need assistance. -- 856972: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856972 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processed: retitle to RFP: zef -- per6 package manager
Processing commands for cont...@bugs.debian.org: > retitle 856967 RFP: zef -- per6 package manager Bug #856967 [wnpp] ITP: zef -- per6 package manager Changed Bug title to 'RFP: zef -- per6 package manager' from 'ITP: zef -- per6 package manager'. > noowner 856967 Bug #856967 [wnpp] RFP: zef -- per6 package manager Removed annotation that Bug was owned by Dominique Dumont . > stop Stopping processing here. Please contact me if you need assistance. -- 856967: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856967 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processed: node-agent-base depends on node-es6-promisify
Processing commands for cont...@bugs.debian.org: > block 901182 by 901183 Bug #901182 [wnpp] RFP: node-agent-base -- Turn a function into an http.Agent instance 901182 was not blocked by any bugs. 901182 was blocking: 842425 Added blocking bug(s) of 901182: 901183 > End of message, stopping processing here. Please contact me if you need assistance. -- 901182: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901182 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#901184: ITP: libedlib -- library for sequence alignment using edit distance
Package: wnpp Severity: wishlist Owner: Andreas Tille * Package name: libedlib Version : 1.2.3 Upstream Author : Martin Šošić * URL : https://github.com/Martinsos/edlib * License : MIT Programming Lang: C Description : library for sequence alignment using edit distance A lightweight and super fast C/C++ library for sequence alignment using edit distance. . Calculating edit distance of two strings is as simple as: . edlibAlign("hello", 5, "world!", 6, edlibDefaultAlignConfig()).editDistance; Features . * Calculates edit distance (Levehnstein distance). * It can find optimal alignment path (instructions how to transform first sequence into the second sequence). * It can find just the start and/or end locations of alignment path - can be useful when speed is more important than having exact alignment path. * Supports multiple alignment methods: global(NW), prefix(SHW) and infix(HW), each of them useful for different scenarios. * You can extend character equality definition, enabling you to e.g. have wildcard characters, to have case insensitive alignment or to work with degenerate nucleotides. * It can easily handle small or very large sequences, even when finding alignment path, while consuming very little memory. * Super fast thanks to Myers's bit-vector algorithm. . This package contains the shared library. Remark: This package is maintained by Debian Med Packaging Team at https://salsa.debian.org/med-team/libedlib-dev It is a precondition for racon (#890187)
Processed (with 1 error): node-agent-base depends on node-es6-promisify
Processing commands for cont...@bugs.debian.org: > block 901183 by 901183 Bug #901183 [wnpp] RFP: node-es6-promisify -- Convert callback-based javascript to ES6 Promises Failed to set blocking bugs of 901183: It is nonsensical for a bug to block itself (or a merged partner): 901183. > End of message, stopping processing here. Please contact me if you need assistance. -- 901183: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901183 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#901183: RFP: node-es6-promisify -- Convert callback-based javascript to ES6 Promises
Package: wnpp Severity: wishlist * Package name: node-es6-promisify Version : 5.0.0 Upstream Author : Mike Hall * URL : https://notabug.org/themusicgod1/es6-promisify * License : MIT Programming Lang: javascript Description : Convert callback-based javascript to ES6 Promises Converts callback-based functions to ES6/ES2015 Promises, using a boilerplate callback function.
Processed: meteor downloads and depends on node-agent-base
Processing commands for cont...@bugs.debian.org: > block 842425 by 901182 Bug #842425 [wnpp] RFP: meteor - Meteor, the JavaScript App Platform 842425 was blocked by: 901086 900860 842425 was blocking: 827314 893103 Added blocking bug(s) of 842425: 901182 > End of message, stopping processing here. Please contact me if you need assistance. -- 842425: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842425 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#901182: RFP: node-agent-base -- Turn a function into an http.Agent instance
Package: wnpp Severity: wishlist * Package name: node-agent-base Version : 4.2.0 Upstream Author : Nathan Rajlich * URL : https://notabug.org/themusicgod1/node-agent-base * License : MIT Programming Lang: javascript Description : Turn a function into an http.Agent instance This module provides an http.Agent generator. That is, you pass it an async callback function, and it returns a new http.Agent instance that will invoke the given callback function when sending outbound HTTP requests.
Bug#900752: marked as done (ITP: genometester -- toolkit for performing set operations on k-mer lists)
Your message dated Sat, 09 Jun 2018 21:00:11 + with message-id and subject line Bug#900752: fixed in genometester 4.0-1 has caused the Debian Bug report #900752, regarding ITP: genometester -- toolkit for performing set operations on k-mer lists to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 900752: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900752 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: wnpp Severity: wishlist Owner: Liubov Chuprikova * Package name: genometester Version : 4.0 Upstream Author : University of Tartu * URL : https://github.com/bioinfo-ut/GenomeTester4 * License : GPL-3+ Programming Lang: C Description : toolkit for performing set operations on k-mer lists Toolkit for performing set operations - union, intersection and complement - on k-mer lists. . GenomeTester4 toolkit, which contains a novel tool GListCompare for performing union, intersection and complement (difference) set operations on k-mer lists. It contains examples of how these general operations can be combined to solve a variety of biological analysis tasks. Remark: This package is maintained by Debian Med Packaging Team at https://salsa.debian.org/med-team/genometester --- End Message --- --- Begin Message --- Source: genometester Source-Version: 4.0-1 We believe that the bug you reported is fixed in the latest version of genometester, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 900...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Liubov Chuprikova (supplier of updated genometester package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 04 Jun 2018 16:33:48 +0200 Source: genometester Binary: genometester Architecture: source amd64 Version: 4.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Med Packaging Team Changed-By: Liubov Chuprikova Description: genometester - toolkit for performing set operations on k-mer lists Closes: 900752 Changes: genometester (4.0-1) unstable; urgency=medium . * Initial release (Closes: #900752) * Add manpages * Add autopkgtest Checksums-Sha1: 0ae7d499d84450e110146023789e935cc69dcd48 2039 genometester_4.0-1.dsc c239c5a029757efd30bf897e945fc3c9f611016a 234779 genometester_4.0.orig.tar.gz 02d7c14fde357013f0026c88c8227094fcc56e8b 231984 genometester_4.0-1.debian.tar.xz c47bb5594274d4fea5a13f3df93ad69d89200afc 238146 genometester-dbgsym_4.0-1_amd64.deb 4a86286fd0460f421668c11dc314d94bac12be88 5812 genometester_4.0-1_amd64.buildinfo f118e2552e71b108f512e55367f670d8236526ce 305912 genometester_4.0-1_amd64.deb Checksums-Sha256: b072d613596f7b257c1df417a6737e2c5b7b91eb5ecdceef48c5b67a01b50ff1 2039 genometester_4.0-1.dsc 1849c4c6f2e6542679aa1831fa39d5be99786488309a3d2e674aa0b60dbe4863 234779 genometester_4.0.orig.tar.gz a113acf287d25d6db8dbb1900d1dca58ad69c7d77452fd0e6c2fc5154fed7d78 231984 genometester_4.0-1.debian.tar.xz 44fefc7daf2bca9b02dfb7be3687b3bdbe8e79708748c577e4e19ec6c4864e52 238146 genometester-dbgsym_4.0-1_amd64.deb 4efd820b1b4032941940f01fa10f06a118b0a8d7a4f3b3a5a891a81e1885c2a4 5812 genometester_4.0-1_amd64.buildinfo 6bfc3bfb685823776b84be6408e8add816793bf24dfc8fb38a583358ea971701 305912 genometester_4.0-1_amd64.deb Files: 03a7273934c869b0a80eab2f14a9e702 2039 science optional genometester_4.0-1.dsc c8f03b7f0e3ec1e2db4c390a28b050c5 234779 science optional genometester_4.0.orig.tar.gz 294791b60fb276790e38bcc0e42995bd 231984 science optional genometester_4.0-1.debian.tar.xz ec61a4a0347f3dab4f115ba211df7197 238146 debug optional genometester-dbgsym_4.0-1_amd64.deb d8cff23d6b4a7ee1001ec401f2d82edf 5812 science optional genometester_4.0-1_amd64.buildinfo 8dfc4ef0f0c60095bebffa0a2a1ec3f8 305912 science optional genometester_4.0-1_amd64.deb -BEGIN PGP SIGNATURE- iQJCBAEBCAAsFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAlsX3B4OHHRpbGxlYUBy a2kuZGUACgkQV4oElNHGRtEwpg/+IK51Q2IesrowkATegeBlJ+xCvsVSN6Qw33gt UErtmr7/7gGLKd0Aamvsl06eJkNAYByEO/LwJywG+0EezbneRfglJtwT/yoMOxQK rdBzpuZPyFe8QxJ3037vlCNXva5NLnVZtD40clUy+2NvIoFVKaZruceCLDhShI80 HuYA6Zr7FX
Bug#895584: marked as done (ITP: ell -- Embedded Linux library)
Your message dated Sat, 09 Jun 2018 21:00:10 + with message-id and subject line Bug#895584: fixed in ell 0.4-1 has caused the Debian Bug report #895584, regarding ITP: ell -- Embedded Linux library to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 895584: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895584 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: wnpp Severity: wishlist Owner: Nobuhiro Iwamatsu * Package name: ell Version : 0.4 Upstream Author : Intel Corporation * URL : https://01.org/ell * License : LGPL-2.1 Programming Lang: C Description : Embedded Linux library The Embedded Linux* Library (ELL) provides core, low-level functionality for system daemons. It typically has no dependencies other than the Linux kernel, C standard library, and libdl (for dynamic linking). While ELL is designed to be efficient and compact enough for use on embedded Linux platforms, it is not limited to resource-constrained systems. --- End Message --- --- Begin Message --- Source: ell Source-Version: 0.4-1 We believe that the bug you reported is fixed in the latest version of ell, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 895...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Nobuhiro Iwamatsu (supplier of updated ell package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 03 May 2018 07:23:15 +0900 Source: ell Binary: libell0 libell-dev Architecture: source amd64 Version: 0.4-1 Distribution: unstable Urgency: medium Maintainer: Nobuhiro Iwamatsu Changed-By: Nobuhiro Iwamatsu Description: libell-dev - development files for the Embedded Linux library libell0- Embedded Linux library Closes: 895584 Changes: ell (0.4-1) unstable; urgency=medium . * Initial release. (Closes: #895584) Checksums-Sha1: d1fd2eaebdc9758b6c1622cf49e0724ee38e9f4b 1833 ell_0.4-1.dsc cd198c99cef29de3bd08aacea5510f61d43da981 166516 ell_0.4.orig.tar.xz 8fca5fbb4d3f853a5f53a95fea4af64db3762123 3548 ell_0.4-1.debian.tar.xz 900e7899068ddd5d628f10215f496c047c3a9ed3 6609 ell_0.4-1_amd64.buildinfo cdee2b24eb0339f49443ad54ff8268ce578d6f9b 115040 libell-dev_0.4-1_amd64.deb 8d322c0c85b835ec9a46438f55a179e670536b26 268204 libell0-dbgsym_0.4-1_amd64.deb 8d5906ea83df87bdfcf6c29ae933345ecc4ef96c 93516 libell0_0.4-1_amd64.deb Checksums-Sha256: 021bb08a94629e37c167d1e28f21d7a991c8beed63f46b39ee4ed6705480f578 1833 ell_0.4-1.dsc d01509f7e1a6c3043986b7d5926a19ba1ec794c120706f4d78a366aa00b5503f 166516 ell_0.4.orig.tar.xz 4a3fe5e876f09dfb12e6f32919e9830658f1defbc928fc35658c32743ca62ea6 3548 ell_0.4-1.debian.tar.xz 0053470a6220dbe021e3ba5aaec8eb204f343b74409d9c96a73d20e803440ae6 6609 ell_0.4-1_amd64.buildinfo d8f8b11e6e9cd159d1d2528830496ed6f0c5a43ea5a5e26f6da4f3795fc59cec 115040 libell-dev_0.4-1_amd64.deb 63647c5be248269b1362b54da1ae83d949c3cf1c8fbd8bdb37616d7c5ef7bc5d 268204 libell0-dbgsym_0.4-1_amd64.deb de6837f0fdb1ab7f0254386a814ddc5f84190eb8d8a28da5661d465ea8e77e9b 93516 libell0_0.4-1_amd64.deb Files: e48e73cebed9101654d2684319382b42 1833 devel optional ell_0.4-1.dsc c8178da876ff838545a72eed7eb3bd0b 166516 devel optional ell_0.4.orig.tar.xz fba52ba271a36d1c52654e45ac27a740 3548 devel optional ell_0.4-1.debian.tar.xz a8a9a9e851ff9eef7578dd5cdca511ac 6609 devel optional ell_0.4-1_amd64.buildinfo 4f2974a740a1d164e29687f7600ad2a5 115040 libdevel optional libell-dev_0.4-1_amd64.deb a3c24b9d5ceadfe2ed3384708518d666 268204 debug optional libell0-dbgsym_0.4-1_amd64.deb a42d45b836fa138e73e33c21475f5c19 93516 libs optional libell0_0.4-1_amd64.deb -BEGIN PGP SIGNATURE- iQIzBAEBCAAdFiEEXmKe5SMhlzV7hM9DMiR/u0CtH6YFAlsYbVcACgkQMiR/u0Ct H6ZbTQ//aFRPuJ6xT47AqCCXEActGZdFSy0yTyo3Z7YR3DUidAy6er1bjgducW3i rSXmZncujyb/+l3Dp104msstzCby7AUEgm2/KowjvWOdWirndk+qWScfm4w6Oe/T Pzpl1tdI9vZimwJpd9m9DIUoRH2xw27g1TuHY3SrsKg4gnfdC4End09LpxYN5Exw N8Y7SJx2kElO/g0NxtCNAmbhNA4dKweYi/MtRadpOTiDbSnJaTA0AJTIjRmmdlFO rEddH4YhdkVP7ZTowxiq6H8aWalNx1uxT3/D+Ukk7ny5l47W7QBCokTori2M6QUc Fk8CTDTrm9gOcCWEIK8FyrjZnQndJF/WugWftlUk4LZjKMzdpSCXq3O8xC7cK0/f aTn3PEsuNifgtHOVyGm4AHgn/Lk4
Bug#890778:
Control: retitle -1 ITP: plasma-browser-integration -- Components necessary to integrate browsers into the Plasma Desktop.
Processed:
Processing control commands: > retitle -1 ITP: plasma-browser-integration -- Components Bug #890778 [wnpp] RFP: plasma-browser-integration -- Components necessary to integrate browsers into the Plasma Desktop. Changed Bug title to 'ITP: plasma-browser-integration -- Components' from 'RFP: plasma-browser-integration -- Components necessary to integrate browsers into the Plasma Desktop.'. -- 890778: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890778 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#901166: ITP: python-markdown-math -- Math extension for Python-Markdown
Package: wnpp Severity: wishlist Owner: Dmitry Shachnev * Package name: python-markdown-math Version : 0.5 Upstream Author : Dmitry Shachnev * URL : https://github.com/mitya57/python-markdown-math * License : BSD-3-clause Programming Lang: Python Description : Math extension for Python-Markdown This package extends Python-Markdown with support for displaying math formulas using MathJax or AsciiMath. I need it for packaging the latest version of PyMarkups. It will be maintained under Debian Python Modules Team umbrella. -- Dmitry Shachnev signature.asc Description: PGP signature
Bug#901165: ITP: mkdocs-nature -- Nature theme from Sphinx adapted for MkDocs
Package: wnpp Severity: wishlist Owner: Dmitry Shachnev * Package name: mkdocs-nature Version : 0.2.1 Upstream Author : Waylan Limberg * URL : http://waylan.limberg.name/mkdocs-nature/ * License : BSD-2-clause Programming Lang: Python, CSS Description : Nature theme from Sphinx adapted for MkDocs This package provides the Nature theme for MkDocs documentation generator. I need it for packaging the latest version of Python-Markdown. I will be maintaining it in https://salsa.debian.org/debian/mkdocs-nature. -- Dmitry Shachnev signature.asc Description: PGP signature
Processed: closing 892791
Processing commands for cont...@bugs.debian.org: > close 892791 Bug #892791 [wnpp] RFP: SLSK -- A backup utility and database for Linux Steam games Marked Bug as done > thanks Stopping processing here. Please contact me if you need assistance. -- 892791: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892791 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processed: RE: closing RFP: pidgin-opensteamworks -- Steam IM / Steam Friends plugin for Pidgin (libpurple)
Processing control commands: > reopen -1 Bug #690465 {Done: Bart Martens } [wnpp] RFP: pidgin-opensteamworks -- Steam IM / Steam Friends plugin for Pidgin (libpurple) Bug reopened Ignoring request to alter fixed versions of bug #690465 to the same values previously set -- 690465: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690465 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#690465: closing RFP: pidgin-opensteamworks -- Steam IM / Steam Friends plugin for Pidgin (libpurple)
Control: reopen -1 Debian Bug Tracking System wrote: > RFP 690465 has no visible progress for a long time, so closing. This reason is only valid, if the upstream project is dead. Which pidgin-opensteamworks isn't: The latest commit is from June 2, 2017. Hence reopening.
Processed: unarchive 690465
Processing commands for cont...@bugs.debian.org: > unarchive 690465 Bug #690465 {Done: Bart Martens } [wnpp] RFP: pidgin-opensteamworks -- Steam IM / Steam Friends plugin for Pidgin (libpurple) Unarchived Bug 690465 > End of message, stopping processing here. Please contact me if you need assistance. -- 690465: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690465 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#901145: ITP: spoa -- SIMD partial order alignment tool
Package: wnpp Severity: wishlist Owner: Andreas Tille * Package name: spoa Version : 1.1.3 Upstream Author : Robert Vaser * URL : https://github.com/rvaser/spoa * License : MIT Programming Lang: C++ Description : SIMD partial order alignment tool Spoa (SIMD POA) is a c++ implementation of the partial order alignment (POA) algorithm (as described in 10.1093/bioinformatics/18.3.452) which is used to generate consensus sequences (as described in 10.1093/bioinformatics/btg109). It supports three alignment modes: local (Smith-Waterman), global (Needleman-Wunsch) and semi-global alignment (overlap). Remark: This package is maintained by Debian Med Packaging Team at https://salsa.debian.org/med-team/spoa This is a predepends to package racon (see #890187)
Bug#885722: ITP: node-event-stream -- a toolkit for easy creation and use of Node.JS streams
Hello, On Fri, 29 Dec 2017 15:07:08 +0100 Hilko Bengen wrote: > Control: block 884833 by -1 > Package: wnpp > Owner: Hilko Bengen > Severity: wishlist > > * Package name : node-event-stream > Version : 3.3.4 > Upstream Author : Dominic Tarr > * URL or Web page : http://github.com/dopminictarr/event-stream > * License : Expat > Programming Lang: JavaScript > Description : a toolkit for easy creation and use of Node.JS streams > > This package is needed for gulp-angular-templatecache which is needed > building a new version of GRR. > > This package is also a dependency for monaco-editor. If you have not started, I'd like to take this up. Please let me know. Regards, -- Dhanesh B. Sabane https://dhanesh95.gitlab.io
Processed: anbox: block ITP 884797 by RFS 901137
Processing commands for cont...@bugs.debian.org: > block 884797 by 901137 Bug #884797 [wnpp] ITP: anbox -- Run Android applications on any GNU/Linux operating system 884797 was not blocked by any bugs. 884797 was not blocking any bugs. Added blocking bug(s) of 884797: 901137 > stop Stopping processing here. Please contact me if you need assistance. -- 884797: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=884797 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processed: anbox-modules: block ITP 901130 by RFS 901134
Processing commands for cont...@bugs.debian.org: > block 901130 by 901134 Bug #901130 [wnpp] ITP: anbox-modules -- Android kernel driver (binder, ashmem) in DKMS format 901130 was not blocked by any bugs. 901130 was not blocking any bugs. Added blocking bug(s) of 901130: 901134 > stop Stopping processing here. Please contact me if you need assistance. -- 901130: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901130 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#901133: RFP: gopass -- gopass is a simple but powerful password manager for your terminal.
Package: wnpp Severity: wishlist -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 * Package name: gopass Version : latest release Upstream Author : Christoph Oelmüller christoph.oelmuel...@justwatch.com Matthias Loibl m...@matthiasloibl.com Dominik Schulz dominik.sch...@justwatch.com * URL : https://www.justwatch.com/gopass * License : MIT Programming Lang: golang Description : gopass is a simple but powerful password manager for your terminal. Password management should be simple and follow Unix philosophy. With pass, each secret lives inside of a gpg encrypted file whose filename is the title of the website or resource that requires the secret. These encrypted files may be organized into meaningful folder hierarchies, copied from computer to computer, and, in general, manipulated using standard command line file management utilities. - passwordstore.org gopass is a rewrite of the pass password manager in Go with the aim of making it cross-platform and adding additional features. Our target audience are professional developers and sysadmins (and especially teams of those) who are well versed with a command line interface. One explicit goal for this project is to make it more approachable to non-technical users. We go by the UNIX philosophy and try to do one thing and do it well, providing a stellar user experience and a sane, simple interface. I'd love to have golang included in Debian because it's 100% compatible to the already awesome pass [1] password manager but adds important features like Recipient management, Multiple stores, password quality assistance and password leak checker. [1] https://www.passwordstore.org/ [2] https://www.justwatch.com/gopass/docs/#features -BEGIN PGP SIGNATURE- iQJEBAEBCgAuFiEESvqqiCmYrIkee91NVGXnfnh27QQFAlsblfcQHHZhcmFjQHZh cmFjLm5ldAAKCRBUZed+eHbtBKItD/4tXm/6Dqpjb+68tT0Jhs9D5pVuvAaEk0sW Z00r2v3aoRyq5nXrsBq7tS7Z8BUGY8En8PJB50ggH1s5GlLV+MYYxIujTgI8i2pX t9IAh2CAtISUEzW6YQ5sG5y+qjQxYU1U9F0gB94f/QlofgKxgdEskn4gTUqBzlrM cA1ND+hRgZRpJRH5zQvhgpoLhURVU6KWz0bcG7xHOflEB8Sq+Bsm/LcA0gM+TGLw DLQgSJZcF9rqLodQQrr6Y0f/5QtKvfetamTDIre343St1JGzz/VXUsyvwRcBJCN/ sQmoV3ma+u39obYnn/Yi6BvI4oktKwnBaNwYSas/+TyB4MqHeHghjM9cQqgCJijk bcafIGcOosoh8PJmzV2Mz4W7bUK5wHIJ1hWO9ssOOPXySQKUZHy4teSRkiWaKqeE YotM04oZ3NWyHr+ivNx0T2NfFZF5G/vJS70yoCANQWxytj9lxnCCTfzI+iv1vebW bQ8nmRe5vDTykWPyxNWgfgkI0ckXZ3zptLfqp1bH2SrvH1jgzm+1FYzgU+yvCZGM fiPjD2xfwHemp8aKQRIaLGjhafTfmwJcrW8i0+gvogU6MZGc+zOOr7IRf7+TkHRB 85PLfwAY8xFVh3Dt+PQux1W7tRFDyRawgz56YAOEw+mmz8ZQg9zE/nfr72/Ae2nR G8hMm2gCpQ== =uC8M -END PGP SIGNATURE-