[med-svn] [Git][med-team/ghmm][master] 2 commits: Explain in README.Debian that Python3 interface is broken
Andreas Tille (@tille)
gitlab at salsa.debian.org
Wed Feb 7 14:28:47 GMT 2024
Andreas Tille pushed to branch master at Debian Med / ghmm
Commits:
84fd95b6 by Andreas Tille at 2024-02-07T15:24:33+01:00
Explain in README.Debian that Python3 interface is broken
- - - - -
5ec0b9e0 by Andreas Tille at 2024-02-07T15:27:02+01:00
Upload to unstable
- - - - -
4 changed files:
- debian/README.Debian
- debian/changelog
- debian/ghmm.docs
- debian/tests/run-unit-test
Changes:
=====================================
debian/README.Debian
=====================================
@@ -1,14 +1,32 @@
ghmm for Debian
===============
-The legacy program "cluster" of ghmm conflicts with graphviz,
-upstream agrees to rename it to ghmm-cluster.
+Conflicting name "cluster"
+--------------------------
-For those users who might rely on the name cluster and are sure
-that the cluster of graphviz is not needed there is a symlink
+The legacy program "cluster" of ghmm conflicts with graphviz, upstream
+agrees to rename it to ghmm-cluster.
+
+For those users who might rely on the name cluster and are sure that the
+cluster of graphviz is not needed there is a symlink
/usr/lib/ghmm/bin/cluster
provided. Users can set PATH accordingly
- -- Andreas Tille <tille at debian.org> Thu, 06 Dec 2018 10:54:51 +0100
+
+Python interface broken with Python3
+------------------------------------
+
+The py interface is living off a patch from py2to3 and is (very) broken.
+It needs quite a lot of patching. You can try this via
+
+ python3 ghmm_test.py
+
+(you can find the script here in this directory.) The Debian developers
+do not have any resources to fix this code dated from 2013-08-09, but we
+would love to incorporate patches if you need this interface and feel
+able to fix it.
+
+
+ -- Andreas Tille <tille at debian.org> Thu, 11 Jan 2024 17:06:32 +0100
=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-ghmm (0.9~rc3-5) UNRELEASED; urgency=medium
+ghmm (0.9~rc3-5) unstable; urgency=medium
* Team upload.
@@ -9,6 +9,7 @@ ghmm (0.9~rc3-5) UNRELEASED; urgency=medium
* Fix clean target
Closes: #1044649
* Install additional header files needed for autopkgtest
+ * Explain in README.Debian that Python3 interface is broken
[ Komolehin Israel Timilehin ]
* Add autopkgtest
@@ -17,7 +18,7 @@ ghmm (0.9~rc3-5) UNRELEASED; urgency=medium
* Remove build-dependency on libatlas-base-dev
Closes: #1056673
- -- Andreas Tille <tille at debian.org> Thu, 11 Jan 2024 17:06:32 +0100
+ -- Andreas Tille <tille at debian.org> Wed, 07 Feb 2024 15:25:59 +0100
ghmm (0.9~rc3-4) unstable; urgency=medium
=====================================
debian/ghmm.docs
=====================================
@@ -1 +1,2 @@
debian/tests/run-unit-test
+debian/tests/ghmm_test.py
=====================================
debian/tests/run-unit-test
=====================================
@@ -15,4 +15,5 @@ cd $AUTOPKGTEST_TMP
make -f autopkgtest.mk run
-python3 ghmm_test.py
\ No newline at end of file
+# This is known to fail - see README.Debian
+# python3 ghmm_test.py
View it on GitLab: https://salsa.debian.org/med-team/ghmm/-/compare/11fedf4559b5a26d4b3c5a4d53ce7fc126da9e4d...5ec0b9e0469c8c5a3e6992cc0a55099dc5dc6a03
--
View it on GitLab: https://salsa.debian.org/med-team/ghmm/-/compare/11fedf4559b5a26d4b3c5a4d53ce7fc126da9e4d...5ec0b9e0469c8c5a3e6992cc0a55099dc5dc6a03
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/20240207/e98c9065/attachment-0001.htm>
More information about the debian-med-commit
mailing list