Processed: Re: Bug#1009671: (ITP: python-parsimonious -- fastest pure-Python PEG parser)

2022-06-19 Thread Debian Bug Tracking System
Processing control commands:

> retitle -1 ITP: python-parsimonious -- fastest pure-Python PEG parser
Bug #1009671 [wnpp] RFP: python-parsimonious -- fastest pure-Python PEG parser
Changed Bug title to 'ITP: python-parsimonious -- fastest pure-Python PEG 
parser' from 'RFP: python-parsimonious -- fastest pure-Python PEG parser'.

-- 
1009671: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009671
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1009671: (ITP: python-parsimonious -- fastest pure-Python PEG parser)

2022-06-19 Thread Bastian Germann

Control: retitle -1 ITP: python-parsimonious -- fastest pure-Python PEG parser

Am 19.06.22 um 15:07 schrieb Nilson Silva:

Hello Bastian! Certainly




Bug#1009671: (ITP: python-parsimonious -- fastest pure-Python PEG parser)

2022-06-19 Thread Bastian Germann

Hi Nilson,

I need parsimonious for a new crossbar version. Do you still want to package it?

Thanks,
Bastian



Bug#1009671: (ITP: python-parsimonious -- fastest pure-Python PEG parser)

2022-04-24 Thread Nilson Silva
Hi,
In order to meet Debian guidelines (Python Team) this package is renamed 
and first paragraph of the long description:

from : python3-parsimonious to: python-parsimonious

from: visa ser o analisador de lookahead arbitrário mais rápido escrito
   em Python puro - e o mais utilizável.

to: aims to be the fastest arbitrary lookahead parser written
in pure Python - and the most usable.

thanks!

___
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-de...@lists.debian.org, nilsonfsi...@hotmail.com

* Package name    : python-parsimonious
  Version         : 0.9.0
  Upstream Author : Name  Erik Rose 
* URL             : https://github.com/erikrose/parsimonious
* License         : MIT/X
  Programming Lang: Python
  Description     : fastest pure-Python PEG parser


aims to be the fastest arbitrary lookahead parser written
in pure Python - and the most usable.
.
based on parsing expression grammars (PEGs), which means it is fed
with a simplified type of EBNF notation.
.
was designed to undergird a MediaWiki parser that wouldn't take 5
seconds or a GB of RAM to do one page, but it's applicable to all
sorts of languages.

Nilson Silva