Source: fparser
Version: 0.0.16-1
Severity: serious
X-Debbugs-Cc: sramac...@debian.org

python3-fparser is an arch: all package that should work with all
versions of the python3 interpreter. Nevertheless, it currently has a
dependency on python3.10 (and rebuilding it produces one on python3.11). 

So, fparser needs a sourceful upload for the python3.11-only transition.
With the attached python3-fparser, this should no longer be necessary
for future transitions.

Cheers
-- 
Sebastian Ramacher
diff -Nru fparser-0.0.16/debian/changelog fparser-0.0.16/debian/changelog
--- fparser-0.0.16/debian/changelog     2022-06-19 10:53:09.000000000 +0200
+++ fparser-0.0.16/debian/changelog     2023-02-01 20:50:45.000000000 +0100
@@ -1,3 +1,10 @@
+fparser (0.0.16-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * 
+
+ -- Sebastian Ramacher <sramac...@debian.org>  Wed, 01 Feb 2023 20:50:45 +0100
+
 fparser (0.0.16-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru fparser-0.0.16/debian/rules fparser-0.0.16/debian/rules
--- fparser-0.0.16/debian/rules 2022-06-19 10:53:09.000000000 +0200
+++ fparser-0.0.16/debian/rules 2023-02-01 20:50:40.000000000 +0100
@@ -7,20 +7,8 @@
 %:
        dh $@  --buildsystem=pybuild
 
-PYVERS=$(shell py3versions -sv)
-
-override_dh_auto_install:
-       set -e && for py3vers in $(PYVERS) ; do \
-         python$$py3vers setup.py install --install-layout=deb \
-           --root $(CURDIR)/debian/python3-fparser; \
-         done
-       -find . -name __pycache__ -exec rm -rf {} \;
-
-
 override_dh_auto_test:
        @echo "Some tests currently fail; ignore for this release"
 
 override_dh_auto_clean:
-       # dh_auto_clean avoid bug where this calls python, not python3
-       python3 setup.py clean
        rm -fr build src/fparser.egg-info

Reply via email to