[Bug 264476] [NEW PORT] security/py-certbot-plugin-gandi: Gandi DNS Authenticator plugin for Certbot
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264476 Bruno Damour changed: What|Removed |Added Attachment #234465|0 |1 is obsolete|| -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 264476] [NEW PORT] security/py-certbot-plugin-gandi: Gandi DNS Authenticator plugin for Certbot
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264476 --- Comment #2 from Bruno Damour --- Created attachment 234481 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=234481&action=edit Patch against current ports tree Thanks for your review ! Sorry I made a mess of it with the previous patch, that is my first submission… I can maintain this port, I amended the Makefile accordingly, and I have created separate submissions for libpki and openca-ocspd. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 263862] www/py-tvdb_api: Fails to run after www/py-requests-cache update: ImportError: cannot import name '_to_bytes' from 'requests_cache.backends.base
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263862 --- Comment #9 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7e598a20ff3bfe260aebbee6f3a99d6c7f7c36fd commit 7e598a20ff3bfe260aebbee6f3a99d6c7f7c36fd Author: Muhammad Moinur Rahman AuthorDate: 2022-06-06 11:33:41 + Commit: Muhammad Moinur Rahman CommitDate: 2022-06-06 11:33:41 + www/py-tvdb_api: Runtime fix py-tvdb_api is not compatible with latest 0.9.4 of py-requests-cache. update DEPS with the py-requests-cache93 for now. PR: 263862 Reported by:huber.ge...@gmail.com www/py-tvdb_api/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 263862] www/py-tvdb_api: Fails to run after www/py-requests-cache update: ImportError: cannot import name '_to_bytes' from 'requests_cache.backends.base
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263862 Muhammad Moinur Rahman changed: What|Removed |Added Resolution|--- |FIXED Status|Open|Closed --- Comment #10 from Muhammad Moinur Rahman --- (In reply to Kubilay Kocak from comment #8) I wish everyone maintained and updated their deps regularly. Often this is the case when upstream also loses interest in the project and do not update properly. That is the time when we should RIP those ports. On another note I wish all the committer's would have updated their ports regularly. And for the last thing please don't bring the story of another port in the running bug. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 241952] devel/py-pycparser: 2.19 updates/recompiles c_ast.py after installation (at runtime)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241952 Rene Ladan changed: What|Removed |Added Assignee|w...@freebsd.org |sunp...@freebsd.org CC||r...@freebsd.org --- Comment #7 from Rene Ladan --- Over to new maintainer -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 263862] www/py-tvdb_api: Fails to run after www/py-requests-cache update: ImportError: cannot import name '_to_bytes' from 'requests_cache.backends.base
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263862 --- Comment #11 from huber.ge...@gmail.com --- (In reply to commit-hook from comment #9) Thanks Muhammad! When I portmaster the port, it stops, complaining pkg-static: py38-requests-cache93-0.9.3 conflicts with py38-requests-cache-0.9.4 (installs files into the same place). Problematic file: /usr/local/lib/python3.8/site-packages/requests_cache/__init__.py do I need to downgrade the port entirely? Thanks, Georg -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 263862] www/py-tvdb_api: Fails to run after www/py-requests-cache update: ImportError: cannot import name '_to_bytes' from 'requests_cache.backends.base
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263862 --- Comment #12 from Muhammad Moinur Rahman --- (In reply to huber.georg from comment #11) No, you do not. Just do pkg remove py38-requests-cache before running portmaster. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 263862] www/py-tvdb_api: Fails to run after www/py-requests-cache update: ImportError: cannot import name '_to_bytes' from 'requests_cache.backends.base
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263862 --- Comment #13 from huber.ge...@gmail.com --- (In reply to Muhammad Moinur Rahman from comment #12) Thanks, but I guess, I give up: # Starting tvnamer # Found 1 episode # Processing file: Ted.Lasso.S01E01.WEB-DL.x264-ION10.mp4 # With custom replacements: Ted.Lasso.S01E01.WEB-DL.x264-ION10.mp4 # Detected series: Ted Lasso (season: 1, episode: 1) Traceback (most recent call last): File "/usr/local/bin/tvnamer", line 33, in sys.exit(load_entry_point('tvnamer==3.0.4', 'console_scripts', 'tvnamer')()) File "/usr/local/lib/python3.8/site-packages/tvnamer/main.py", line 474, in main tvnamer(paths = sorted(args)) File "/usr/local/lib/python3.8/site-packages/tvnamer/main.py", line 370, in tvnamer processFile(tvdb_instance, episode) File "/usr/local/lib/python3.8/site-packages/tvnamer/main.py", line 175, in processFile episode.populateFromTvdb(tvdb_instance, force_name=Config['force_name'], series_id=Config['series_id']) File "/usr/local/lib/python3.8/site-packages/tvnamer/utils.py", line 641, in populateFromTvdb show = tvdb_instance[force_name or self.seriesname] File "/usr/local/lib/python3.8/site-packages/tvdb_api.py", line 1152, in __getitem__ sid = self._nameToSid(key) File "/usr/local/lib/python3.8/site-packages/tvdb_api.py", line 1136, in _nameToSid selected_series = self._getSeries(name) File "/usr/local/lib/python3.8/site-packages/tvdb_api.py", line 935, in _getSeries all_series = self.search(series) File "/usr/local/lib/python3.8/site-packages/tvdb_api.py", line 914, in search series_resp = self._getetsrc(self.config['url_getSeries'] % (series)) File "/usr/local/lib/python3.8/site-packages/tvdb_api.py", line 874, in _getetsrc src = self._loadUrl(url, language=language) File "/usr/local/lib/python3.8/site-packages/tvdb_api.py", line 811, in _loadUrl self.authorize() File "/usr/local/lib/python3.8/site-packages/tvdb_api.py", line 859, in authorize r = self.session.post( File "/usr/local/lib/python3.8/site-packages/requests/sessions.py", line 577, in post return self.request('POST', url, data=data, json=json, **kwargs) File "/usr/local/lib/python3.8/site-packages/requests_cache/session.py", line 115, in request return super().request(method, url, *args, **kwargs) File "/usr/local/lib/python3.8/site-packages/requests/sessions.py", line 529, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.8/site-packages/requests_cache/session.py", line 127, in send cache_key = self.cache.create_key(request, **kwargs) TypeError: create_key() got an unexpected keyword argument 'timeout' -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 263862] www/py-tvdb_api: Fails to run after www/py-requests-cache update: ImportError: cannot import name '_to_bytes' from 'requests_cache.backends.base
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263862 Muhammad Moinur Rahman changed: What|Removed |Added Resolution|FIXED |--- Status|Closed |Open --- Comment #14 from Muhammad Moinur Rahman --- Reopen -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 263862] www/py-tvdb_api: Fails to run after www/py-requests-cache update: ImportError: cannot import name '_to_bytes' from 'requests_cache.backends.base
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263862 --- Comment #15 from Muhammad Moinur Rahman --- (In reply to huber.georg from comment #13) Are you sure you have removed py38-requests-cache as I can see the error is similar to comment #2? -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 264488] databases/py-databases: Update to 0.6.0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264488 Nuno Teixeira changed: What|Removed |Added Assignee|ports-b...@freebsd.org |edua...@freebsd.org CC||edua...@freebsd.org -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 264488] databases/py-databases: Update to 0.6.0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264488 --- Comment #2 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=128d10070fcfd91f7dab286438d115b7db18874a commit 128d10070fcfd91f7dab286438d115b7db18874a Author: Goran Mekić AuthorDate: 2022-06-06 21:07:56 + Commit: Nuno Teixeira CommitDate: 2022-06-06 21:09:44 + databases/py-databases: Update to 0.6.0 ChangeLog: https://github.com/encode/databases/blob/0.6.0/CHANGELOG.md PR: 264488 databases/py-databases/Makefile | 4 ++-- databases/py-databases/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 264488] databases/py-databases: Update to 0.6.0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264488 Nuno Teixeira changed: What|Removed |Added Resolution|--- |FIXED Status|Open|Closed --- Comment #3 from Nuno Teixeira --- Commited, thanks! -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 264492] multimedia/py-mat2: Update to 0.12.4
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264492 Nuno Teixeira changed: What|Removed |Added Assignee|ports-b...@freebsd.org |edua...@freebsd.org CC||edua...@freebsd.org -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 264445] www/chrome-gnome-shell: 10.1_1 fails to upgrade when already installed: pkg: Fail to create temporary file: .../chrome_gnome_shell-0.0.0-py3.8.egg-info/.pkgtemp.PKG-INFO.GwuAebvj5fKz:Not
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264445 Matthias Andree changed: What|Removed |Added Status|In Progress |Open --- Comment #7 from Matthias Andree --- Yeah, so in the interim, we need support in the port which can add pkg-upgrade support to its scripting, or at the very minimum, an UPDATING entry. Note this PR is about chrome-gnome-shell, not "pkg", so I do not see how "in progress" would apply. Feel free to link the relevant pkg bug (or create a collector/umbrella/meta bug) though. -- You are receiving this mail because: You are on the CC list for the bug.
Re: devel/py-setuptools build error
On 7/06/2022 10:15 am, Janos Dohanics wrote: Hello, On a FreeBSD 13.1-STABLE #0 2b005e896 machine my attempt to upgrade devel/py-setuptools fails: # portupgrade -vR py38-setuptools-44.0.0_1 ---> Session started at: Mon, 06 Jun 2022 20:03:22 -0400 [Reading data from pkg(8) ... - 298 packages found - done] [Gathering depends for devel/py-setuptools .(lang/python38)..(devel/pkgconf)(devel/gettext-tools)(devel/libtextstyle)..(converters/libiconv)(print/indexinfo)(devel/gettext-runtime)..(devel/libffi).(math/mpdecimal).(devel/gmake)..(devel/readline). done] [Exclude up-to-date packages ... done] ---> Upgrade of devel/py-setuptools started at: Mon, 06 Jun 2022 20:03:27 -0400 ---> Upgrading 'py38-setuptools-44.0.0_1' to 'py38-setuptools-62.1.0' (devel/py-setuptools) ---> Build of devel/py-setuptools started at: Mon, 06 Jun 2022 20:03:27 -0400 ---> Building '/usr/ports/devel/py-setuptools' ===> Cleaning for py38-setuptools-62.1.0 ===> Cleaning for py39-setuptools-62.1.0 ===> Cleaning for py37-setuptools-62.1.0 ===> Cleaning for py310-setuptools-62.1.0 ===> Cleaning for py311-setuptools-62.1.0 ===> License MIT accepted by the user ===> py38-setuptools-62.1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py38-setuptools-62.1.0 for building ===> Extracting for py38-setuptools-62.1.0 => SHA256 Checksum OK for python/setuptools-62.1.0.tar.gz. ===> Patching for py38-setuptools-62.1.0 ===> py38-setuptools-62.1.0 depends on file: /usr/local/bin/python3.8 - found ===> Configuring for py38-setuptools-62.1.0 Traceback (most recent call last): File "setup.py", line 87, in dist = setuptools.setup(**setup_params) File "/usr/ports/devel/py-setuptools/work-py38/setuptools-62.1.0/setuptools/__init__.py", line 87, in setup return distutils.core.setup(**attrs) File "/usr/ports/devel/py-setuptools/work-py38/setuptools-62.1.0/setuptools/_distutils/core.py", line 109, in setup _setup_distribution = dist = klass(attrs) File "/usr/ports/devel/py-setuptools/work-py38/setuptools-62.1.0/setuptools/dist.py", line 462, in __init__ _Distribution.__init__( File "/usr/ports/devel/py-setuptools/work-py38/setuptools-62.1.0/setuptools/_distutils/dist.py", line 293, in __init__ self.finalize_options() File "/usr/ports/devel/py-setuptools/work-py38/setuptools-62.1.0/setuptools/dist.py", line 885, in finalize_options for ep in sorted(loaded, key=by_order): File "/usr/ports/devel/py-setuptools/work-py38/setuptools-62.1.0/setuptools/dist.py", line 884, in loaded = map(lambda e: e.load(), filtered) File "/usr/ports/devel/py-setuptools/work-py38/setuptools-62.1.0/setuptools/_vendor/importlib_metadata/__init__.py", line 196, in load return functools.reduce(getattr, attrs, module) AttributeError: type object 'Distribution' has no attribute '_finalize_feature_opts' *** Error code 1 Stop. make: stopped in /usr/ports/devel/py-setuptools egrep: empty (sub)expression ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20220606-71499-t8w2uy env UPGRADE_TOOL=portupgrade UPGRADE_PORT=py38-setuptools-44.0.0_1 UPGRADE_PORT_VER=44.0.0_1 make ** Fix the problem and try again. ---> Build of devel/py-setuptools ended at: Mon, 06 Jun 2022 20:03:32 -0400 (consumed 00:00:05) ---> Upgrade of devel/py-setuptools ended at: Mon, 06 Jun 2022 20:03:32 -0400 (consumed 00:00:05) ---> ** Upgrade tasks 1: 0 done, 0 ignored, 0 skipped and 1 failed ---> Listing the results (+:done / -:ignored / *:skipped / !:failed) ! devel/py-setuptools (py38-setuptools-44.0.0_1)(unknown build error) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed ---> Session ended at: Mon, 06 Jun 2022 20:03:32 -0400 (consumed 00:00:09) Would you please advise? Thank you for your report. Please re-open Bugzilla issue 262250 [1] with: - build log failure (as an attachment) - Contents of /etc/make.conf (if not empty) [1] https://bugs.freebsd.org/262250
[Bug 262250] [exp-run] devel/py-setuptools: Update to 62.1.0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262250 Janos Dohanics changed: What|Removed |Added CC||w...@3dresearch.com --- Comment #16 from Janos Dohanics --- Created attachment 234513 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=234513&action=edit build log -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 262250] [exp-run] devel/py-setuptools: Update to 62.1.0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262250 --- Comment #17 from Janos Dohanics --- My attempt to upgrade to 62.1.0 has failed with "AttributeError: type object 'Distribution' has no attribute '_finalize_feature_opts'" (FreeBSD 13.1-STABLE #0 2b005e896) -- You are receiving this mail because: You are on the CC list for the bug.