Re: Outdated ports

2022-01-04 Thread Ronald Klop via freebsd-ports
Hi, I see that sysutils/dunst was upgraded today. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260918 Don't know why it was upgraded to 1.7.0 instead of the latest release 1.7.3. Created a PR for x11/rofi. Waiting for the maintainer. Untested, I don't use this myself. https://bugs.freebsd

Re: Squid ports status

2022-01-04 Thread Pavel Timofeev
чт, 21 окт. 2021 г. в 12:10, Pavel Timofeev : > > > On Thu, Oct 21, 2021, 11:51 Andrea Venturoli wrote: > >> >> Hello. >> >> In ports we currently have: >> _ www/squid -> 4.15; >> _ www/squid-devel -> 5.0.6. >> >> Although we don't have vunl entries, both are affected by SQUID-2020:12 >> (Out-Of-

Adding support for py-package w/ setup.cfg but w/o setup.py

2022-01-04 Thread Yoshihiro Ota
Hi, I recently create a new PyPI tool for FreeBSD. Based on PyPI's instruction, I have setup.cfg only without setup.py. https://packaging.python.org/en/latest/tutorials/packaging-projects/ suggests go with setup.cfg only for simplicity. I'm now trying to make a port for it. However, FreeBSD port

Re: Adding support for py-package w/ setup.cfg but w/o setup.py

2022-01-04 Thread Teran McKinney
On 2022-01-04 19-46-33, Yoshihiro Ota wrote: > Hi, > > I recently create a new PyPI tool for FreeBSD. > Based on PyPI's instruction, I have setup.cfg only without setup.py. > https://packaging.python.org/en/latest/tutorials/packaging-projects/ suggests > go with setup.cfg only for simplicity.

Re: Adding support for py-package w/ setup.cfg but w/o setup.py

2022-01-04 Thread Yoshihiro Ota
On Wed, 5 Jan 2022 01:58:02 + Teran McKinney wrote: > On 2022-01-04 19-46-33, Yoshihiro Ota wrote: > > Hi, > > > > I recently create a new PyPI tool for FreeBSD. > > Based on PyPI's instruction, I have setup.cfg only without setup.py. > > https://packaging.python.org/en/latest/tutorials/