Bug#946062: ITP: ruby-jsonpath -- Ruby implementation of jsonpath

2019-12-03 Thread Pirate Praveen
Package: wnpp severity: wishlist Owner: Pirate Praveen https://rubygems.org/gems/jsonpath a dependency of kubeclient 4.5 gem -> a dependency of gitlab 12.3+ -- Forwarded message -- From: Pirate Praveen Subject: Fwd: ITP: ruby-aws-sdk-core -- AWS SDK for Ruby - Core Date:

Bug#946056: Fwd: ITP: ruby-aws-sdk-core -- AWS SDK for Ruby - Core

2019-12-03 Thread Pirate Praveen
Package: wnpp severity: wishlist Owner: Pirate Praveen https://rubygems.org/gems/to_regexp to_regexp -> a dependency of jsonpath gem -> a dependency of kubeclient 4.5 gem -> a dependency of gitlab 12.3+

Bug#945995: ITP: ruby-aws-sdk-core -- AWS SDK for Ruby - Core

2019-12-02 Thread Pirate Praveen
Package: wnpp severity: wishlist Owner: Pirate Praveen https://rubygems.org/gems/aws-sdk-core this is a dependency of gitlab 12.3+

Bug#944997: ITP: ruby-net-ntp -- NTP client for ruby

2019-11-17 Thread Pirate Praveen
Package: wnpp severity: wishlist Owner: Pirate Praveen <https://rubygems.org/gems/net-ntp> <https://rubygems.org/gems/atlassian-jwt> this is a dependency of gitlab 12.3+

Bug#944869: ITP: ruby-atlassian-jwt -- simplify generating the claims needed to authenticate with the Atlassian Connect

2019-11-16 Thread Pirate Praveen
Package: wnpp severity: wishlist Owner: Pirate Praveen <https://rubygems.org/gems/atlassian-jwt> this is a dependency of gitlab 12.3+

Bug#942455: ITP: webassemblyjs -- Toolchain for WebAssembly

2019-10-16 Thread Pirate Praveen
Package: wnpp Severity: wishlist Upstream repo has many related node modules. These will be packaged as a single binary package (node-webassemblyjs) and maintained at This is a dependency on webpack

Bug#890253: [Pkg-javascript-devel] some progress towards packaging jest

2019-09-19 Thread Pirate Praveen
On Thu, Sep 19, 2019 at 5:40 PM, Paolo Greppi wrote: Hi, it now builds on sid: but there's still a lot to do: 1) turn on tests of course (it tests itself) 2) this lintian message is worth investigating: P: node-jest-cli:

Bug#883151: node-grunt-banner status

2019-08-27 Thread Pirate Praveen
On Tue, 27 Aug 2019 10:37:43 +0300 mer...@debian.org wrote: > Hello, > > What is the current status of node-grunt-banner? Are there any blockers > keeping it from being uploaded? As per https://wiki.debian.org/Javascript/Nodejs/NEW this package was rejected for being simple in favor of

Bug#935491: ITP: node-replify -- Easily add a REPL to your Node.js app

2019-08-23 Thread Pirate Praveen
On 2019, ഓഗസ്റ്റ് 23 12:26:46 PM IST, Joseph Nuthalapati wrote: >Package: wnpp >Severity: wishlist >Owner: Joseph Nuthalapati >X-Debbugs-CC: debian-de...@lists.debian.org > >* Package name: node-replify > Version : 1.2.0 > Upstream Author : Daniel D. Shaw (http://dshaw.com) >*

Bug#930635: SyntaxError: 'import' and 'export' may appear only with 'sourceType: module'

2019-07-30 Thread Pirate Praveen
On Mon, 17 Jun 2019 12:56:06 +0500 Pirate Praveen wrote: > grunt default > Running "clean:build" (clean) task > >> 5 paths cleaned. > > Running "bundle:build" (bundle) task > options.entry is deprecated, use options.input > >&g

Bug#930223: [Pkg-javascript-devel] need help with building node-dagre-d3-renderer with webpack

2019-06-27 Thread Pirate Praveen
Control: tag -1 -help On Wed, 26 Jun, 2019 at 12:31 PM, Pirate Praveen wrote: I need to install ES modules of node-lodash for umd generation (dagre-d3-renderer is importing from lodash). After building node-lodash-es from node-lodash, I hit a dead end with node-graphlibrary as it did

Bug#930223: [Pkg-javascript-devel] need help with building node-dagre-d3-renderer with webpack

2019-06-26 Thread Pirate Praveen
On 2019, ജൂൺ 25 5:08:43 PM IST, Pirate Praveen wrote: > > >On Tue, 25 Jun, 2019 at 3:13 PM, Pirate Praveen > wrote: >> Same error when changing package.json#main to dist/dagre-d3.js (umd >> format). > >To confirm it is not a browser only library, I down

Bug#930223: [Pkg-javascript-devel] need help with building node-dagre-d3-renderer with webpack

2019-06-25 Thread Pirate Praveen
On Tue, 25 Jun, 2019 at 3:13 PM, Pirate Praveen wrote: Same error when changing package.json#main to dist/dagre-d3.js (umd format). To confirm it is not a browser only library, I downloaded the dagre-d3-renderer dist.tarball from npmjs.com and the require command succeeds there.

Bug#930223: [Pkg-javascript-devel] need help with building node-dagre-d3-renderer with webpack

2019-06-25 Thread Pirate Praveen
On Tue, 25 Jun, 2019 at 3:07 PM, Pirate Praveen wrote: Now there is another error (tried replacing commonjs2 with commonjs, also tried with nodejs 12), dh_auto_test --buildsystem=nodejs /usr/bin/node -e require\(\".\"\) /<>/dist/dagre-d3.core.js:950 function

Bug#930223: [Pkg-javascript-devel] need help with building node-dagre-d3-renderer with webpack

2019-06-25 Thread Pirate Praveen
Control: tag -1 help On Tue, 25 Jun, 2019 at 1:49 PM, Pirate Praveen wrote: While looking for something else in package.json, I realized, there was a line excluding node_modules and there was two places I needed to update. With the following patch, webpack is successful. Now

Bug#930223: need help with building node-dagre-d3-renderer with webpack

2019-06-25 Thread Pirate Praveen
Control: tag -1 -help On Tue, 25 Jun, 2019 at 1:22 PM, Pirate Praveen wrote: The easiest fix would be updating node-d3-format, but it is not team maintained any more (result of an accidental hijack from me). Other option would be to fix webpack configuration. Hope someone can help here

Bug#930223: need help with building node-dagre-d3-renderer with webpack

2019-06-25 Thread Pirate Praveen
Control: tag -1 help On Sat, 08 Jun 2019 20:48:32 +0500 Pirate Praveen wrote:> This library is a dependency of gitlab. Since it uses babel and webpack > to generate ES5 code, it is not suitable for embedding. With node-d3 in NEW/salsa (#801765), I get this error. d3-format and d3

Bug#930635: SyntaxError: 'import' and 'export' may appear only with 'sourceType: module'

2019-06-17 Thread Pirate Praveen
grunt default Running "clean:build" (clean) task >> 5 paths cleaned. Running "bundle:build" (bundle) task options.entry is deprecated, use options.input >> SyntaxError: 'import' and 'export' may appear only with 'sourceType: module' (2:0) >> at error

Bug#930635: ITP: node-immutable -- Immutable Data Collections

2019-06-17 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen X-Debbugs-CC: debian-de...@lists.debian.org Control: block 930634 by -1 * Package name : node-immutable Version : 3.8.2 Upstream Author : Lee Byron (https://github.com/leebyron) * URL : https://facebook.github.com/immutable-js * License

Bug#930219: ITP: node-dagre-layout - should other dagre users switch?

2019-06-12 Thread Pirate Praveen
On Sun, 9 Jun 2019 17:43:10 +0100 "Rebecca N. Palmer" wrote: > Changes from dagre to this fork are summarized at [0]. It looks like > Gitlab use this fork because Mermaid does [1] and the fork author is a > major Mermaid contributor [2]. > > A few packages currently use the original

Bug#930265: ITP: node-rollup-plugin-invariant -- Rollup plugin to strip invariant(condition, message) strings in production

2019-06-09 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen X-Debbugs-CC: debian-de...@lists.debian.org Control: block 930262 by -1 * Package name : node-rollup-plugin-invariant Version : 0.5.6 Upstream Author : Ben Newman * URL : https://github.com/apollographql/invariant-packages * License

Bug#930262: ITP: node-apollo-link -- Flexible, lightweight transport layer for GraphQL

2019-06-09 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen X-Debbugs-CC: debian-de...@lists.debian.org * Package name : node-apollo-link Version : 1.2.11 Upstream Author : Evans Hauser * URL : https://github.com/apollographql/apollo-link#readme * License : Expat Programming Lang: JavaScript

Bug#930246: ITP: node-rollup-plugin-sourcemaps -- Rollup plugin for grabbing source maps from sourceMappingURLs

2019-06-09 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen X-Debbugs-CC: debian-de...@lists.debian.org * Package name : node-rollup-plugin-sourcemaps Version : 0.4.2 Upstream Author : Max Davidson * URL : https://github.com/maxdavidson/rollup-plugin-sourcemaps#readme * License : Expat

Bug#930223: ITP: node-dagre-d3-renderer -- D3-based renderer for Dagre

2019-06-08 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen X-Debbugs-CC: debian-de...@lists.debian.org * Package name : node-dagre-d3-renderer Version : 0.5.8 Upstream Author : Liad Yosef * URL : https://github.com/tylingsoft/dagre-d3-renderer#readme * License : Expat Programming Lang

Bug#930219: ITP: node-dagre-layout -- Graph layout for JavaScript

2019-06-08 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen X-Debbugs-CC: debian-de...@lists.debian.org * Package name : node-dagre-layout Version : 0.8.8 Upstream Author : Tyler Long * URL : https://github.com/tylingsoft/dagre-layout#readme * License : Expat Programming Lang: JavaScript

Bug#929814: ITP: ruby-rubocop-performance -- Automatic performance checking tool for Ruby code

2019-05-31 Thread Pirate Praveen
Hi jmkim, Which rails 6 gem needs this package? We usually don't run style checks during build. Praveen

Bug#921505: ITP: ruby-sprockets-export -- Sprockets Export

2019-02-06 Thread Pirate Praveen
package: wnpp severity: wishlist owner: Pirate Praveen from rubygems.org/gems/sprockets-export rails 5 build depends on this package (required for building action_cable.js) signature.asc Description: PGP signature

Bug#921499: ITP: ruby-blade-sauce-labs-plugin -- Blade Runner plugin for Sauce Labs (saucelabs.com)

2019-02-05 Thread Pirate Praveen
package: wnpp severity: wishlist owner: Pirate Praveen from rubygems.org/gems/blade-sauce_labs_plugin rails 5 build depends on this package (required for building action_cable.js) signature.asc Description: PGP signature

Bug#843021: [Pkg-javascript-devel] RFS: node-yarnpkg

2019-01-24 Thread Pirate Praveen
On വെ, ജനു 25, 2019 at 10:22 രാവിലെ, Paolo Greppi wrote: Hi, the package node-yarnpkg is ready since a couple of weeks: https://alioth-lists.debian.net/pipermail/pkg-javascript-devel/2019-January/030472.html I haven't received any feedback, but from my testing it seems to work in sid and

Bug#918597: ITP: ruby-spring-watcher-listen -- Makes spring watch files using the listen gem

2019-01-07 Thread Pirate Praveen
package: wnpp severity: wishlist owner: Pirate Praveen from rubygems.org/gems/spring-watcher-listen rails 5 recommends this package signature.asc Description: OpenPGP digital signature

Bug#916742: ITP: golang-github-namsral-flag -- Parse flags, environment variables and config files

2018-12-17 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen X-Debbugs-CC: debian-de...@lists.debian.org, debian...@lists.debian.org * Package name: golang-github-namsral-flag Version : 1.7.4~alpha+git20170814.67f268f-1 Upstream Author : Lars Wiegman * URL : https

Bug#916671: ITP: ruby-discordrb-webhooks-blackst0ne -- Webhook client for discordrb. Fork by blackst0ne

2018-12-16 Thread Pirate Praveen
package: wnpp severity: wishlist owner: Pirate Praveen from rubygems.org/gems/discordrb-webhooks-blackst0ne dependency of gitlab 11.6.x signature.asc Description: OpenPGP digital signature

Bug#916511: ITP: ruby-nakayoshi-fork -- solves CoW friendly problem on MRI 2.2 and later

2018-12-15 Thread Pirate Praveen
package: wnpp severity: wishlist owner: Pirate Praveen from rubygems.org/gems/nakayoshi_fork dependency of gitlab 11.6.x signature.asc Description: OpenPGP digital signature

Bug#885722: ITP: node-event-stream -- a toolkit for easy creation and use of Node.JS streams

2018-11-28 Thread Pirate Praveen
On Wed, 28 Nov 2018 18:08:09 +0530 Pirate Praveen wrote: > https://schneid.io/blog/event-stream-vulnerability-explained/ https://github.com/dominictarr/event-stream/issues/115 -- Sent from my Android device with K-9 Mail. Please excuse my brevity.

Bug#885722: ITP: node-event-stream -- a toolkit for easy creation and use of Node.JS streams

2018-11-28 Thread Pirate Praveen
On Wed, 13 Jun 2018 17:20:54 +0200 Hilko Bengen wrote: > * Dhanesh Sabane: > > > This package is also a dependency for monaco-editor. If you have not > > started, I'd like to take this up. > > Please go ahead. https://schneid.io/blog/event-stream-vulnerability-explained/ -- Sent from my

Bug#914296: ITP: node-path-parse -- Node.js path.parse() ponyfill

2018-11-22 Thread Pirate Praveen
On 2018, നവംബർ 22 9:15:16 PM IST, Nicolas Mora wrote: >Le 2018-11-22 03:54, Pirate Praveen a écrit : >> I suggest you embed it inside (same for other simple dependencies) >> node-istanbuljs. See >> >https://wiki.debian.org/Javascript/Nodejs/Npm2Deb#Embedding_some_modu

Bug#897023: [Pkg-javascript-devel] RFS: node-tar-fs

2018-11-22 Thread Pirate Praveen
On 2018, നവംബർ 22 9:19:51 PM IST, Paolo Greppi wrote: >Hi, I have packaged node-tar-fs: >https://salsa.debian.org/js-team/node-tar-fs > >I am Cc-ing the ITP. > >Please someone sponsor the upload. I think this is another candidate for embedding (no build steps required, not depended on by

Bug#914296: ITP: node-path-parse -- Node.js path.parse() ponyfill

2018-11-22 Thread Pirate Praveen
On 11/21/18 11:04 PM, Nicolas Mora wrote: > * Package name    : node-path-parse This is a simple module (does not involve any build steps) and ftp masters don't like many node packages. Many such small packages were rejected, see https://wiki.debian.org/Javascript/Nodejs/NEW > This package is

Bug#913990: ITP: ruby-js-regex -- Converts Ruby regexes to JavaScript regexes

2018-11-17 Thread Pirate Praveen
package: wnpp severity: wishlist owner: Pirate Praveen from rubygems.org/gems/js_regex dependency of gitlab 11.3.9 signature.asc Description: OpenPGP digital signature

Bug#913891: ITP: ruby-gitlab-sidekiq-fetcher -- Reliable fetch extension for Sidekiq

2018-11-16 Thread Pirate Praveen
package: wnpp severity: wishlist owner: Pirate Praveen from rubygems.org/gems/gitlab-sidekiq-fetcher dependency of gitlab 11.4.5 signature.asc Description: OpenPGP digital signature

Bug#913872: ITP: ruby-regexp-parser -- Scanner, lexer, parser for ruby's regular expressions

2018-11-16 Thread Pirate Praveen
package: wnpp severity: wishlist owner: Pirate Praveen from rubygems.org/gems/regexp_parser dependency of gitlab 11.3.9 signature.asc Description: OpenPGP digital signature

Bug#913868: ITP: ruby-character-set -- Build, read, write and compare sets of Unicode codepoints

2018-11-15 Thread Pirate Praveen
package: wnpp severity: wishlist owner: Pirate Praveen from rubygems.org/gems/character_set js_regex depends on it (dependency of gitlab 11.3.9) signature.asc Description: OpenPGP digital signature

Bug#913568: ITP: ruby-regexp-property-values -- Inspect property values supported by Ruby's regex engine

2018-11-12 Thread Pirate Praveen
package: wnpp severity: wishlist owner: Pirate Praveen from rubygems.org/gems/regexp_property_values <http://rubygems.org/gems/rack-proxy> js_regex and regexp_parser build depends on it (both of them dependency of gitlab 11.3.9) signature.asc Description: OpenPGP digital signature

Bug#911529: ITP: ruby-grape-path-helpers -- Route path helpers for Grape

2018-10-21 Thread Pirate Praveen
package: wnpp severity: wishlist owner: Pirate Praveen from rubygems.org/gems/grape-path-helpers <http://rubygems.org/gems/rack-proxy> signature.asc Description: OpenPGP digital signature

Bug#911168: ITP: node-jquery.waitforimages -- useful callbacks once descendant images have loaded

2018-10-16 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-jquery.waitforimages Version : 2.4.0 Upstream Author : Alex Dickson (http://alexanderdickson.com) * URL : https://github.com/alexanderdickson

Bug#885137: It's also a dep for rollup-plugin-terser

2018-10-14 Thread Pirate Praveen
On 2018, ഒക്‌ടോബർ 14 6:04:17 PM IST, Julien Puydt wrote: >Hi, > >serialize-javascript is also a dep for rollup-plugin-terser, which is >now needed for rollup. > >Embedding it in copy-webpack-plugin as it is small will not allow to >share it, so perhaps it should still be pushed as a

Bug#884427: closing

2018-10-12 Thread Pirate Praveen
css-loader 1.0 no longer requires cssnano signature.asc Description: OpenPGP digital signature

Bug#909786: ITP: node-timeago.js -- format datetime with *** time ago statement

2018-09-28 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-timeago.js Version : 3.0.2 Upstream Author : hustcc (http://git.hust.cc/timeago.js) * URL : https://github.com/hustcc/timeago.js#readme * License

Bug#909483: ITP: node-worker-loader -- worker loader module for webpack

2018-09-24 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-worker-loader Version : 2.0.0 Upstream Author : Tobias Koppers @sokra * URL : https://github.com/webpack-contrib/worker-loader * License

Bug#909293: ITP: node-graphlibrary -- directed and undirected multi-graph library

2018-09-21 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-graphlibrary Version : 2.2.0 Upstream Author : Tyler Long * URL : https://github.com/tylingsoft/graphlibrary#readme * License : Expat

Bug#909262: ITP: node-cache-loader -- Caches the result of following loaders on disk

2018-09-20 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-cache-loader Version : 1.2.2 Upstream Author : Tobias Koppers @sokra * URL : https://github.com/webpack-contrib/cache-loader * License

Bug#908637: ITP: node-uri-js -- URI/IRI parsing/validating/resolving library

2018-09-11 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen X-Debbugs-CC: debian-de...@lists.debian.org * Package name    : node-uri-js   Version : 4.2.2   Upstream Author : Gary Court * URL : https://github.com/garycourt/uri-js * License : BSD-2-Clause   Programming Lang

Bug#908566: ITP: node-chrome-trace-event -- create a trace of your node app per Google's Trace Event format

2018-09-11 Thread Pirate Praveen
On Tue, 11 Sep 2018 14:27:18 +0530 Pirate Praveen wrote: > This library is a dependency of webpack 4 and since it is built from > typescript source, its not a good candidate for embedding. Its dependency tslib and build dependency @types/node will be embedded.

Bug#908566: ITP: node-chrome-trace-event -- create a trace of your node app per Google's Trace Event format

2018-09-11 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen X-Debbugs-CC: debian-de...@lists.debian.org * Package name    : node-chrome-trace-event   Version : 1.0.0   Upstream Author : Trent Mick, Sam Saccone * URL : https://github.com/samccone/chrome-trace-event * License

Bug#908325: ITP: node-chart.js -- Simple HTML5 charts using the canvas element

2018-09-08 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-chart.js Version : 1.0.2 Upstream Author : Nick Downie * URL : http://www.chartjs.org * License : Expat Programming Lang: JavaScript

Bug#887142: ITP: node-nock -- It is an HTTP mocking and expectations library for Node.js

2018-08-21 Thread Pirate Praveen
On Sun, 14 Jan 2018 18:16:44 +0530 Manas Kashyap wrote:> Description : Nock is an HTTP mocking and expectations library for > Node.js node-pre-gyp tests need this package. signature.asc Description: OpenPGP digital signature

Bug#901205: ITP: node-srcset -- Parse and Stringify the srcset tool

2018-08-02 Thread Pirate Praveen
On Sun, 10 Jun 2018 13:02:09 +0530 Rishi Mundada wrote: > it is a dependency for node-sanitize-html package > I want to maintain this Javascript file. > Praveen has agreed to sponsor this package. Hi Rishi, Did you complete this package? Thanks Praveen signature.asc Description: OpenPGP

Bug#898224: [Pkg-javascript-devel] Problems to recreate minimized JS in r-cran-jsonld

2018-05-10 Thread Pirate Praveen
On Thu, May 10, 2018 at 2:31 PM, Andreas Tille wrote: > jsonld.js does not work. The file size of this uncompressed file is way > smaller than the minimazion result and doese not work together with the > R code. Thus I really need to undergo the process to create

Bug#898224: [Pkg-javascript-devel] Problems to recreate minimized JS in r-cran-jsonld

2018-05-10 Thread Pirate Praveen
On Wed, May 9, 2018 at 3:05 PM, Andreas Tille wrote: Hi, I was stumbling upon an issue with some minimized JS in the package r-cran-jsonld (ITPed in #898224). I tried to recreate jsonld.min.js and have written a script[1] which calls webpack in a clone of the Github

Bug#897021: [Pkg-javascript-devel] RFS: node-peek-stream

2018-04-28 Thread Pirate Praveen
On വെ, ഏപ്രി 27, 2018 at 9:06 വൈകു, Paolo Greppi wrote: Hi, I have packaged node-peek-stream: https://salsa.debian.org/js-team/node-peek-stream I am Cc-ing the ITP. Please someone sponsor the upload. Paolo Uploaded, thanks!

Bug#896691: [Pkg-javascript-devel] RFS: safe-regex

2018-04-28 Thread Pirate Praveen
On വെ, ഏപ്രി 27, 2018 at 8:49 വൈകു, Paolo Greppi wrote: Hi, I have packaged node-safe-regex: https://salsa.debian.org/js-team/node-safe-regex It requires node-ret which is already in the NEW queue. I have tested the build with sbuild --extra-package I am Cc-ing the

Bug#886866: [Pkg-javascript-devel] RFS: node-dnscache

2018-04-26 Thread Pirate Praveen
On വ്യാ, ഏപ്രി 26, 2018 at 8:02 വൈകു, Paolo Greppi wrote: Hi, I have packaged node-dnscache: https://salsa.debian.org/js-team/node-dnscache This requires node-asap which is already in the NEW queue. The ITP is CC-ed. Please someone sponsor the upload. Added

Bug#886849: [Pkg-javascript-devel] RFS: node-puka

2018-04-26 Thread Pirate Praveen
On വ്യാ, ഏപ്രി 26, 2018 at 7:54 വൈകു, Paolo Greppi wrote: Hi, I have packaged node-puka: https://salsa.debian.org/js-team/node-puka This requires node-rollup-plugin-babel which is already in the NEW queue. The ITP is in CC. Please someone sponsor the upload.

Bug#895139: [Pkg-javascript-devel] RFS: node-babel-plugin-array-includes

2018-04-26 Thread Pirate Praveen
On വ്യാ, ഏപ്രി 26, 2018 at 6:31 വൈകു, Paolo Greppi wrote: Hi, I have packaged node-babel-plugin-array-includes: https://salsa.debian.org/js-team/node-babel-plugin-array-includes I am Cc-ing the ITP. Please someone sponsor the upload. Year in copyright updated to

Bug#896692: [Pkg-javascript-devel] RFS: node-ret

2018-04-26 Thread Pirate Praveen
On ചൊ, ഏപ്രി 24, 2018 at 2:39 വൈകു, Paolo Greppi wrote: Hi, I have packaged node-ret: https://salsa.debian.org/js-team/node-ret I am Cc-ing the ITP. Please someone sponsor the upload. Updated copyright year to match LICENSE file and uploaded.

Bug#895641: ITP: ruby-tomlrb -- A racc based toml parser

2018-04-13 Thread Pirate Praveen
On April 14, 2018 2:18:20 AM GMT+05:30, Stefano Rivera wrote: >Package: wnpp >Severity: wishlist >Owner: Stefano Rivera > >* Package name: ruby-tomlrb > Version : 1.2.6 > Upstream Author : Francois Bernier >* URL

Bug#885165: ITP: node-cidr-regex -- Regular expression for matching IP addresses in CIDR notation

2018-01-29 Thread Pirate Praveen
On തിങ്കള്‍ 25 ഡിസംബര്‍ 2017 06:06 വൈകു, Hemant Yadav wrote: > * Package name    : node-cidr-regex Since this package is very small, I'm embedding it inside node-is-cidr (which we actully need for npm 5.x). signature.asc Description: OpenPGP digital signature

Bug#886404: [Pkg-javascript-devel] node-rollup-plugin-babel: build error unrepro but babelHelpers missing error in autopkgtest

2018-01-18 Thread Pirate Praveen
On ബുധന്‍ 17 ജനുവരി 2018 07:15 വൈകു, Paolo Greppi wrote: > But back to our issue, I follow you on 887500, but I am unsure whether 887497 > really blocks 886404 ? > > I mean, only one of the 4 Critical dependency warnings seems related to > /usr/lib/nodejs/base/utils.js (node-base) Well, it is

Bug#886404: [Pkg-javascript-devel] node-rollup-plugin-babel: build error unrepro but babelHelpers missing error in autopkgtest

2018-01-17 Thread Pirate Praveen
On 2018, ജനുവരി 17 4:54:11 PM IST, Pirate Praveen <prav...@onenetbeyond.org> wrote: >These warnings are gone with latest versions of base but it will break >snapdragon. New version of snapdragon does not depend on base, but it >will break braces. But braces upstream is not inter

Bug#886404: [Pkg-javascript-devel] node-rollup-plugin-babel: build error unrepro but babelHelpers missing error in autopkgtest

2018-01-17 Thread Pirate Praveen
On 2018, ജനുവരി 17 3:35:44 PM IST, Paolo Greppi wrote: >First the good news: I dont' get the build error on sid today. Maybe >that problem has solved by itself ;-) I think the build error was fixed by adding external-helpers plugin. >But the autopkgtest fails with the

Bug#829046: recap

2017-12-29 Thread Pirate Praveen
On 12/29/2017 11:45 PM, Sergio Durigan Junior wrote: > I would also like to notice that I'm still working on my personal copy > of the repository, located at: > > https://git.sergiodj.net/debian/pagure.git/ > > Although I appreciate the help from Boyuan Yang, I think the pagure.git >

Bug#884380: ITP: node-postcss-discard-duplicates -- Discard duplicate rules in your CSS files with PostCSS

2017-12-14 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen <prav...@debian.org> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-postcss-discard-duplicates Version : 2.1.0 Upstream Author : Ben Briggs <beneb.i...@gmail.com> (http://beneb.info) * URL

Bug#884308: ITP: node-jquery-mousewheel -- jQuery plugin that adds cross-browser mouse wheel support

2017-12-13 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen <prav...@debian.org> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-jquery-mousewheel Version : 3.1.13 Upstream Author : jQuery Foundation and other contributors (https://github.com/jquery/jquery-mous

Bug#843021: [Pkg-javascript-devel] node-yarnpkg status update

2017-10-31 Thread Pirate Praveen
On ചൊവ്വ 31 ഒക്ടോബര്‍ 2017 02:28 വൈകു, Paolo Greppi wrote: > Before I file ITPs for these: > - asap > - chownr https://github.com/isaacs/chownr/issues/14 > - dnscache > - gulp-if > - gulp-watch I think we could skip this, likely required only for development (to run gulp when files change). >

Bug#871459: [Pkg-javascript-devel] vue.js

2017-10-30 Thread Pirate Praveen
On തിങ്കള്‍ 30 ഒക്ടോബര്‍ 2017 04:18 വൈകു, Paolo Greppi wrote: > BTW this is only Vue core, there are also some supporting libraries which may > need packaging: > vue-router, vuex, vue-cli, vue-loader, vue-server-renderer, > vue-class-component, vue-rx and vue-devtools. > > Any help or

Bug#879101: ITP: node-uniqid -- Unique ID Generator

2017-10-19 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen <prav...@debian.org> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-uniqid Version : 4.1.1 Upstream Author : Halász Ádám <m...@adamhalasz.com> (http://adamhalasz.com/) * URL : http:

Bug#874691: ITP: node-eslint-plugin-html -- lint and fix inline scripts contained in HTML files

2017-09-08 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen <prav...@debian.org> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-eslint-plugin-html Version : 3.2.1 Upstream Author : Benoît Zugmeyer * URL : https://github.com/BenoitZugmeyer/eslint-

Bug#860517: ITP: node-trim-right -- removes whitespace on the right

2017-08-30 Thread Pirate Praveen
On Tue, 18 Apr 2017 07:05:35 + Bastien Roucaries wrote:> No do not package... The patch is only one line. I think maintaining a patch in multiple packages is more work (manual intervention, needs deeper js knowledge) as I just came across this for

Bug#872024: ITP: golang-go.uber-multierr -- multierr allows combining one or more Go errors together

2017-08-13 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen <prav...@debian.org> X-Debbugs-CC: debian-de...@lists.debian.org, pkg-go-maintain...@lists.alioth.debian.org * Package name: golang-go.uber-multierr Version : 1.1.0-1 Upstream Author : Uber Technologies, Inc.

Bug#872018: ITP: golang-go.uber-atomic -- Simple wrappers for primitive types to enforce atomic access

2017-08-13 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen <prav...@debian.org> * Package name: golang-go.uber-atomic Version : 1.2.0+git20170719.9.70bd126-1 Upstream Author : Uber Technologies, Inc. * URL : https://go.uber.org/atomic * License :

Bug#871901: ITP: golang-github-kelseyhightower-envconfig-dev -- decode environment variables based on a user defined specification

2017-08-12 Thread Pirate Praveen
package: wnpp severity: wishlist owner: Pirate Praveen <prav...@debian.org> from https://github.com/kelseyhightower/envconfig/ a build dependency of gitaly (part of gitlab). signature.asc Description: OpenPGP digital signature

Bug#870735: ITP: node-worker-farm -- FIX_ME write the Debian package description

2017-08-04 Thread Pirate Praveen
On വെള്ളി 04 ആഗസ്റ്റ് 2017 08:47 വൈകു, ANANTHANUNNI A wrote: > Package: wnpp > Severity: wishlist > Owner: Ananthan Unni A > X-Debbugs-CC: debian-de...@lists.debian.org > > * Package name: node-worker-farm > Version : 1.4.1 > Upstream Author : FIX_ME upstream

Bug#869765: ITP: node-jed -- Gettext Style i18n for Modern JavaScript Apps

2017-07-26 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen <prav...@debian.org> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-jed Version : 1.1.1 Upstream Author : Alex Sexton <alexsex...@gmail.com> * URL : https://github.com/SlexAxto

Bug#865082: ITP: node-process -- process information for node.js and browsers

2017-06-19 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen <prav...@debian.org> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-process Version : 0.11.10 Upstream Author : Roman Shtylman <shtyl...@gmail.com> * URL : https://github.com/shtylman/

Bug#829046: Difficulties in packaging pagure

2017-05-19 Thread Pirate Praveen
On 2017, മേയ് 18 9:35:50 PM IST, Boyuan Yang <073p...@gmail.com> wrote: >I have several understandings on it: > >Option 1 > > >* Will not use any bundled javascript libraries, no matter minified or >not >* Will depend on corresponding libjs-* packages and make symlinks to >provide

Bug#829046: Difficulties in packaging pagure

2017-05-17 Thread Pirate Praveen
On വ്യാഴം 18 മെയ് 2017 12:13 രാവിലെ, Shengjing Zhu wrote: > Hi, > > I tried to build this package and fix the tests errors. > My work is on: > https://pagure.io/fork/zhsj/pagure/blob/debian/f/debian > > Now, it can build 2.15 successfully. This is excellent! > There still needs three patches.

Bug#862809: ITP: node-set-immediate-shim -- Simple setImmediate shim

2017-05-17 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen <prav...@debian.org> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-set-immediate-shim Version : 1.0.1 Upstream Author : Sindre Sorhus <sindresor...@gmail.com> (sindresorhus.com) * URL

Bug#829046: Moving away from (unsupportable) FusionForge on Alioth?

2017-05-14 Thread Pirate Praveen
On ഞായര്‍ 14 മെയ് 2017 08:20 വൈകു, Boyuan Yang wrote: > I'm a little bit confused. The bug forwarding address in #829046 points at > http://git.sergiodj.net/, however I couldn't find packaging for pagure > anywhere. Seems all deleted sometime before. I don't know why Sergio does not want to

Bug#862284: ITP: node-sshpk -- library for finding and using SSH public keys

2017-05-10 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen <prav...@debian.org> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-sshpk Version : 1.13.0 Upstream Author : Joyent, Inc * URL : https://github.com/arekinath/node-sshpk#readme * L

Bug#862275: ITP: node-require-inject -- simple mock injector

2017-05-10 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen <prav...@debian.org> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-require-inject Version : 1.4.0 Upstream Author : Rebecca Turner <m...@re-becca.org> (http://re-becca.org) * URL

Bug#862235: ITP: node-dot -- Concise and fast javascript templating

2017-05-09 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen <prav...@debian.org> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-dot Version : 1.1.1 Upstream Author : Laura Doktorova <ldoktor...@gmail.com> * URL : http://github.com/olado/d

Bug#862106: ITP: node-wide-align -- wide-character aware text alignment function

2017-05-08 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen <prav...@debian.org> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-wide-align Version : 1.1.0 Upstream Author : Rebecca Turner <m...@re-becca.org> (http://re-becca.org/) * URL

Bug#862034: ITP: node-pbkdf2 -- RSA PKCS#5 v2.0 module in JavaScript

2017-05-07 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen <prav...@debian.org> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-pbkdf2 Version : 3.0.9 Upstream Author : Daniel Cousens * URL : https://github.com/crypto-browserify/pbkdf2 * L

Bug#862033: ITP: node-bcrypt-pbkdf -- Port of the OpenBSD bcrypt_pbkdf function to pure JS

2017-05-07 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen <prav...@debian.org> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-bcrypt-pbkdf Version : 1.0.1 Upstream Author : Devi Mandiri, arekinath <a...@cooperi.net> * URL : https://www.npmjs

Bug#861795: ITP: node-hawk -- HTTP Hawk Authentication Scheme

2017-05-04 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen <prav...@debian.org> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-hawk Version : 6.0.1 Upstream Author : Eran Hammer <e...@hammer.io> (http://hueniverse.com) * URL : https:

Bug#861791: ITP: node-create-ecdh -- create browserifiable ECDH

2017-05-03 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen <prav...@debian.org> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-create-ecdh Version : 4.0.0 Upstream Author : Calvin Metcalf * URL : https://github.com/crypto-browserify/createECDH * L

Bug#861679: ITP: node-dashdash -- light, featureful and explicit option parsing library

2017-05-02 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen <prav...@debian.org> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-dashdash Version : 1.14.1 Upstream Author : Trent Mick <tre...@gmail.com> (http://trentm.com) * URL : https://githu

Bug#861655: ITP: node-vm-browserify -- vm module for the browser

2017-05-02 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen <prav...@debian.org> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-vm-browserify Version : 0.0.4 Upstream Author : James Halliday <m...@substack.net> (http://substack.net) * URL

Bug#861639: ITP: node-elliptic -- fast elliptic curve cryptography in pure javascript

2017-05-01 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen <prav...@debian.org> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-elliptic Version : 6.4.0 Upstream Author : Fedor Indutny <fe...@indutny.com> * URL : https://github.com/indu

Bug#861440: ITP: node-boom -- HTTP-friendly error objects

2017-04-29 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen <prav...@debian.org> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-boom Version : 4.3.1 Upstream Author : Walmart * URL : https://github.com/hapijs/boom#readme * License : BSD-3-

<    1   2   3   4   5   6   >