Processed: block 1075934 with 1075935

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

> block 1075934 with 1075935
Bug #1075934 [wnpp] ITP: ocamlformat -- auto-formatter for OCaml code
1075934 was not blocked by any bugs.
1075934 was not blocking any bugs.
Added blocking bug(s) of 1075934: 1075935
> thanks
Stopping processing here.

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



Bug#1073282: Access request (Re: ITP: golang-github-charlievieth-fastwalk -- Fast directory traversal for Golang)

2024-07-07 Thread Shengjing Zhu
On Mon, Jul 8, 2024 at 6:59 AM Vincent Blut  wrote:
>
> [cc'ing the debian-go mailing list]
>
> Le 2024-07-07 19:37, Vincent Blut a écrit :
> > Hi,
> >
> > Le 2024-06-21 16:46, Vincent Blut a écrit :
> > > [Obviously, I forgot to Cc the debian-go mailing list…]
> > >
> > > Le 2024-06-20 23:08, Vincent Blut a écrit :
> > > > Package: wnpp
> > > > Followup-For: Bug #1073282
> > > >
> > > > Hi,
> > > >
> > > > I'm ready to push my work but sadly I'm still not allowed to push to the
> > > > repository.¹ Could someone have a look at my access request?
> > > >
> > > > Cheers,
> > > > Vincent
> > > >
> > > > ¹ 
> > > > https://salsa.debian.org/go-team/packages/golang-github-charlievieth-fastwalk
> >
> > Any update on this?
> >

Done.

Usually you can just request to the group instead of just an
individual repository.

-- 
Shengjing Zhu



Bug#1075935: ITP: ocaml-version -- handle OCaml compiler version strings

2024-07-07 Thread Stéphane Glondu
Package: wnpp
Severity: wishlist
Owner: Stéphane Glondu 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-ocaml-ma...@lists.debian.org

* Package name: ocaml-version
  Version : 3.6.7
  Upstream Contact: Anil Madhavapeddy 
* URL : https://github.com/ocurrent/ocaml-version
* License : ISC
  Programming Lang: OCaml
  Description : handle OCaml compiler version strings

 This library provides facilities to parse version numbers of the
 OCaml compiler, and enumerates the various official OCaml releases
 and configuration variants.

This package is a dependency of ocamlformat. It will be maintained in
the OCaml team.


Bug#1075934: ITP: ocamlformat -- auto-formatter for OCaml code

2024-07-07 Thread Stéphane Glondu
Package: wnpp
Severity: wishlist
Owner: Stéphane Glondu 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-ocaml-ma...@lists.debian.org

* Package name: ocamlformat
  Version : 0.26.2
  Upstream Contact: Tarides
* URL : https://github.com/ocaml-ppx/ocamlformat
* License : MIT
  Programming Lang: OCaml
  Description : auto-formatter for OCaml code

 ocamlformat is a code formatter for OCaml. It comes with opinionated
 default settings but is also fully customizable to suit your coding
 style.
 - Profiles: ocamlformat offers profiles with predefined formatting
   configurations.
 - Configurable: Users can change the formatting profile and configure
   every option in their .ocamlformat configuration file.
 - Format Comments: ocamlformat can format comments, docstrings, and
   even code blocks in your comments.
 - RPC: ocamlformat provides an RPC server that can be used by other
   tools to easily format OCaml Code.

This package will be maintained in the OCaml team.


Bug#1075933: ITP: python-markdown-rundoc -- Set of markdown extensions used by rundoc utility

2024-07-07 Thread Yogeswaran Umasankar
Package: wnpp
Severity: wishlist
Owner: Yogeswaran Umasankar 
X-Debbugs-Cc: debian-de...@lists.debian.org, y...@debian.org

* Package name: python-markdown-rundoc
  Version : 0.3.1 
  Upstream Contact: Predrag Mandic 
* URL : https://gitlab.com/nul.one/markdown-rundoc
* License : BSD-3-Clause
  Programming Lang: Python
  Description : Set of markdown extensions used by rundoc utility

Markdown extensions used by rundoc project. This
 extension adds Rundoc Code Blocks to Python-Markdown.
 Planned to maintain it under DPT.



Bug#1075932: ITP: python-moarchiving -- Biobjective Archive class with hypervolume indicator and uncrowded hypervolume improvement computation

2024-07-07 Thread Yogeswaran Umasankar
Package: wnpp
Severity: wishlist
Owner: Yogeswaran Umasankar 
X-Debbugs-Cc: debian-de...@lists.debian.org, y...@debian.org

* Package name: python-moarchiving
  Version : 0.6.0 
  Upstream Contact: Nikolaus Hansen 
* URL : https://github.com/CMA-ES/moarchiving
* License : BSD-3-Clause
  Programming Lang: Python
  Description : Biobjective Archive class with hypervolume indicator and 
uncrowded hypervolume improvement computation

This module contains, for the time being, a single MOO
 archive class. A bi-objective nondominated archive as
 sorted list with incremental update in logarithmic time,
 providing computations of overall hypervolume, contributing
 hypervolumes and uncrowded hypervolume improvements. Planned
 to maintain it under DPT.



Bug#1075905: ITP: python-fraction -- Fraction carries out all the fraction operations including addition, subtraction, multiplication, division, reciprocation

2024-07-07 Thread Yogeswaran Umasankar

On Mon, Jul 08, 2024 at 02:07:20AM +0200, Daniele Nicolodi wrote:

On 08/07/24 01:47, Yogeswaran Umasankar wrote:

As I look further, it appears that standard Python libs such as float or
decimal.Decimal do not provide exact representation of rational numbers
(fractions) without potential loss of precision. Seems ‘fraction’
package yield exact results because those functions directly work on
fractions (to my limited understanding).


As I already pointed out, the Python standard libray has a 
`franctions` module https://docs.python.org/3/library/fractions.html 
which does exactly what the ITP package does.


Ah I missed that point, thank you both for clarifying.

Cheers!



Bug#1075905: ITP: python-fraction -- Fraction carries out all the fraction operations including addition, subtraction, multiplication, division, reciprocation

2024-07-07 Thread Daniele Nicolodi

On 08/07/24 01:47, Yogeswaran Umasankar wrote:

As I look further, it appears that standard Python libs such as float or
decimal.Decimal do not provide exact representation of rational numbers
(fractions) without potential loss of precision. Seems ‘fraction’
package yield exact results because those functions directly work on
fractions (to my limited understanding).


As I already pointed out, the Python standard libray has a `franctions` 
module https://docs.python.org/3/library/fractions.html which does 
exactly what the ITP package does.


Cheers,
Dan



Bug#1075905: ITP: python-fraction -- Fraction carries out all the fraction operations including addition, subtraction, multiplication, division, reciprocation

2024-07-07 Thread Russ Allbery
Yogeswaran Umasankar  writes:

> As I look further, it appears that standard Python libs such as float or
> decimal.Decimal do not provide exact representation of rational numbers
> (fractions) without potential loss of precision. Seems ‘fraction’
> package yield exact results because those functions directly work on
> fractions (to my limited understanding).

> decimal.Decimal is better than float, but it only extends to arbitrary
> precision decimal arithmetic, not exact representation of rational
> numbers. Given that these libraries could potentially serve as
> dependencies for tensor-related packages and beyond, should we consider
> bringing 'fraction' or restrict ourselves to float (which is a fallback
> in moarchiving if fraction unavailable)?

I think the suggestion is to use the Python standard library package
"fractions" specifically:

https://docs.python.org/3/library/fractions.html

-- 
Russ Allbery (r...@debian.org)  



Bug#1075905: ITP: python-fraction -- Fraction carries out all the fraction operations including addition, subtraction, multiplication, division, reciprocation

2024-07-07 Thread Yogeswaran Umasankar

As I look further, it appears that standard Python libs such as float or
decimal.Decimal do not provide exact representation of rational numbers
(fractions) without potential loss of precision. Seems ‘fraction’
package yield exact results because those functions directly work on
fractions (to my limited understanding).

decimal.Decimal is better than float, but it only extends to arbitrary
precision decimal arithmetic, not exact representation of rational
numbers. Given that these libraries could potentially serve as
dependencies for tensor-related packages and beyond, should we consider
bringing 'fraction' or restrict ourselves to float (which is a fallback
in moarchiving if fraction unavailable)?

I’m leaning towards fractions because it ensures exact fraction
representation without the issues of rounding in numbers. What do you
all think?

Cheers!



Bug#1073282: Access request (Re: ITP: golang-github-charlievieth-fastwalk -- Fast directory traversal for Golang)

2024-07-07 Thread Vincent Blut
[cc'ing the debian-go mailing list]

Le 2024-07-07 19:37, Vincent Blut a écrit :
> Hi,
> 
> Le 2024-06-21 16:46, Vincent Blut a écrit :
> > [Obviously, I forgot to Cc the debian-go mailing list…]
> > 
> > Le 2024-06-20 23:08, Vincent Blut a écrit :
> > > Package: wnpp
> > > Followup-For: Bug #1073282
> > > 
> > > Hi,
> > > 
> > > I'm ready to push my work but sadly I'm still not allowed to push to the
> > > repository.¹ Could someone have a look at my access request?
> > > 
> > > Cheers,
> > > Vincent
> > > 
> > > ¹ 
> > > https://salsa.debian.org/go-team/packages/golang-github-charlievieth-fastwalk
> 
> Any update on this?
> 
> Cheers,
> Vincent


signature.asc
Description: PGP signature


Processed: closing 935395

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

> close 935395
Bug #935395 [wnpp] RFP: anytree -- Tree data library
Marked Bug as done
> thanks
Stopping processing here.

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



Processed: block 1075926 with 1062800

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

> block 1075926 with 1062800
Bug #1075926 [wnpp] ITP: asammdf -- GUI application used to analyse engine CAN 
logs
1075926 was not blocked by any bugs.
1075926 was not blocking any bugs.
Added blocking bug(s) of 1075926: 1062800
> thanks
Stopping processing here.

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



Bug#1075925: ITP: scriptisto -- Shebang interpreter for writing scripts in compiled languages.

2024-07-07 Thread Igor Petruk
Package: wnpp
Severity: wishlist
Owner: Igor Petruk 
X-Debbugs-Cc: debian-de...@lists.debian.org, ipet...@google.com

* Package name: scriptisto
  Version : 2.2.0
  Upstream Contact: Igor Petruk 
* URL : https://github.com/igor-petruk/scriptisto
* License : Apache-2.0
  Programming Lang: Rust
  Description : Shebang interpreter for writing scripts in compiled 
languages.

This package is a great tool to develop single-file scripts in any programming 
language,
even if the programming language requires multiple files or build configuration 
files.
I am looking for a sponsor in a Debian Rust team for version updates. I will 
fix any
required bug in upstream. The package is already merged into 
rust-team/debcargo-conf Salsa
repo as has all dependencies satisied.



Bug#1075921: ITP: rust-trait-variant -- Utilities for working with impl Traits in Rust

2024-07-07 Thread Matthias Geiger
Package: wnpp
Severity: wishlist
Owner: Matthias Geiger 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-r...@lists.debian.org, 
werdah...@riseup.net

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: rust-trait-variant
  Version : 0.1.2
  Upstream Contact: Tyler Mandry
* URL : https://github.com/rust-lang/impl-trait-utils
* License : MIT/Apache-2.0
  Programming Lang: Rust
  Description : Utilities for working with impl Traits in Rust

this is needed as a dependency for the new rust-mpris-server upstream
version. It will be maintained with the Debian Rust team.

best,

werdahias


-BEGIN PGP SIGNATURE-

iIsEARYIADMWIQQUWTv/Sl6/b+DpcW7svtu2B7myvgUCZosBsBUcd2VyZGFoaWFz
QHJpc2V1cC5uZXQACgkQ7L7btge5sr68igD/epABGwj7JhXjfssk18SFqaN1yvPu
RGyAaJHlFJZOAPYBAOw38bPp9KHs0jWcize0mCGkrGCQoGtvJHYmBsgb684J
=CVev
-END PGP SIGNATURE-



Bug#1075905: ITP: python-fraction -- Fraction carries out all the fraction operations including addition, subtraction, multiplication, division, reciprocation

2024-07-07 Thread Andrey Rakhmatullin
On Sun, Jul 07, 2024 at 01:54:59PM -0400, Yogeswaran Umasankar wrote:
> Yes, can use the standard library. This dependency chain starts with
> moarchiving, which itself is a dependency for cma, and so on. I can
> create a patch specifically for moarchiving.

As reported elsewhere, moarchiving declares a dep on it but doesn't
actually import it.
This needs to be fixed upstream to.

-- 
WBR, wRAR


signature.asc
Description: PGP signature


Bug#812622: marked as done (ITA: gpp -- A general-purpose preprocessor with customizable syntax)

2024-07-07 Thread Debian Bug Tracking System
Your message dated Sun, 07 Jul 2024 19:49:14 +
with message-id 
and subject line Bug#812622: fixed in gpp 2.28-2
has caused the Debian Bug report #812622,
regarding ITA: gpp -- A general-purpose preprocessor with customizable syntax
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.)


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

I haven't used gpp for several years now, and am looking for a new maintainer. 
There was no upstream release since 2004, and I'm wondering if there will be 
any soon. This is a low effort maintenance package.
--- End Message ---
--- Begin Message ---
Source: gpp
Source-Version: 2.28-2
Done: Leandro Cunha 

We believe that the bug you reported is fixed in the latest version of
gpp, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 812...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Leandro Cunha  (supplier of updated gpp package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 01 Jul 2024 18:36:50 -0300
Source: gpp
Architecture: source
Version: 2.28-2
Distribution: unstable
Urgency: medium
Maintainer: Leandro Cunha 
Changed-By: Leandro Cunha 
Closes: 812622 1074022
Changes:
 gpp (2.28-2) unstable; urgency=medium
 .
   * New maintainer. (Closes: #812622)
   * d/control: Add suggests for doc-base.
   * d/doc-base: Add file.
   * d/control:
 - Bump Standards-Version to 4.7.0.
 - Apply "wrap-and-sort -abst".
   * d/copyright:
 - Fix important problems such as missing files and licenses. (Closes: 
#1074022)
 - Update year for myself and for upstream author.
   * Add d/gpp.lintian-overrides (see commentary for more detail).
Checksums-Sha1:
 55bd0a69153f0b68950b9b93cd6f9ac3729a5fe3 1637 gpp_2.28-2.dsc
 065f7c1f3763b067be3f51a9337e16b345fa654c 8732 gpp_2.28-2.debian.tar.xz
 dad40435601a98a20ee5b8147c39429e4b87dcba 5663 gpp_2.28-2_source.buildinfo
Checksums-Sha256:
 4ad7d2c39026f12a4e1c8c7ee0071f346b528ceb079df2fec7b264acbb636443 1637 
gpp_2.28-2.dsc
 8b85b2a6bde7c96111c1c11304d343b777cae55f0f41351461d407b9bb022dd2 8732 
gpp_2.28-2.debian.tar.xz
 002f29eafa9c15fbf1c3ac2547d50b78ddad68b9a6107d5762e41cd702a7a657 5663 
gpp_2.28-2_source.buildinfo
Files:
 9f1d8ad12329b15db657868d5131c6a9 1637 devel optional gpp_2.28-2.dsc
 3263ccd9c1310c797b527da2a4baf89b 8732 devel optional gpp_2.28-2.debian.tar.xz
 38034e3e39ad53a3786995aae047d480 5663 devel optional 
gpp_2.28-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmaK7tAQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFDDoC/4shklGRD1+UdLgeg+PodNFMNqkkbvEJsPH
Va6ZVfwh7xCPwwq0X8R2BlhJZrBQU9UnvtL1JkdOlId1fmQRGILx80BuQ9STAr6m
WhKKcDc0pol4lp5SdKO/2hWjQjkPqlaAMNRY09KiU2l6ukBk1Mq8pEb4/MzZYaCO
z5VHA0druD8e00cQpnZbGa4MqSf4039JXTKirKBhU9enzDUUW2Xitz7GLNty4Y+0
9VyJj38edZsJwh3NbtUZjJ+tLjNTr9kQwO72OELSnNgUb6xOa4fH4yKCmmQzoMvu
hW+76pw5hdPeTPSD3Tk6liNPhG44GLxQ/zTJM02Wj27jcbESwxbYBTCrF/v5MSVU
7JkpiBsSKCQOp89Vrq2Dzd1DBd3aFZXV3gC5stzr4QAr1uGAtlqP1wdtdpufBJ5N
Fnjdrc0XbNJOuTdLFnOfh6luLAhEH7ddBIrYe7UaUaTsxXYR43Vlit6vJKHYMDx0
cHM7ULze4P3/Y983IKwBl8NdLbRMjvk=
=IkQx
-END PGP SIGNATURE-



pgpDYS7_lkjuL.pgp
Description: PGP signature
--- End Message ---


Bug#1075905: marked as done (ITP: python-fraction -- Fraction carries out all the fraction operations including addition, subtraction, multiplication, division, reciprocation)

2024-07-07 Thread Debian Bug Tracking System
Your message dated Sun, 7 Jul 2024 15:16:59 -0400
with message-id 
and subject line Re: Bug#1075905: ITP: python-fraction -- Fraction carries out 
all the fraction operations including addition, subtraction, multiplication, 
division, reciprocation
has caused the Debian Bug report #1075905,
regarding ITP: python-fraction -- Fraction carries out all the fraction 
operations including addition, subtraction, multiplication, division, 
reciprocation
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.)


-- 
1075905: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075905
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Yogeswaran Umasankar 
X-Debbugs-Cc: debian-de...@lists.debian.org, y...@debian.org

* Package name: python-fraction
  Version : 2.2.0 
  Upstream Contact: Shantanu Banerjee 
* URL : https://github.com/bradley101/fraction
* License : Expat
  Programming Lang: Python
  Description : Fraction carries out all the fraction operations including 
addition, subtraction, multiplication, division, reciprocation

Fraction is a Python module that is designed for fractional
 values numerator/denominator. Computes reciprocal of fraction
 as Fraction object. Supports addition, subtraction,
 multiplication, and division of Fraction objects, each
 operation returning a Fraction object. Allows comparison
 operations (<, <=, >, >=, ==, !=) and returns a boolean.
 Converts a fraction into a float string. Planned to
 maintain this package under DPT.
--- End Message ---
--- Begin Message ---

Close ITP.--- End Message ---


Bug#1075905: ITP: python-fraction -- Fraction carries out all the fraction operations including addition, subtraction, multiplication, division, reciprocation

2024-07-07 Thread Alexandre Detiste
Great review !

We should avoid packaging things with very extra utility.

I'm tempted to RM python-easydev now that nothing left depends on it.

Le dim. 7 juil. 2024 à 19:55, Yogeswaran Umasankar  a écrit :
>
> Yes, can use the standard library. This dependency chain starts with
> moarchiving, which itself is a dependency for cma, and so on. I can
> create a patch specifically for moarchiving.
>
> Cheers!



Bug#1075905: ITP: python-fraction -- Fraction carries out all the fraction operations including addition, subtraction, multiplication, division, reciprocation

2024-07-07 Thread Yogeswaran Umasankar

Yes, can use the standard library. This dependency chain starts with
moarchiving, which itself is a dependency for cma, and so on. I can
create a patch specifically for moarchiving.

Cheers!



Bug#1073282: Access request (Re: ITP: golang-github-charlievieth-fastwalk -- Fast directory traversal for Golang)

2024-07-07 Thread Vincent Blut
Hi,

Le 2024-06-21 16:46, Vincent Blut a écrit :
> [Obviously, I forgot to Cc the debian-go mailing list…]
> 
> Le 2024-06-20 23:08, Vincent Blut a écrit :
> > Package: wnpp
> > Followup-For: Bug #1073282
> > 
> > Hi,
> > 
> > I'm ready to push my work but sadly I'm still not allowed to push to the
> > repository.¹ Could someone have a look at my access request?
> > 
> > Cheers,
> > Vincent
> > 
> > ¹ 
> > https://salsa.debian.org/go-team/packages/golang-github-charlievieth-fastwalk

Any update on this?

Cheers,
Vincent


signature.asc
Description: PGP signature


Bug#1075905: ITP: python-fraction -- Fraction carries out all the fraction operations including addition, subtraction, multiplication, division, reciprocation

2024-07-07 Thread Andrey Rakhmatullin
On Sun, Jul 07, 2024 at 07:00:57PM +0200, Daniele Nicolodi wrote:
> On 07/07/24 17:43, Yogeswaran Umasankar wrote:
> > Package: wnpp
> > Severity: wishlist
> > Owner: Yogeswaran Umasankar 
> > X-Debbugs-Cc: debian-de...@lists.debian.org, y...@debian.org
> > 
> > * Package name: python-fraction
> 
> How is this different from the fractions module in the Python standard
> library?  I was not able to find anything that this library does that the
> standard library equivalent does not do.
Yeah, it looks like a school project.
Is it a revdep of something? If so, that's probably a mistake?

-- 
WBR, wRAR


signature.asc
Description: PGP signature


Bug#1075905: ITP: python-fraction -- Fraction carries out all the fraction operations including addition, subtraction, multiplication, division, reciprocation

2024-07-07 Thread Daniele Nicolodi

On 07/07/24 17:43, Yogeswaran Umasankar wrote:

Package: wnpp
Severity: wishlist
Owner: Yogeswaran Umasankar 
X-Debbugs-Cc: debian-de...@lists.debian.org, y...@debian.org

* Package name: python-fraction


How is this different from the fractions module in the Python standard 
library?  I was not able to find anything that this library does that 
the standard library equivalent does not do.


Cheers,
Dan



Bug#1075905: ITP: python-fraction -- Fraction carries out all the fraction operations including addition, subtraction, multiplication, division, reciprocation

2024-07-07 Thread Yogeswaran Umasankar
Package: wnpp
Severity: wishlist
Owner: Yogeswaran Umasankar 
X-Debbugs-Cc: debian-de...@lists.debian.org, y...@debian.org

* Package name: python-fraction
  Version : 2.2.0 
  Upstream Contact: Shantanu Banerjee 
* URL : https://github.com/bradley101/fraction
* License : Expat
  Programming Lang: Python
  Description : Fraction carries out all the fraction operations including 
addition, subtraction, multiplication, division, reciprocation

Fraction is a Python module that is designed for fractional
 values numerator/denominator. Computes reciprocal of fraction
 as Fraction object. Supports addition, subtraction,
 multiplication, and division of Fraction objects, each
 operation returning a Fraction object. Allows comparison
 operations (<, <=, >, >=, ==, !=) and returns a boolean.
 Converts a fraction into a float string. Planned to
 maintain this package under DPT.



Processed: ITP: fonts-noto-emoji -- monochrome emoji font from Google

2024-07-07 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 src:fonts-noto-emoji
Bug #1075903 [wnpp] ITP: fonts-noto-emoji -- monochrome emoji font from Google
Added indication that 1075903 affects src:fonts-noto-emoji

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



Bug#1075899: RFP: rlogout -- rust/gtk4 based wlogout

2024-07-07 Thread Matthias Geiger
Package: wnpp
Severity: wishlist
X-Debbugs-Cc: debian-r...@lists.debian.org, werdah...@riseup.net

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: rlogout
  Version : n/a
  Upstream Contact: Marcus Boay
* URL : https://github.com/MarcusBoay/rlogout
* License : MIT
  Programming Lang: Rust
  Description : rust/gtk4 based wlogout

rlogout is similar wlogout, written in Rust and using GTK4. All its
dependencies are available. 

best,

werdahias

-BEGIN PGP SIGNATURE-

iIsEARYIADMWIQQUWTv/Sl6/b+DpcW7svtu2B7myvgUCZoqe0hUcd2VyZGFoaWFz
QHJpc2V1cC5uZXQACgkQ7L7btge5sr4NaAEAmm09nLalYJMX68n8uxgsyAVMDXVQ
VQ+iladqIYPNqkkBAKXyfRzowipvaCYk5TJltmxQ6ZaDy3a5o2yZ7+BQiRIN
=3xTL
-END PGP SIGNATURE-



Bug#1075841: ITP: golang-sourcehut-rockorager-vaxis --

2024-07-07 Thread Guilherme Puida Moreira
On Sun, Jul 07, 2024 at 06:19:27PM GMT, Nilesh Patra wrote:
> I know. FYI, I had merged both yesterday.

Whoops, missed that. Sorry :^)

--puida



Bug#1075841: ITP: golang-sourcehut-rockorager-vaxis --

2024-07-07 Thread Nilesh Patra
On Sun, Jul 07, 2024 at 09:38:00AM -0300, Guilherme Puida Moreira wrote:
> FYI, there's already an ITP open for vaxis (#1064818).

I know. FYI, I had merged both yesterday.


signature.asc
Description: PGP signature


Bug#1075841: ITP: golang-sourcehut-rockorager-vaxis --

2024-07-07 Thread Guilherme Puida Moreira
FYI, there's already an ITP open for vaxis (#1064818).

--puida



Bug#985180: marked as done (ITP: golang-code.rocketnine-tslocum-cbind -- Key event handling Golang library for tcell)

2024-07-07 Thread Debian Bug Tracking System
Your message dated Sun, 7 Jul 2024 18:02:14 +0530
with message-id 
<4cmeug43tbh6mhjgzgo4s6k3hmyi6vi6sn4yy3yw4mopsrw2ei@ewmxoeyhb3pu>
and subject line Already in archive
has caused the Debian Bug report #985180,
regarding ITP: golang-code.rocketnine-tslocum-cbind -- Key event handling 
Golang library for tcell
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.)


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

* Package name: golang-gitlab-tslocum-cbind
  Version : 0.1.4+git20210309.dfd1991-1
  Upstream Author : Trevor Slocum 
* URL : https://gitlab.com/tslocum/cbind
* License : Expat
  Programming Lang: Go
  Description : Key event handling Golang library for tcell

 cbind Golang library provides tcell key event encoding,
 decoding and handling.

-- 
Micheal Waltz
https://keybase.io/ecliptik
GPG Fingerprint: 5F70 F2AC BD58 F580 DF15  3D1F 4FA2 70F5 CD36 71F9


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Version: 0.1.5-2

https://tracker.debian.org/pkg/golang-code.rocketnine-tslocum-cbind

Best,
Nilesh


signature.asc
Description: PGP signature
--- End Message ---


Bug#1055427: RFP: neovim-gtk -- Rust-based GTK frontend for Neovim

2024-07-07 Thread Matthias Geiger
On Sun, 5 Nov 2023 20:14:31 + "brian m. carlson" 
 wrote:

> Package: wnpp
> Severity: wishlist
>
> * Package name : neovim-gtk
> Version : 1.0.4 (or probably HEAD)
> Upstream Contact: Lyude Paul
> * URL : https://github.com/Lyude/neovim-gtk/
> * License : GPLv3
> Programming Lang: Rust
> Description : Rust-based GTK frontend for Neovim
>
> This is a simple Rust-based GTK 4 frontend for Neovim with tabs and a
> sidebar.
>
> This is useful because it the existing graphical frontend in Debian is
> Qt-based, and a GTK-based frontend works better for users using GNOME or
> MATE. In addition, it can work using Neovim over SSH (if invoked from a
> script) to allow graphical editing of remote repositories on systems
> which don't offer X11 forwarding, which many other graphical Neovim
> frontends do not.
> --
> brian m. carlson (he/him or they/them)
> Toronto, Ontario, CA


a quick glance at a Cargo.toml shows no missing dependencies, so this 
could be packaged as-is.



best,


werdahias



Bug#956078: RFP: skim -- fuzzy finder in Rust

2024-07-07 Thread Matthias Geiger
On Mon, 6 Apr 2020 23:17:24 + Franklin Yu  
wrote:

> Package: wnpp
> Version: N/A; reported 2020-04-06
> Severity: wishlist
>
> * Package name : skim
> Version : 0.8.1
> Upstream Author : Jinzhou Zhang 
> * URL : https://github.com/lotabout/skim
> * License : MIT
> Description : fuzzy finder in Rust
>
>


$ cargo debstatus

missing: tuikit, timer, defer-drop


best,


werdahias