[med-svn] [Git][med-team/resfinder][master] Use flit build system - but module resfinder remains not found
Andreas Tille (@tille)
gitlab at salsa.debian.org
Tue Jan 17 18:50:51 GMT 2023
Andreas Tille pushed to branch master at Debian Med / resfinder
Commits:
c7e4c667 by Andreas Tille at 2023-01-17T19:50:23+01:00
Use flit build system - but module resfinder remains not found
- - - - -
2 changed files:
- debian/control
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -6,6 +6,7 @@ Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
+ flit,
python3,
python3-cgelib
Standards-Version: 4.6.1
=====================================
debian/rules
=====================================
@@ -1,7 +1,11 @@
#!/usr/bin/make -f
+export PYBUILD_NAME=resfinder
+
+export PYBUILD_SYSTEM=flit
+
%:
- dh $@ --with python3
+ dh $@ --with python3 --buildsystem=pybuild
override_dh_install:
dh_install
View it on GitLab: https://salsa.debian.org/med-team/resfinder/-/commit/c7e4c667cc2e151926a7c1de8f6f0d1fa597e178
--
View it on GitLab: https://salsa.debian.org/med-team/resfinder/-/commit/c7e4c667cc2e151926a7c1de8f6f0d1fa597e178
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20230117/8dfbb38d/attachment.htm>
More information about the debian-med-commit
mailing list