hi all,
i previously wrote:
> i've just tried to install net-im/toot, and was stymied by PR#274411[0]
> ("devel/py-urwid Update to 2.2.x breaks several python packages") which
> has caused devel/py-urwid to be broken.
>
> the proper fix for this seems to be D39288[1] ("devel/py-setuptools_scm:
>
hi all,
i'm trying to port an application that requires Python 3.10+ or later,
while the default Python is still 3.9.
this is my Makefile:
https://git.sr.ht/~lw/freebsd-ports/tree/sublime-music/item/audio/py-sublime-music/Makefile
running poudriere testport initially produces several messages l
Moin Rahman:
>On Jan 21, 2024, at 8:26 PM, Lexi Winter wrote:
> > i'm trying to port an application that requires Python 3.10+ or later,
> > while the default Python is still 3.9.
>
> .if ${PYTHON_REL} < 31000
> IGNORE= Does not support python 3.9 or ear
Moin Rahman:
> By default this will not be built in that case. If you want to build
> for python 3.10 you have to add USE_PYTHON=allflavors
thanks (again). so for a normal port, is there any guidance on whether
i should do this or not? is there a policy on this?
this is a normal (desktop) appli
hello,
if someone has a moment, could you please commit this patch:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276347
this is a trivial patch to make a broken port as BROKEN=.
thanks, lexi.
signature.asc
Description: PGP signature
hi,
i'm trying to update a port (net/py-pychromecast), whose new release
uses PEP517.
this is my Makefile:
PORTNAME= PyChromecast
DISTVERSION=14.0.0
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lexi.free...@le-fay.org
COMMENT=
Lexi Winter:
> i'm trying to update a port (net/py-pychromecast), whose new release
> uses PEP517.
never mind; i looked at the error more closely and saw that the package
requires setuptools 65.6, which was only released in November 2022 and
so is too recent to be in ports. so i