Bug#1063633: ITP: python-autodocsumm -- API that automatically extends sphinx

2024-02-09 Thread Marcos Rodrigues de Carvalho (aka oday)
Package: wnpp
Severity: wishlist
Owner: "Marcos Rodrigues de Carvalho (aka oday)" 
X-Debbugs-Cc: debian-de...@lists.debian.org, marcosrcarvalh...@gmail.com

* Package name: python-autodocsumm
  Version : 0.2.12
  Upstream Contact: Philipp S. Sommer 
* URL : https://github.com/Chilipp/autodocsumm/
* License : apache-2.0
  Programming Lang: Python
  Description : API that automatically extends sphinx
  
  The Python autodocsumm module is a tool that helps developers write
  documentation for their Python programs in an easier and faster way.
  It does this automatically, creating summaries or "shortcuts" to the
  important parts of the code, such as functions and methods. 
  .
  The module is capable of:
- automatically create summaries
- produces explanatory comments
- customize summaries with extra details
- Allows Integration with Other Tools



Bug#1063628: ITP: python-command-runner -- a platform-agnostic external command execution library for python with extra goodies

2024-02-09 Thread Harlan Lieberman-Berg
Package: wnpp
Severity: wishlist
Owner: Harlan Lieberman-Berg 
X-Debbugs-Cc: debian-de...@lists.debian.org, an...@beanfield.com, 
hlieber...@debian.org

* Package name: python-command-runner
Version : 1.6.0
Upstream Contact: Orsiris de Jong
* URL : https://github.com/netinvent/command_runner
* License : BSD-3-clause
Programming Lang: Python 3
Description : a platform-agnostic external command execution library for 
python

command_runner's purpose is to run external commands from python, just like
subprocess on which it relies, while solving various problems a developer may
face among:
- Handling of all possible subprocess.popen / subprocess.check_output scenarios
  / python versions in one handy function without encoding / timeout hassle
- Allow stdout/stderr stream output to be redirected to callback functions /
  output queues / files so you get to handle output in your application while
  commands are running
-  Callback to optional stop check so we can stop execution from outside
  command_runner
- Callback with optional process information so we get to control the process
  from outside command_runner
- Callback once we're finished to ease thread usage
- Optional process priority and io_priority settings
- System agnostic functionality, the developer shouldn't carry the burden of 
Windows & Linux differences
- Optional Windows UAC elevation module compatible with CPython, PyInstaller & 
Nuitka
- Optional Linux sudo elevation compatible with CPython, PyInstaller & Nuitka

My plan is to maintain this package under the auspices of the Debian Python
Team. I am packaging this module in part because it is a direct dependency of
LibreNMS, though I don't currently have plans to package that.

Sincerely,

--
Harlan Lieberman-Berg
~hlieberman



Bug#1063626: RFP: rust-adblock -- adblock-rust is the engine powering Brave's native adblocker, available as a library for anyone to use

2024-02-09 Thread Nilesh Patra
Package: wnpp
Severity: wishlist

* Package name: rust-adblock
  Version : 0.8.6
  Upstream Contact: Andrius Aucinas
* URL : https://crates.io/crates/adblock
* License : MPL-2.0
  Programming Lang: Rust
  Description : adblock-rust is the engine powering Brave's native 
adblocker, available as a library for anyone to use

  adblock-rust is the engine powering Brave's native adblocker, available as a 
library for anyone to use. It features:
  .
  Network blocking
  Cosmetic filtering
  Resource replacements
  Hosts syntax
  uBlock Origin syntax extensions
  iOS content-blocking syntax conversion
  Compiling to native code or WASM
  Rust bindings (crates)
  JS bindings (npm)
  Community-maintained Python bindings (pypi)
  High performance!

This is needed for angelfish, and also as a generally useful lib for adblocks.



Bug#1063612: ITP: corrosion -- Tool for integrating rust with an existing CMake project

2024-02-09 Thread Nilesh Patra
Package: wnpp
Severity: wishlist
Owner: Nilesh Patra 
X-Debbugs-Cc: debian-de...@lists.debian.org, nil...@debian.org

* Package name: corrosion
  Version : 0.4.7
  Upstream Contact: Andrew Gaspar
* URL : https://github.com/corrosion-rs/corrosion
* License : MIT
  Programming Lang: C++
  Description : Tool for integrating rust with an existing CMake project

  Corrosion, formerly known as cmake-cargo, is a tool for integrating Rust
  into an existing CMake project.
  .
  Corrosion can automatically import executables, static libraries,
  and dynamic libraries from a workspace or package manifest
  (Cargo.toml file).

Needed for angelfish to manage it easily. This will be maintained in the debian
namespace.



Bug#1063508: ITP: node-long -- Class for representing 64-bit two's-complement integer value

2024-02-09 Thread Bastien ROUCARIES
Le ven. 9 févr. 2024 à 04:42, Marco Trevisan  a écrit :

> Package: wnpp
> Severity: wishlist
> Owner: Marco Trevisan (Treviño) 
> X-Debbugs-CC: debian-de...@lists.debian.org
>
> * Package name: node-long
>   Version : 5.2.3
>   Upstream Author : Daniel Wirtz 
> * URL : https://github.com/dcodeIO/long.js#readme
> * License : Apache-2.0
>   Programming Lang: JavaScript
>   Description : Class for representing 64-bit two's-complement
> integer value
>
>  A Long class for representing a 64 bit two's-complement integer value
>  derived from the Closure Library for stand-alone use and extended with
>  unsigned support.
>  .
>  This is a class used by various modules that does not use newer bigint.
>  .
>  Node.js is an event-based server-side JavaScript engine.
>
> This is a tiny module that is needed for protobufjs (bug #977564),
> although being widely used according to npm stats, I feel it's better to
> package it as standalone and not as grouped package.
>
> Salsa repository is at:
>  https://salsa.debian.org/3v1n0-guest/node-esm2umd/-/tree/debian/latest
>
> Please mark the debian/latest as default branch since I can't change it
> myself.
>
> The package had a dependency on a very tiny project (esm2umd) that was
> just basically a tiny wrapper to babel. I've also prepared the packaging
> for it [1], but given that such project has not a clear license (I
> mailed the maintainer meanwhile), I preferred to avoid using it, also
> because it's really just a script using babel and I have been able to
> easily re-implement it, making the build process slightly bigger
>
> The package needs sponsor, since I'm only a maintainer, but I'll be
> happy keeping the maintenance of it.
>

Hi will do but last i checked it has a long line of wasm wirhout source

Bastien

>
> I've given access to the js salsa team.
>
> [1] https://salsa.debian.org/3v1n0-guest/node-esm2umd/
>
>


Bug#1063591: ITP: anew -- Tool for adding new lines to files, skipping duplicates (program)

2024-02-09 Thread Marcos Rodrigues de Carvalho (aka oday)
Package: wnpp
Severity: wishlist
Owner: "Marcos Rodrigues de Carvalho (aka oday)" 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian...@lists.debian.org , 
marcosrcarvalh...@gmail.com

* Package name: anew
  Version : 0.1-1
  Upstream Contact: Tom Hudson 
* URL : https://github.com/tomnomnom/anew
* License : Expat
  Programming Lang: Go
  Description : Tool for adding new lines to files, skipping duplicates 
(program)
  
This program provides a tool for adding new lines to files while ensuring that
 duplicate lines are skipped. It offers a convenient solution for managing text
 files by preventing redundant data. The tool is designed to streamline file 
 editing processes and improve efficiency when working with large datasets or 
 configuration files. It can be useful in various scenarios, such as log 
 management, data processing, and configuration management tasks.



Bug#735912: marked as done (O: pam-shield -- locks out remote attackers trying password guessing)

2024-02-09 Thread Debian Bug Tracking System
Your message dated Fri, 09 Feb 2024 18:16:55 +
with message-id 
and subject line Bug#1061204: Removed package(s) from unstable
has caused the Debian Bug report #735912,
regarding O: pam-shield -- locks out remote attackers trying password guessing
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.)


-- 
735912: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735912
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: normal

I am orphaning the package libpam-shield (source package pam-shield),
a PAM module that blocks IP addresses with repeated failed logins.

A git repository with recent development, both Debian and "upstream,"
is at https://github.com/jtniehof/pam_shield. The original author is
fairly inactive so an interested adopter may also wish to consider
contributing upstream.
--- End Message ---
--- Begin Message ---
Version: 0.9.6-1.3+rm

Dear submitter,

as the package pam-shield has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1061204

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)--- End Message ---


Bug#1063021: marked as done (O: ruby-ami -- Ruby client library for the Asterisk Management Interface)

2024-02-09 Thread Debian Bug Tracking System
Your message dated Fri, 09 Feb 2024 18:13:16 +
with message-id 
and subject line Bug#1063360: Removed package(s) from unstable
has caused the Debian Bug report #1063021,
regarding O: ruby-ami -- Ruby client library for the Asterisk Management 
Interface
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.)


-- 
1063021: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063021
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Control: affects -1 + src:ruby-ami
Severity: normal

Hi,

I intend to orphan the ruby-ami package.

A not yet packaged new upstream is available, since 2016.  Upstream has not
commited any code after 2016.

ruby-ami has no reverse-depends in our archives, no package build-depends upon
ruby-ami.

The package description is:
 RubyAMI is an Asterisk Management Interface client library in Ruby built on
 Celluloid IO and based on EventMachine providing a connection to the Asterisk
 Manager Interface. RubyAMI is a low level library; it does not provide any
 features beyond connection management and protocol parsing. Actions are sent
 over the wire, and responses are returned. Events are passed to a callback you
 define. It's up to you to match these up into something useful. In this regard,
 RubyAMI is very similar to Blather for XMPP or Punchblock, the Ruby 3PCC
 library.
--- End Message ---
--- Begin Message ---
Version: 2.4.0-1.1+rm

Dear submitter,

as the package ruby-ami has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1063360

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)--- End Message ---


Processed: ITP: hexwalk -- hex editor/viewer/analyzer

2024-02-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> owner 1063579 carmix 
Bug #1063579 [wnpp] ITP: hexwalk -- hex editor/viewer/analyzer
Owner recorded as carmix .
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
1063579: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063579
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: none

2024-02-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 698988 ITA: nvi -- 4.4BSD re-implementation of vi
Bug #698988 [wnpp] O: nvi -- 4.4BSD re-implementation of vi
Changed Bug title to 'ITA: nvi -- 4.4BSD re-implementation of vi' from 'O: nvi 
-- 4.4BSD re-implementation of vi'.
> owner 698988 !
Bug #698988 [wnpp] ITA: nvi -- 4.4BSD re-implementation of vi
Owner recorded as Tobias Heider .
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
698988: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698988
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: your mail

2024-02-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 1023878 + wontfix
Bug #1023878 {Done: Paride Legovini } [wnpp] ITP: 
libgrapheme -- Unicode string library with small footprint and high performance
Added tag(s) wontfix.
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
1023878: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023878
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1063579: ITP: hexwalk -- hex editor/viewer/analyzer

2024-02-09 Thread carmix

Package: wnpp
Severity: wishlist

* Package name    : hexwalk
  Version : 1.6.0
  Upstream Author : Carmix
* URL : https://github.com/gcarmix/hexwalk
* License : GPL
  Programming Lang: C++
  Description : hex editor viewer analyzer

HexWalk is an Hex editor, viewer, analyzer.

Based on opensource projects like qhexedit2,binwalk and QT.

It is cross platform and has plenty of features:

 * Advanced Find (can find patterns in binary files based on
   HEX,UTF8,UTF16 and regex)
 * Binwalk integration
 * Entropy Analysis
 * Hash Calculator
 * Bin/Dec/Hex Converter
 * Hex file editing
 * Diff file analysis
 * Byte Patterns to parse headers


It is smart tool especially for reverse engineers


Bug#1023878: marked as done (ITP: libgrapheme -- Unicode string library with small footprint and high performance)

2024-02-09 Thread Debian Bug Tracking System
Your message dated Fri, 9 Feb 2024 17:56:41 +0100
with message-id <58a7ef22-daf8-4775-b937-aa213b0c2...@debian.org>
and subject line Re: ITP: libgrapheme -- Unicode string library with small 
footprint and high performance
has caused the Debian Bug report #1023878,
regarding ITP: libgrapheme -- Unicode string library with small footprint and 
high performance
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.)


-- 
1023878: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023878
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Paride Legovini 
X-Debbugs-Cc: debian-de...@lists.debian.org, par...@debian.org, d...@frign.de

* Package name: libgrapheme
  Version : 2.0.2
  Upstream Author : Laslo Hunhold 
* URL : https://libs.suckless.org/libgrapheme/
* License : ISC
  Programming Lang: C
  Description : Unicode string library with small footprint and high 
performance

libgrapheme is an extremely simple freestanding C99 library providing
utilities for properly handling strings according to the latest Unicode
standard 15.0.0. It offers fully Unicode compliant

 * grapheme cluster (i.e. user-perceived character) segmentation
 * word segmentation
 * sentence segmentation
 * detection of permissible line break opportunities
 * case detection (lower-, upper- and title-case)
 * case conversion (to lower-, upper- and title-case)

on UTF-8 strings and codepoint arrays, which both can also be null-terminated.

The necessary lookup-tables are automatically generated from the Unicode
standard data (contained in the tarball) and heavily compressed. Over
10,000 automatically generated conformance tests and over 150 unit tests
ensure conformance and correctness.

It is also way smaller and much faster than the other established
Unicode string libraries (ICU, GNU's libunistring, libutf8proc).

I plan to maintain the package in salsa under the debian/ namespace,
unless I get a suggestion for an appropriate team. In that case I'd
be happy to team maintain the package.

I already maintain packages from the same upstream, with whom I have
always had an excellent collaboration.

Paride
--- End Message ---
--- Begin Message ---
Control: tags -1 wontfix--- End Message ---


Processed: O: virtualenv-clone -- script for cloning a non-relocatable virtualenv (Python3)

2024-02-09 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 + src:virtualenv-clone
Bug #1063576 [wnpp] O: virtualenv-clone -- script for cloning a non-relocatable 
virtualenv (Python3)
Added indication that 1063576 affects src:virtualenv-clone

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



Bug#1063576: O: virtualenv-clone -- script for cloning a non-relocatable virtualenv (Python3)

2024-02-09 Thread Jan Dittberner
Package: wnpp
Severity: normal
X-Debbugs-Cc: virtualenv-cl...@packages.debian.org
Control: affects -1 + src:virtualenv-clone

I intend to orphan the virtualenv-clone package.

I packaged virtualenv-clone because it was a dependency of
virtualenvwrapper which I no longer use.

The package description is:
 Virtualenv provides a way to make virtualenv's relocatable which could then be
 copied as wanted. However making a virtualenv relocatable this way breaks
 the no-site-packages isolation of the virtualenv as well as other aspects that
 come with relative paths and '/usr/bin/env' shebangs that may be undesirable.
 .
 Also, the .pth and .egg-link rewriting doesn't seem to work as intended. This
 attempts to overcome these issues and provide a way to easily clone an
 existing virtualenv.
 .
 This is the Python3 package.



Processed: O: virtualenvwrapper -- extension to virtualenv for managing multiple environments

2024-02-09 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 + src:virtualenvwrapper
Bug #1063575 [wnpp] O: virtualenvwrapper -- extension to virtualenv for 
managing multiple environments
Added indication that 1063575 affects src:virtualenvwrapper

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



Bug#1063575: O: virtualenvwrapper -- extension to virtualenv for managing multiple environments

2024-02-09 Thread Jan Dittberner
Package: wnpp
Severity: normal
X-Debbugs-Cc: virtualenvwrap...@packages.debian.org
Control: affects -1 + src:virtualenvwrapper

I intend to orphan the virtualenvwrapper package.

I no longer use virtualenvwrapper, pipenv and poetry are better
alternatives for all of my use cases.

The package description is:
 virtualenvwrapper is a set of extensions to Ian Bicking's virtualenv
 tool. The extensions include wrappers for creating and deleting
 virtual environments and otherwise managing your development
 workflow, making it easier to work on more than one project at a time
 without introducing conflicts in their dependencies.



Processed: O: sysconftool -- development tool to install and update configuration files

2024-02-09 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 + src:sysconftool
Bug #1063574 [wnpp] O: sysconftool -- development tool to install and update 
configuration files
Added indication that 1063574 affects src:sysconftool

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



Bug#1063574: O: sysconftool -- development tool to install and update configuration files

2024-02-09 Thread Jan Dittberner
Package: wnpp
Severity: normal
X-Debbugs-Cc: sysconft...@packages.debian.org
Control: affects -1 + src:sysconftool

I intend to orphan the sysconftool package.

I have no use for the package and it had no uploads for ages.

The package description is:
 sysconftool is a development utility that helps to install
 application configuration files. sysconftool allows an existing
 application to be upgraded without losing the older version's
 configuration settings, but that's the advantage over plain dpkg
 upgrading, will add new configuration settings (and remove unneeded).



Bug#1014989: marked as done (ITP: coq-unicoq -- enhanced unification algorithm for Coq)

2024-02-09 Thread Debian Bug Tracking System
Your message dated Fri, 09 Feb 2024 15:44:27 +0100
with message-id <5316c71fdda9ae8696acdee0f0d4f8a0e43023de.ca...@gmail.com>
and subject line Closing as obsolete
has caused the Debian Bug report #1014989,
regarding ITP: coq-unicoq -- enhanced unification algorithm for Coq
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.)


-- 
1014989: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1014989
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Julien Puydt 
X-Debbugs-Cc: Debian OCaml Maintainers , 
jpu...@debian.org

* Package name: coq-unicoq
  Version : 1.6-8.15-1
  Upstream Author : Beta Ziliani & Matthieu Sozeau
* URL : https://github.com/unicoq/unicoq/
* License : Expat
  Programming Lang: Coq
  Description : enhanced unification algorithm for Coq
 This package provides a new unification algorithm,
 replacing the existing one through a plugin.
 .
 Coq is a proof assistant for higher-order logic.

I plan to maintain this package within the Debian OCaml Maintainers team, along
with the rest of the Coq-related packages.

Cheers,

J.Puydt
--- End Message ---
--- Begin Message ---
Hi,

this package is now in Debian - I don't know why the ITP is still
there...

Cheers,

J--- End Message ---


Bug#1063532: ITP: ford -- Fortran Documentation tool

2024-02-09 Thread Alastair McKinstry
Package: wnpp
Severity: wishlist
Owner: Alastair McKinstry 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-scie...@lists.debian.org

* Package name: ford
  Version : 7.0.5
  Upstream Contact: Christopher MacMackin 
* URL : https://github.com/Fortran-FOSS-Programmers/ford
* License : GPL
  Programming Lang: Python
  Description : Fortran Documentation tool

The goal of FORD is to be able to reliably produce documentation for modern
Fortran software which is informative and nice to look at. The documentation
should be easy to write and non-obtrusive within the code. While it will never
be as feature-rich as Doxygen, hopefully FORD will be able to provide a good
alternative for documenting Fortran projects.

Ford is already used (if present) by several projects packaged in Debian.

I intend to manage it in Salsa; perhaps in Debian-Science team.



Bug#1063521: ITP: pymbolic -- Easy Expression Trees and Term Rewriting library

2024-02-09 Thread Alastair McKinstry
Package: wnpp
Severity: wishlist
Owner: Alastair McKinstry 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-pyt...@lists.debian.org

* Package name: pymbolic
  Version : 2022.2
  Upstream Contact: Andreas Klöckner 
* URL : https://github.com/inducer/pymbolic
* License : MIT/X
  Programming Lang: Python
  Description : Easy Expression Trees and Term Rewriting library

I am packaging this as 

Pymbolic is a small expression tree and symbolic manipulation library. Two
things set it apart from other libraries of its kind:

* Users can easily write their own symbolic operations, simply by deriving
  from the builtin visitor classes.
* Users can easily add their own symbolic entities to do calculations
  with.

Pymbolic currently understands regular arithmetic expressions, derivatives,
sparse polynomials, fractions, term substitution, expansion. It automatically
performs constant folding, and it can compile its expressions into Python
bytecode for fast(er) execution.

It is not expected to be a replacement for Sympy, which is more complex.


Bug#1063520: ITP: codetiming -- A Timer package for Python code

2024-02-09 Thread Alastair McKinstry
Package: wnpp
Severity: wishlist
Owner: Alastair McKinstry 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: codetiming
  Version : 1.4.0
  Upstream Contact: David Beazley
* URL : https://pypi.python.org/pypi/codetiming
* License : MIT
  Programming Lang: Python
  Description : A Timer package for Python code

This is a dependency of loki-ecmwf, already submitted.
It is a simple timer class for Python.



Processed: your mail

2024-02-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> owner 1032659 !
Bug #1032659 [wnpp] ITP: golang-github-go-task-slim-sprig -- Useful template 
functions for Go templates.
Owner changed from Mark E. Fuller  to Christopher Obbard 
.
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
1032659: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1032659
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1063517: ITP: adios4dolfinx -- ADIOS2Wrappers for DOLFINx

2024-02-09 Thread Francesco Ballarin
Package: wnpp
Severity: wishlist
Owner: Francesco Ballarin 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-scie...@lists.debian.org, 
francesco.balla...@unicatt.it

* Package name: adios4dolfinx
  Version : 0.7.3
  Upstream Contact: Jørgen S. Dokken 
* URL : http://jsdokken.com/adios4dolfinx/
* License : MIT
  Programming Lang: Python
  Description : ADIOS2Wrappers for DOLFINx

adios4dolfinx is an extension for DOLFINx to checkpoint meshes, meshtags
and functions using ADIOS2.

The code uses the adios2 Python-wrappers to write DOLFINx objects to file,
supporting N-to-M (recoverable) and N-to-N (snapshot) checkpointing.

For scalability, the code uses MPI Neighbourhood collectives for communication
across processes.

The package will be maintained within the Debian Science team, in
collaboration with Drew Parsons.