Bug#1076138: ITP: korean-lunar-calendar -- Korean lunar to Gregorian calendar conversion library

2024-07-11 Thread Edward Betts
Package: wnpp Severity: wishlist Owner: Edward Betts X-Debbugs-Cc: debian-de...@lists.debian.org, debian-python@lists.debian.org * Package name: korean-lunar-calendar Version : 0.3.1 Upstream Author : Jinil Lee * URL : https://github.com/usingsky/korean_lunar_calendar

pybuild and setuptools_scm

2024-07-11 Thread Paul Boddie
Hello, I wonder if anyone can provide some advice about setuptools_scm interactions with pybuild. I have been struggling to get some software packaged that relies on setuptools_scm. It seems to effectively ignore the package data section in a pyproject.toml file and to include a broader collec

Re: pybuild and setuptools_scm

2024-07-11 Thread Stefano Rivera
Hi Paul (2024.07.11_14:01:01_+) > I have been struggling to get some software packaged that relies on > setuptools_scm. It seems to effectively ignore the package data section in a > pyproject.toml file and to include a broader collection of files when being Which source package is this? W

Re: pybuild and setuptools_scm

2024-07-11 Thread Paul Boddie
On Friday, 12 July 2024 01:01:14 CEST Stefano Rivera wrote: > > Which source package is this? This is the source for MoinMoin 2.0 which is currently unpackaged in Debian. > Where did the source come from? Git or PyPI tarball? It is actually an archive from the GitHub release page, integrated in

Re: pybuild and setuptools_scm

2024-07-11 Thread Stefano Rivera
Hi Paul (2024.07.12_00:05:03_+) > The weird thing is that I can run "python3 -m build", even with the options > that pybuild introduces, outside the gbp buildpackage environment, and it > seems that the package data is obtained using setuptools_scm. But as part of > the gbp invocation, the p