Package: pybuild-plugin-pyproject
Version: 6.20231223
Severity: important

Installing "flit" breaks builds which do not use it.

$ dpkg-buildpackage -us -uc -ui -i -b -j13
…
   dh_auto_build -O--buildsystem=pybuild
W: pybuild plugin_flit:131: The pybuild flit plugin is deprecated, please use 
the pyprojectplugin instead.
E: pybuild pybuild:391: build: plugin flit failed with: No file/folder found 
for module moat_kv_akumuli
dh_auto_build: error: pybuild --build -i python{version} -p 3.11 returned exit 
code 13
make: *** [debian/rules:7: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
debuild: fatal error at line 1182:
dpkg-buildpackage -us -uc -ui -i -b -j13 failed
FAIL

$ printenv | grep -i flit
[ nothing ]
$ git grep -i flit
[ nothing ]

$ sudo apt remove flit
$ dpkg-buildpackage -us -uc -ui -i -b -j13
[ works perfectly ]
$

$ cat debian/rules | sed -e "s/^/   /"
   export PYBUILD_NAME=moat-kv-akumuli
   %:
        dh $@ --with python3 --buildsystem=pybuild
$

-- System Information:
Debian Release: 12.4
  APT prefers stable
  APT policy: (750, 'stable'), (700, 'testing'), (650, 'unstable'), (600, 
'oldstable'), (500, 'stable-updates'), (500, 'stable-security'), (500, 
'oldstable-updates'), (500, 'oldstable-security'), (500, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.0-10-amd64 (SMP w/24 CPU threads)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages pybuild-plugin-pyproject depends on:
ii  dh-python          6.20231223
ii  python3            3.11.2-1+b1
ii  python3-build      0.9.0-1
ii  python3-installer  0.6.0+dfsg1-1
ii  python3-tomli      2.0.1-2

pybuild-plugin-pyproject recommends no packages.

pybuild-plugin-pyproject suggests no packages.

-- no debconf information

Reply via email to