#1110497 ITP: python3-pyyaml -- A full-featured YAML processing framework for Python

Package:
wnpp
Source:
wnpp
Submitter:
Seyed Mohamad Amin Modaresi
Date:
2025-08-07 10:47:01 UTC
Severity:
normal
#1110497#5
Date:
2025-08-07 02:34:11 UTC
From:
To:
* Package name : python3-pyyaml
Version : 6.0.2-1
* URL : [https://github.com/aminabedi68/Estedad](https://github.com/wummel/patool)
* License :MIT
Description : python3-pyyaml -- A full-featured YAML processing framework for Python

python3-pyyaml -- A full-featured YAML processing framework for Python

A full-featured YAML processing framework for Python

#1110497#10
Date:
2025-08-07 04:44:14 UTC
From:
To:
Hello Seyed,

Am 07.08.25 um 04:34 schrieb Seyed Mohamad Amin Modaresi:

you are sure you've used the correct URLs for referencing one or more
upstream projects?

I can't see that any of the URLs you have given is somehow related to
something similar to pyyaml. Nor your extra information within the bug
report gives more information like where you want to maintain this package.

And, Python source packages shouldn't use python3 as prefix, if needed
then only python as we might need or want to include multiply Python
versions as binary packages.

#1110497#15
Date:
2025-08-07 04:44:14 UTC
From:
To:
Hello Seyed,

Am 07.08.25 um 04:34 schrieb Seyed Mohamad Amin Modaresi:

you are sure you've used the correct URLs for referencing one or more
upstream projects?

I can't see that any of the URLs you have given is somehow related to
something similar to pyyaml. Nor your extra information within the bug
report gives more information like where you want to maintain this package.

And, Python source packages shouldn't use python3 as prefix, if needed
then only python as we might need or want to include multiply Python
versions as binary packages.

#1110497#20
Date:
2025-08-07 05:59:44 UTC
From:
To:
Sorry.

These packages are already in the debian repo

#1110497#25
Date:
2025-08-07 07:29:43 UTC
From:
To:
Hi,

Isn't it already in Debian?

https://tracker.debian.org/pkg/pyyaml

Best regards,
Dylan

#1110497#30
Date:
2025-08-07 09:05:42 UTC
From:
To:
#1110497#35
Date:
2025-08-07 10:08:22 UTC
From:
To:
No those are the same.
Forget this ITP.
I closed it.
-------- Original Message --------
#1110497#40
Date:
2025-08-07 09:49:00 UTC
From:
To:
If you mean that the software you want to package is different, it would
be nice to provide a correct URL for it, as neither of the two URLs you
provided in the ITP are correct.

#1110497#45
Date:
2025-08-07 10:30:46 UTC
From:
To:
Il 07/08/2025 11:05, Seyed Mohamad Amin Modaresi ha scritto:
I recommend that you always search not only by source but also by
package, since you have already opened 2 ITPs on existing packages.

In many cases (especially from python2 to python3) the package name has
changed while the source has remained the same.

For example for this package is already present and you can't add
another package with the same name (even if source name is different):
https://packages.debian.org/sid/python3-yaml

If there were instead cases where the currently used upstream has been
abandoned (need a good search to be sure) and there are forks that have
continued (and need a deep check to be sure that new fork is good) it
would be necessary to open a bug in the existing package to report the
new maintained fork so that the maintainers can consider it.

Please also check all fields are correct before sent the ITP mail, as
both have atleast the URL wrong

#1110497#50
Date:
2025-08-07 10:34:57 UTC
From:
To:
And if you (the original poster) mean that you couldn't find
the python3-yaml package, yeah, it's true that neither `apt search pyyaml`
nor `apt search 'https://github.com/yaml/pyyaml'` finds it.
However, in such cases, to make sure I don't package something that is
already in Debian, I also use the `apt-file` tool: I pick a file that
the software installs and then I do e.g.

  apt-file search dist-packages/yaml/resolver.py

Hope that helps!

G'luck,
Peter