Bug#933354: RFC: onnxruntime packaging

2023-06-03 Thread Dylan Aïssi
Hello,

I have finalized [1] the package of onnxruntime and have sent it to the
NEW queue [2]. I only enabled features I need. A review and/or improvements
are welcome :-).

Best,
Dylan

[1] https://salsa.debian.org/deeplearning-team/onnxruntime
[2] https://ftp-master.debian.org/new/onnxruntime_1.12.1+dfsg-1.html



Bug#1037070: RFP: libx1000 -- provides a dynamically-linked workaround for the LOCK prefix bug on Intel X1000 devices

2023-06-03 Thread James Addison
Package: wnpp
Severity: wishlist

* Package name: libx1000
  Version : 0.0.0
  Upstream Contact: Ray Kinsella 
* URL : 
http://ashroe.eu/x1000/2016/10/21/fixing-lock-prefix-on-x1000.html
* License : LGPLv2.1
  Programming Lang: C
  Description : provides a dynamically-linked workaround for the LOCK 
prefix bug on Intel X1000 devices

The Intel X1000 system-on-chip is a 32-bit x86-based system that has a bug
related to use of a LOCK instruction that makes Debian somewhat unusable; see
bugreport #738575 for some prior discussion.

On distributions that can compile and distribute binaries to target specific
processors, binutils can be configured to omit the LOCK prefix, preventing the
bug from occurring.  That isn't possible for Debian, because Debian supports
a multitude of x86 systems, including multiprocessor systems where the LOCK
instruction is required to provide correct shared-memory locking behaviour.

The libx1000 library provides a packaged, runtime software workaround using LD
preloading.  For more information, see the author's blog post at:

http://ashroe.eu/x1000/2016/10/21/fixing-lock-prefix-on-x1000.html



Processed: retitle 1001622 to ITP: groops -- software toolkit for gravity field recovery and GNSS processing

2023-06-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 1001622 ITP: groops -- software toolkit for gravity field recovery 
> and GNSS processing
Bug #1001622 [wnpp] RFP: groops -- software toolkit for gravity field recovery 
and GNSS processing
Changed Bug title to 'ITP: groops -- software toolkit for gravity field 
recovery and GNSS processing' from 'RFP: groops -- software toolkit for gravity 
field recovery and GNSS processing'.
> thanks
Stopping processing here.

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



Processed: owner 1001622

2023-06-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> owner 1001622 gur...@phys.ethz.ch
Bug #1001622 [wnpp] ITP: groops -- software toolkit for gravity field recovery 
and GNSS processing
Owner recorded as gur...@phys.ethz.ch.
> thanks
Stopping processing here.

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



Bug#999850: More progress

2023-06-03 Thread Jelmer Vernooij
I've gotten a little bit further on this:

Now packaged in unstable:

 * cargo-options
 * pep440_rs
 * quoted-printable

In NEW:

 * pep508_rs
 * python-project

In the process of being packaged (in debcargo-conf, not yet uploaded):

 * python-pkginfo
 * charset
 * mailparse
 * rfc2047-decoder

Still todo (help welcome!):

 * update clap-complete-command >= 4

Cheers,

Jelmer



Bug#1037085: RFP: strawberry-graphql -- GraphQL library for Python that leverages type annotations

2023-06-03 Thread Carsten Schoenert
Package: wnpp
Severity: wishlist

* Package name: strawberry-graphql
  Version : 0.180.5
  Upstream Contact: Patrick Arminio 
* URL : https://github.com/strawberry-graphql/strawberry
* License : Expat
  Programming Lang: Python
  Description : GraphQL library for Python that leverages type annotations

Strawberry is a new GraphQL library for Python 3, inspired by
dataclasses. One of its goals is to provide a great developer experience
for both GraphQL beginners and advanced users.

Strawberry is a code-first GraphQL server library that uses Python type
annotations to define GraphQL types. This allows you to focus more on how
you can integrate one ore more DBs into your workflow and less on the
idiosyncrasies of GraphQL itself.

This library is a upcomming build and package dependency for NetBox (see
ITP https://bugs.debian.org/1017079).