devel/py-pyparsing and devel/py-packaging have circular dependency

2021-12-04 Thread Koichiro Iwao
Hi, Can someone help me with bug 259993? https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259993 The maintainer sunpoet@ is not active on this. This prevent me performing `portmaster -a`. -- meta

[Bug 259993] devel/py-pyparsing: build failure: pkg_resources.DistributionNotFound: The 'packaging>=20.0' distribution was not found and is required by the application

2021-12-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259993 Koichiro Iwao changed: What|Removed |Added CC||python@FreeBSD.org -- You are rec

Re: devel/py-pyparsing and devel/py-packaging have circular dependency

2021-12-04 Thread Koichiro Iwao
For the record, devel/py-packaging requires devel/py-pyparsing. OTOH, dvel/py-pyparsing requires devel/py-packaging. I cannot install either. % make -V PORTVERSION -C /usr/ports/devel/py-packaging

[Bug 259993] devel/py-pyparsing: build failure: pkg_resources.DistributionNotFound: The 'packaging>=20.0' distribution was not found and is required by the application

2021-12-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259993 --- Comment #8 from Koichiro Iwao --- I'm still not sure what is the root cause however uninstalling py38-setuptools_scm without modifying Makefie did the trick for me. > pkg remove py38-setuptools_scm -- You are receiving this mail beca

[Bug 259993] devel/py-pyparsing: build failure: pkg_resources.DistributionNotFound: The 'packaging>=20.0' distribution was not found and is required by the application

2021-12-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259993 --- Comment #9 from Po-Chuan Hsieh --- This is totally a portmaster issue (wrong order of build, install and deinstall). The python dependencies are all correct. py-pyparsing DOES NOT REQUIRE py-packaging. (In reply to Koichiro Iwao from c

Re: devel/py-pyparsing and devel/py-packaging have circular dependency

2021-12-04 Thread Po-Chuan Hsieh
This is totally a portmaster issue (wrong order of build, install and deinstall). The python dependencies are all correct. py-pyparsing DOES NOT REQUIRE py-packaging. On Sat, Dec 4, 2021 at 5:27 PM Koichiro Iwao wrote: > For the record, > > devel/py-packaging requires devel/py-pyparsing. OTOH, d

Re: devel/py-pyparsing and devel/py-packaging have circular dependency

2021-12-04 Thread Alexey Dokuchaev
On Sat, Dec 04, 2021 at 05:45:55PM +0800, Po-Chuan Hsieh wrote: > This is totally a portmaster issue (wrong order of build, install and > deinstall). > The python dependencies are all correct. > py-pyparsing DOES NOT REQUIRE py-packaging. I concur; just built and packaged those ports successfully

Re: devel/py-pyparsing and devel/py-packaging have circular dependency

2021-12-04 Thread Stefan Esser
Am 04.12.21 um 10:45 schrieb Po-Chuan Hsieh: > This is totally a portmaster issue (wrong order of build, install and > deinstall). > The python dependencies are all correct. Sorry, no, and please stop spreading this FUD and utter nonsense about portmaster being at fault! The error messages quote

Ports with version numbers going backwards: devel/py-pytest, devel/py-pytest...

2021-12-04 Thread portmgr
** The following ports have a version number that sorts before a previous one ** For many package tools to work correctly, it is of utmost importance that version numbers of a port form a monotonic increasing sequence over time. Refer to the FreeBSD Porter's Handbook, 'Package Naming Convention

[Bug 256268] [NEW PORT] sysutils/py-concurrent-log-handler: RotatingFileHandler replacement with concurrency, gzip

2021-12-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256268 risner changed: What|Removed |Added Attachment #225487|0 |1 is obsolete|

Re: devel/py-pyparsing and devel/py-packaging have circular dependency

2021-12-04 Thread Stefan Esser
Am 04.12.21 um 10:51 schrieb Alexey Dokuchaev: > On Sat, Dec 04, 2021 at 05:45:55PM +0800, Po-Chuan Hsieh wrote: >> The python dependencies are all correct. >> py-pyparsing DOES NOT REQUIRE py-packaging. True, but apparently only when building in a clean jail. > I concur; just built and packaged

[Bug 259981] devel/py-setuptools_scm: Fix incorrect *_DEPENDS, causing devel/py-pyparsing (and others) Fails to configure: The 'packaging>=20.0' distribution was not found

2021-12-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259981 --- Comment #6 from Stefan Eßer --- I can confirm that py-setuptools_scm installed prevents building of other Python ports, if py-packaging or py-pyparsing are not available. But I do not see any issue when updating these ports with portma

[Bug 259993] devel/py-pyparsing: build failure: pkg_resources.DistributionNotFound: The 'packaging>=20.0' distribution was not found and is required by the application

2021-12-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259993 Stefan Eßer changed: What|Removed |Added CC||s...@freebsd.org Resolution|

[Bug 259981] devel/py-setuptools_scm: Fix incorrect *_DEPENDS, causing devel/py-pyparsing (and others) Fails to configure: The 'packaging>=20.0' distribution was not found

2021-12-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259981 Stefan Eßer changed: What|Removed |Added CC||ohartm...@walstatt.org --- Comment #

Re: devel/py-pyparsing and devel/py-packaging have circular dependency

2021-12-04 Thread Stefan Esser
Am 04.12.21 um 14:19 schrieb Stefan Esser: > Am 04.12.21 um 10:51 schrieb Alexey Dokuchaev: >> On Sat, Dec 04, 2021 at 05:45:55PM +0800, Po-Chuan Hsieh wrote: >>> The python dependencies are all correct. >>> py-pyparsing DOES NOT REQUIRE py-packaging. > > True, but apparently only when building in