Re: UPDATING providing misinformation
- Reply: Steve Kargl : "Re: UPDATING providing misinformation"
- In reply to: Steve Kargl : "UPDATING providing misinformation"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 11 Aug 2024 07:53:50 UTC
Hi Steve, >usr/ports/devel/py-setuptools_scm does not exist >py-setuptools-scm/ Just a teensy-weensy difference... Cheers, Alex ---------------------------------------- 2024-08-11T04:22:31Z Steve Kargl <sgk@troutmask.apl.washington.edu>: > Updating a circ Feb 2024 system with python 3.9. > Following ports/UPDATING > > # sh > # portmaster -o lang/python311 python39 > # REINSTALL="$(pkg info -oq '*py39*')" > # pkg delete -f "*py39*" > # portmaster $REINSTALL > # REBUILD=$(pkg query -g "%n:%dn" '*' | grep py3 | grep -v py311 | cut -d : -f 1 | sort -u) > # portmaster $REBUILD > # REBUILD2=$(pkg list | grep python-39 | xargs pkg which | awk '{print $6}' | sort -u) > # portmaster $REBUILD2 > > The 'portmaster $REINSTALL' step leads to > > ===>>> /usr/ports/devel/py-setuptools_scm does not exist > ===>>> Aborting update > > % cd /usr/ports/devel > % ls | grep py-setup > py-setuptools/ > py-setuptools-declarative-requirements/ > py-setuptools-dso/ > py-setuptools-gettext/ > py-setuptools-git/ > py-setuptools-git-versioning/ > py-setuptools-pkg/ > py-setuptools-rust/ > py-setuptools-scm/ > > WTF? > > -- > Steve