From: Stuart Henderson Subject: Re: update: audio/curseradio To: Krystian Lewandowski Cc: ports@openbsd.org Date: Mon, 23 Dec 2024 12:58:49 +0000 btw, it seems to work ok (at least with light testing) with Python 3.12. On 2024/12/23 13:39, Krystian Lewandowski wrote: > Thank you, > — > Krystian Lewandowski > > > Wiadomość napisana przez Stuart Henderson w dniu 23 gru 2024, o godz. 13:28: > > > > On 2024/12/22 23:00, Krystian Lewandowski wrote: > >> The original project doesn't seem to be maintained and - in current state - it's > >> broken. Since I'm responsible for this port, I created my own fork with > >> necessary fixes. > >> > >> The diff switches to my GH fork. > >> > >> After make update-plist MODPY_DISTV has been removed, I'm not sure if this change > >> was necessary? > > > > MODPY_DISTV (the new name for MODPY_EGG_VERSION after a recent reworking > > of python ports) should be set to the version number declared for Python > > packaging, in this case it's 0.3 (comes from curseradio/__init__.py via > > setup.py). > > > > As there hasn't been a 0.3 release yet let's set the package name to > > curseradio-0.3pre20241222, so I'll commit it like this; > > > > Index: Makefile > > =================================================================== > > RCS file: /cvs/ports/audio/curseradio/Makefile,v > > diff -u -p -r1.12 Makefile > > --- Makefile 21 Dec 2024 11:37:31 -0000 1.12 > > +++ Makefile 23 Dec 2024 12:27:38 -0000 > > @@ -1,12 +1,11 @@ > > -MODPY_DISTV = 0.2 > > +MODPY_DISTV = 0.3 > > COMMENT = curses interface for browsing and playing radio streams > > -DISTNAME = curseradio-${MODPY_DISTV} > > +DISTNAME = curseradio-${MODPY_DISTV}pre20241222 > > CATEGORIES = audio > > -REVISION = 6 > > > > -GH_ACCOUNT = chronitis > > +GH_ACCOUNT = elewarr > > GH_PROJECT = curseradio > > -GH_COMMIT = 1bd4bd0faeec675e0647bac9a100b526cba19f8d > > +GH_COMMIT = 95d6d33202a06da7b1db5d7a599e6cd6e4ec073b > > > > MAINTAINER = Krystian Lewandowski > > > > Index: distinfo > > =================================================================== > > RCS file: /cvs/ports/audio/curseradio/distinfo,v > > diff -u -p -r1.1.1.1 distinfo > > --- distinfo 30 Mar 2019 13:50:33 -0000 1.1.1.1 > > +++ distinfo 23 Dec 2024 12:27:38 -0000 > > @@ -1,2 +1,2 @@ > > -SHA256 (curseradio-0.2-1bd4bd0f.tar.gz) = KxSppMqmW0RWA54JGn8sjcxrW0xa9CvnYtZx2dLN9Tk= > > -SIZE (curseradio-0.2-1bd4bd0f.tar.gz) = 85371 > > +SHA256 (curseradio-0.3pre20241222-95d6d332.tar.gz) = 68zdPiz3P2AJTQjwo/QftH8nBfaggukKiI4gBvIFC2M= > > +SIZE (curseradio-0.3pre20241222-95d6d332.tar.gz) = 85528 > > >