Control: forwarded -1
https://github.com/mariomulansky/PySpike/commit/56464c67067cb201a
thanks
Dear Maintainer,
After applying aforementioned upstream commit, I was able to build your
package with cython3 in a sid chroot environment.
Please also find attached a patch to enable tests during build (autopkgtests
pass as well).
Kind Regards
--- rules 2024-11-19 10:30:25.983612754 +0000
+++ rules-new 2024-11-19 10:30:36.207167978 +0000
@@ -3,9 +3,11 @@
#export DH_VERBOSE = 1
export PYBUILD_NAME = pyspike
+export PYBUILD_BEFORE_TEST=cp test/PySpike_testdata.txt \
+ test/SPIKE_Sync_Test.txt \
+ test/time_series_spike_trains.txt \
+ test/time_series.txt {build_dir}/test/
%:
dh $@ --with numpy3,python3 --buildsystem=pybuild
-override_dh_auto_test:
-