Bug#1020401: ITP: orderedset -- Ordered Set implementation in Cython

2022-09-21 Thread Roland Mas
I just renamed the ITP (and am working on the appropriate changes to the 
source package), thanks for the gentle nudge.


Roland.

Le 21/09/2022 à 09:47, Jonas Smedegaard a écrit :

Quoting Roland Mas (2022-09-21 09:38:45)

Package: wnpp
Severity: wishlist
Owner: Roland Mas 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: orderedset

Please use "python-orderedset" instead for the source package name, to
not needlesly occupy the more generic global namespace potentially
relevant e.g. by a future command-line tool.

  - Jonas





Bug#1020401: ITP: orderedset -- Ordered Set implementation in Cython

2022-09-21 Thread Jonas Smedegaard
Quoting Roland Mas (2022-09-21 09:38:45)
> Package: wnpp
> Severity: wishlist
> Owner: Roland Mas 
> X-Debbugs-Cc: debian-de...@lists.debian.org
> 
> * Package name: orderedset

Please use "python-orderedset" instead for the source package name, to
not needlesly occupy the more generic global namespace potentially
relevant e.g. by a future command-line tool.

 - 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


Bug#1020401: ITP: orderedset -- Ordered Set implementation in Cython

2022-09-21 Thread Roland Mas
Package: wnpp
Severity: wishlist
Owner: Roland Mas 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: orderedset
  Version : 2.0.3
  Upstream Author : Simon Percivall 
* URL : https://github.com/simonpercivall/orderedset
* License : BSD
  Programming Lang: C/Python
  Description : Ordered Set implementation in Cython

An Ordered Set implementation in Cython. Based on Raymond Hettinger's
OrderedSet recipe.

Features:
- Works like a regular set, but remembers insertion order;
- Is approximately 5 times faster than the pure Python implementation
  overall (and 5 times slower than set);
- Compatible with Python 2.7 through 3.8;
- Supports the full set interface;
- Supports some list methods, like index and __getitem__.
- Supports set methods against iterables.

This package will be maintained within the Python team on Salsa.