Re: Bug#781870: ITP: ply -- Python implementation of the common parsing tools lex and yacc

2015-04-03 Thread Scott Kitterman
On Friday, April 03, 2015 11:06:38 PM Scott Kitterman wrote:
> Package: wnpp
> Severity: wishlist
> Owner: Scott Kitterman 
> 
> * Package name: ply
>   Version : 3.4
>   Upstream Author : David M. Beazley (Dabeaz LLC)
> * URL : http://www.dabeaz.com/ply/
> * License : BSD
>   Programming Lang: Python
>   Description : Python implementation of the common parsing tools lex
> and yacc

Nevermind.  I figured out this is already packaged.

Scott K


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/3873393.dm51Id3qNq@kitterma-e6430



Bug#781870: ITP: ply -- Python implementation of the common parsing tools lex and yacc

2015-04-03 Thread Scott Kitterman
Package: wnpp
Severity: wishlist
Owner: Scott Kitterman 

* Package name: ply
  Version : 3.4
  Upstream Author : David M. Beazley (Dabeaz LLC)
* URL : http://www.dabeaz.com/ply/
* License : BSD
  Programming Lang: Python
  Description : Python implementation of the common parsing tools lex and 
yacc

 python-ply is a 100% Python implementation of the common parsing tools lex and
 yacc. Here are a few highlights:
 .
  * very closely modeled after traditional lex/yacc.
 .
  * provides *very* extensive error reporting and diagnostic information to
assist in parser construction.
 .
  * provides full support for empty productions, error recovery, precedence
specifiers, and moderately ambiguous grammars.
 .
  * based on LR-parsing which is fast, memory efficient, better suited to large
grammars, and has a number of nice properties when dealing with syntax
errors and other parsing problems. Builds its parsing tables using the LALR
algorithm used in yacc.
 .
  * uses Python introspection features to build lexers and parsers. This greatly
simplifies the task of parser construction since it reduces the number of
files and eliminates the need to run a separate lex/yacc tool before running
your program.
 .
  * can be used to build parsers for "real" programming languages. Athough not
ultra-fast due to its Python implementation, can be used to parse grammars
consisting of several hundred rules (as might be found for a language like
C). The lexer and LR parser are also reasonably efficient when parsing
typically sized programs.

The package will be maintained in the DPMT.  It is a dependency of another
package I plan to upload.  If anyone else is interested in this, please let me
know and I'll add you to uploaders.

It supports (and will be packaged for) both python and python3.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20150404030638.28664.53293.reportbug@kitterma-E6430



Bug#781854: ITP: node-component-emitter -- Event emitter for Node.js

2015-04-03 Thread Bas Couwenberg
Package: wnpp
Severity: wishlist
Owner: Bas Couwenberg 

* Package name: node-component-emitter
  Version : 1.2.0
  Upstream Author : Component contributors 
* URL : https://github.com/component/emitter
* License : Expat
  Programming Lang: JavaScript
  Description : Event emitter for Node.js

emitter is a Node.js module for emitting events.

The Emitter object can be used as an instance, mixin or prototype mixin.


node-component-emitter is required for node-engine.io-client (#781850) and
node-socket.io-client (#781412), which in turn is required for node-socket.io
(#707166).

The node-component-emitter package will be maintained in the JavaScript team.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20150403211611.11143.80658.report...@osiris.linuxminded.xs4all.nl



Re: Bug#781851: RFP: sigil -- Sigil is a free, open source, multi-platform ebook editor. It is designed to edit books in ePub format.

2015-04-03 Thread Mattia Rizzolo
retitle 781851 ITP sigil -- A WYSIWYG ebook editor
owner 590180 !
forcemerge 590180 781851
thanks

On Fri, Apr 03, 2015 at 05:26:47PM -0300, federico mosquera wrote:
>Package name: sigil
> Version: 0.8.5

There is already an ITP for it, see https://bugs.debian.org/590180

Also the package is already done, waiting in the NEW queue:
https://ftp-master.debian.org/new/sigil_0.8.4+dfsg-1.html

Aye, I know there is a newer version available, but I prefer waiting for the
full inclusion of the package in the archive before updating it. Also the
changes are really minimal.

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540 .''`.
more about me:  http://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia `-


signature.asc
Description: Digital signature


Bug#781851: RFP: sigil -- Sigil is a free, open source, multi-platform ebook editor. It is designed to edit books in ePub format.

2015-04-03 Thread federico mosquera
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org

--- Please fill out the fields below. ---

   Package name: sigil
Version: 0.8.5
Upstream Author: John Schember j...@nachtimwald.com
URL: https://github.com/user-none/Sigil
License: GPLv3
Description: Sigil is a multi-platform EPUB ebook editor with the following 
features:
Multi-platform: runs on Windows, Mac, and Linux (note Linux only
receives limited support)
Full UTF-16 support
EPUB 2 spec support with limited EPUB 3 support
Multiple Views: Book View, Code View and Preview View
WYSIWYG editing in Book View
Complete control over directly editing EPUB syntax in Code View
Table of Contents generator with multi-level heading support
Metadata editor
User interface translated into many languages
Spell checking with default and user configurable dictionaries
Full Regular Expression (PCRE) support for Find & Replace
Supports import of EPUB and HTML files, images, and style sheets,
Documents can be validated for EPUB compliance with the integrated
All imported files have their formatting corrected, and your editing
can be optionally cleaned
Plugins!



signature.asc
Description: This is a digitally signed message part


Bug#781850: ITP: node-engine.io-client -- Client for the realtime engine behind socket.io

2015-04-03 Thread Bas Couwenberg
Package: wnpp
Severity: wishlist
Owner: Bas Couwenberg 

* Package name: node-engine.io-client
  Version : 1.5.1
  Upstream Author : Automattic, Inc. 
(https://github.com/Automattic/engine.io-client/issues)
* URL : https://github.com/Automattic/engine.io-client
* License : Expat
  Programming Lang: JavaScript
  Description : Client for the realtime engine behind socket.io

engine.io-client is a Node.js module providing the client for engine.io.

engine.io is the realtime engine behind Socket.IO. It provides the foundation
of a bidirectional connection between client and server.


node-engine.io-client is required for node-socket.io-client (#781412), which
in turn is required for node-socket.io (#707166).

The node-engine.io-client package will be maintained in the JavaScript team.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20150403193653.30665.49502.report...@osiris.linuxminded.xs4all.nl



Re: automake : include

2015-04-03 Thread Jerome BENOIT


On 03/04/15 20:58, Cyril Brulebois wrote:
> Jerome BENOIT  (2015-04-03):
>> Hello List,
>>
>> does anyone have in mind a working sample for the automake include feature 
>> [1] ?
>>
>> Thanks in advance,
>> Jerome
>>
>> [1] 
>> https://www.gnu.org/software/automake/manual/html_node/Include.html#Include
> 
> You may want to ask https://codesearch.debian.net/ ;)

done before the post: it is indeed a great source of code samples.

Cheers,
Jerome


> 
> Mraw,
> KiBi.
> 


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/551ee66e.8030...@rezozer.net



Re: automake : include

2015-04-03 Thread Cyril Brulebois
Jerome BENOIT  (2015-04-03):
> Hello List,
> 
> does anyone have in mind a working sample for the automake include feature 
> [1] ?
> 
> Thanks in advance,
> Jerome
> 
> [1] 
> https://www.gnu.org/software/automake/manual/html_node/Include.html#Include

You may want to ask https://codesearch.debian.net/ ;)

Mraw,
KiBi.


signature.asc
Description: Digital signature


Re: automake : include

2015-04-03 Thread Jonas Smedegaard
Quoting Jerome BENOIT (2015-04-03 18:56:17)
> On 03/04/15 18:30, Jonas Smedegaard wrote:
>> Quoting Jerome BENOIT (2015-04-03 17:57:38)
>>> does anyone have in mind a working sample for the automake include 
>>> feature [1] ?
>
> I have particularly in mind the %reldir% and %canon_reldir% feature .

Sorry, I cannot help with those.


>> cdbs

I recommend to not top-post: it complicates quoting only the parts of 
the dialogue.

See e.g. http://www.catb.org/~esr/jargon/html/T/top-post.html


 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: signature


Re: automake : include

2015-04-03 Thread Jerome BENOIT
Thanks,

On 03/04/15 18:30, Jonas Smedegaard wrote:
> Quoting Jerome BENOIT (2015-04-03 17:57:38)
>> does anyone have in mind a working sample for the automake include 
>> feature [1] ?

I have particularly in mind the %reldir% and %canon_reldir% feature .

Jerome
> 
> cdbs
> 
>  - Jonas
> 


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/551ec631.2030...@rezozer.net



Re: automake : include

2015-04-03 Thread Jonas Smedegaard
Quoting Jerome BENOIT (2015-04-03 17:57:38)
> does anyone have in mind a working sample for the automake include 
> feature [1] ?

cdbs

 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: signature


automake : include

2015-04-03 Thread Jerome BENOIT
Hello List,

does anyone have in mind a working sample for the automake include feature [1] ?


Thanks in advance,
Jerome

[1] https://www.gnu.org/software/automake/manual/html_node/Include.html#Include


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/551eb872.5050...@rezozer.net



Bug#781832: ITP: python-tappy -- Python Test Anything Protocol (TAP) tools

2015-04-03 Thread Nicolas CANIART
Package: wnpp
Severity: wishlist
Owner: Nicolas CANIART 

* Package name: python-tappy
  Version : 1.3
  Upstream Author : Matt LAYMAN
* URL : http://github.com/mblayman/tappy
* License : BSD
  Programming Lang: Python
  Description : TAP producer/consumer tools for python unittest

The tap module provides a set of tools for working with the
Test Anything Protocol (TAP). TAP is a line based test protocol
for recording test data in a standard way.

This module comes with a test-runner that implements the
unittest.TestRunner interface and that produces TAP compliant
output. It also includes tools to parse the output produced by
TAP compliant test-runners.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20150403144417.3061.66589.report...@amboss.schmiede.caniart.net



Bug#781824: ITP: node-utf8 -- JavaScript UTF-8 encoder/decoder

2015-04-03 Thread Bas Couwenberg
Package: wnpp
Severity: wishlist
Owner: Bas Couwenberg 

* Package name: node-utf8
  Version : 2.0.0
  Upstream Author : Mathias Bynens (https://mathiasbynens.be/)
* URL : https://mths.be/utf8js
* License : Expat or GPL-2+
  Programming Lang: JavaScript
  Description : JavaScript UTF-8 encoder/decoder

utf8.js is a well-tested UTF-8 encoder/decoder written in JavaScript.
Unlike many other JavaScript solutions, it is designed to be a proper
UTF-8 encoder/decoder: it can encode/decode any scalar Unicode code point
values, as per the Encoding Standard.


node-utf8 is required for node-engine.io-parser (#781458), which in
turn is required for node-socket.io (#707166).

The node-utf8 package will be maintained in the JavaScript team.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20150403130423.11061.35994.report...@osiris.linuxminded.xs4all.nl



Bug#781822: ITP: tryton-modules-account-payment-sepa-cfonb -- Account Payment SEPA CFONB Module for the Tryton Application Platform

2015-04-03 Thread Mathias Behrle
X-Debbugs-CC: debian-devel@lists.debian.org
Package: wnpp
Severity: wishlist
Owner: Debian Tryton Maintainers 

* Package name: tryton-modules-account-payment-sepa-cfonb
  Version : 3.6.0
  Upstream Author : Tryton project (www.tryton.org)
* URL : http://downloads.tryton.org/3.6/
* License : GPL-3+
  Programming Lang: Python
  Description : Tryton Application Platform (Account Payment SEPA CFONB 
Module)
 Tryton is a high-level general purpose application platform. It is the base
 of a complete business solution as well as a comprehensive health and hospital
 information system (GNUHealth).
 .
 This package adds CFONB flavors to SEPA messages.


This package is another base module published by the Tryton project.


pgpDKn4RKvaPJ.pgp
Description: Digitale Signatur von OpenPGP


Bug#781819: ITP: tryton-modules-sale-extra -- Sale Extra Module for the Tryton Application Platform

2015-04-03 Thread Mathias Behrle
X-Debbugs-CC: debian-devel@lists.debian.org
Package: wnpp
Severity: wishlist
Owner: Debian Tryton Maintainers 

* Package name: tryton-modules-sale-extra
  Version : 3.6.0
  Upstream Author : Tryton project (www.tryton.org)
* URL : http://downloads.tryton.org/3.6/
* License : GPL-3+
  Programming Lang: Python
  Description : Tryton Application Platform (Stock SLED Module)
 Tryton is a high-level general purpose application platform. It is the base
 of a complete business solution as well as a comprehensive health and hospital
 information system (GNUHealth).
 .
 This module allows one to add automatically extra lines on sales matching
 specified criteria defined on price lists.


This package is another base module published by the Tryton project.


pgpg1SASDNhvo.pgp
Description: Digitale Signatur von OpenPGP


Bug#781820: ITP: tryton-modules-commission -- Commission Module for the Tryton Application Platform

2015-04-03 Thread Mathias Behrle
X-Debbugs-CC: debian-devel@lists.debian.org
Package: wnpp
Severity: wishlist
Owner: Debian Tryton Maintainers 

* Package name: tryton-modules-commission
  Version : 3.6.0
  Upstream Author : Tryton project (www.tryton.org)
* URL : http://downloads.tryton.org/3.6/
* License : GPL-3+
  Programming Lang: Python
  Description : Tryton Application Platform (Commission Module)
 Tryton is a high-level general purpose application platform. It is the base
 of a complete business solution as well as a comprehensive health and hospital
 information system (GNUHealth).
 .
 This module allows one to manage commissions for sales agents.


This package is another base module published by the Tryton project.


pgpUl6oIif9JL.pgp
Description: Digitale Signatur von OpenPGP


Bug#781821: ITP: tryton-modules-commission-waiting -- Commission Waiting Module for the Tryton Application Platform

2015-04-03 Thread Mathias Behrle
X-Debbugs-CC: debian-devel@lists.debian.org
Package: wnpp
Severity: wishlist
Owner: Debian Tryton Maintainers 

* Package name: tryton-modules-commission-waiting
  Version : 3.6.0
  Upstream Author : Tryton project (www.tryton.org)
* URL : http://downloads.tryton.org/3.6/
* License : GPL-3+
  Programming Lang: Python
  Description : Tryton Application Platform (Commission Waiting Module)
 Tryton is a high-level general purpose application platform. It is the base
 of a complete business solution as well as a comprehensive health and hospital
 information system (GNUHealth).
 .
 This module allows one to generate account moves for commissions to a waiting
 account, that is cleared on posting of the invoice.


This package is another base module published by the Tryton project.


pgp0RKkaap37b.pgp
Description: Digitale Signatur von OpenPGP


Bug#781818: ITP: tryton-modules-account-deposit -- Account Deposit Module for the Tryton Application Platform

2015-04-03 Thread Mathias Behrle
X-Debbugs-CC: debian-devel@lists.debian.org
Package: wnpp
Severity: wishlist
Owner: Debian Tryton Maintainers 

* Package name: tryton-modules-account-deposit
  Version : 3.6.0
  Upstream Author : Tryton project (www.tryton.org)
* URL : http://downloads.tryton.org/3.6/
* License : GPL-3+
  Programming Lang: Python
  Description : Tryton Application Platform (Account Deposit Module)
 Tryton is a high-level general purpose application platform. It is the base
 of a complete business solution as well as a comprehensive health and hospital
 information system (GNUHealth).
 .
 This module allows one to manage deposit amounts paid by the customer in
 advance.


This package is another base module published by the Tryton project.


pgpsxodJtCGaa.pgp
Description: Digitale Signatur von OpenPGP


Bug#781817: ITP: tryton-modules-account-tax-rule-country -- Account Tax Rule Country Module for the Tryton Application Platform

2015-04-03 Thread Mathias Behrle
X-Debbugs-CC: debian-devel@lists.debian.org
Package: wnpp
Severity: wishlist
Owner: Debian Tryton Maintainers 

* Package name: tryton-modules-account-tax-rule-country
  Version : 3.6.0
  Upstream Author : Tryton project (www.tryton.org)
* URL : http://downloads.tryton.org/3.6/
* License : GPL-3+
  Programming Lang: Python
  Description : Tryton Application Platform (Account Tax Rule Country 
Module)
 Tryton is a high-level general purpose application platform. It is the base
 of a complete business solution as well as a comprehensive health and hospital
 information system (GNUHealth).
 .
 This module allows one to define tax rules based on origin and
 destination countries.


This package is another base module published by the Tryton project.


pgpGoIlXSDPTY.pgp
Description: Digitale Signatur von OpenPGP


Bug#781816: ITP: tryton-modules-stock-lot-sled -- Stock Lot SLED Module for the Tryton Application Platform

2015-04-03 Thread Mathias Behrle
X-Debbugs-CC: debian-devel@lists.debian.org
Package: wnpp
Severity: wishlist
Owner: Debian Tryton Maintainers 

* Package name: tryton-modules-stock-lot-sled
  Version : 3.6.0
  Upstream Author : Tryton project (www.tryton.org)
* URL : http://downloads.tryton.org/3.6/
* License : GPL-3+
  Programming Lang: Python
  Description : Tryton Application Platform (Stock SLED Module)
 Tryton is a high-level general purpose application platform. It is the base
 of a complete business solution as well as a comprehensive health and hospital
 information system (GNUHealth).
 .
 This module handles the following aspects on product lots:
 .
  * Shelf Live Expiration Date
  * Expiration Date

This package is another base module published by the Tryton project.


pgpRnBXNkSBwM.pgp
Description: Digitale Signatur von OpenPGP


Bug#781815: ITP: python-cached-property -- A cached-property for decorating methods in classes

2015-04-03 Thread Mathias Behrle
X-Debbugs-CC: debian-devel@lists.debian.org
Package: wnpp
Severity: wishlist
Owner: Debian Tryton Maintainers 

* Package name: python-cached-property
  Version : 1.0.0
  Upstream Author : Daniel Greenfeld
* URL : https://github.com/pydanny/cached-property
* License : BSD
  Programming Lang: Python
  Description : A cached-property for decorating methods in classes (Python 
2)
  * Makes caching of time or computational expensive properties quick and easy.
  * Simple to use.
  * Works in Python 2 and 3.
  .
  This package is targeting Python version 2.


* Package name: python3-cached-property
  Version : 1.0.0
  Upstream Author : Daniel Greenfeld
* URL : https://github.com/pydanny/cached-property
* License : BSD
  Programming Lang: Python
  Description : A cached-property for decorating methods in classes (Python 
3)
  * Makes caching of time or computational expensive properties quick and easy.
  * Simple to use.
  * Works in Python 2 and 3.
  .
  This package is targeting Python version 3.


This package will be needed as a dependency for the next version (3.6) of the
Tryton module tryton-modules-account-asset.


pgpSbM4KnCNnb.pgp
Description: Digitale Signatur von OpenPGP


Re: Bug#781765: ITP: graph-tool -- Python library for network (graph) analysis

2015-04-03 Thread Daniel Stender
On 02.04.2015 23:43, Iain R. Learmonth wrote:
> Hi,
> 
> On Thu, Apr 02, 2015 at 11:25:44PM +0200, Daniel Stender wrote:
 * Package name: graph-tool
>>> If it is a python library/module, should't it be in the python-
>>> namespace ?
>> Sorry, I've forgot to mention, the binary would be:
>> python3-graph-tool.
> 
> The source package should still be python-graph-tool really. Unless
> it's a standalone application on its own, it helps to keep things
> tidy.
> 
> Thanks, Iain.

That's a point. All right.

DS

-- 
http://qa.debian.org/developer.php?login=debian%40danielstender.com
4096R/DF5182C8
46CB1CA89EA3B74376761DB915E09AF4DF5182C8



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/551e4eff.2070...@danielstender.com