Bug 284712 - www/py-pydrive2: py-fsspec was moved to filesystems/
Summary: www/py-pydrive2: py-fsspec was moved to filesystems/
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Robert Clausecker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-10 15:48 UTC by John Hein
Modified: 2025-02-18 14:36 UTC (History)
2 users (show)

See Also:
matthew: maintainer-feedback+


Attachments
Patch to 1.21.3 (1.80 KB, patch)
2025-02-10 20:30 UTC, Matthew Wener
no flags Details | Diff
Patch to 1.21.3 v2 (2.24 KB, patch)
2025-02-10 20:32 UTC, Matthew Wener
no flags Details | Diff
Patch to 1.21.3 v3 (2.33 KB, patch)
2025-02-10 20:35 UTC, Matthew Wener
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Hein 2025-02-10 15:48:22 UTC
py-fsspec was moved from devel/ to filesystems/ in Nov 2024.


diff --git a/www/py-pydrive2/Makefile b/www/py-pydrive2/Makefile
index 1c20a77f48f0..108198bf5f65 100644
--- a/www/py-pydrive2/Makefile
+++ b/www/py-pydrive2/Makefile
@@ -35,7 +35,7 @@ FSSPEC_DESC=          Filesystem interfaces for Python
 DOCS_BUILD_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}furo>0:textproc/py-furo@${PY_FLAVOR} \
                        ${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR}
 FSSPEC_RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}appdirs>=0:devel/py-appdirs@${PY_FLAVOR} \
-                       ${PYTHON_PKGNAMEPREFIX}fsspec>=0:devel/py-fsspec@${PY_FLAVOR} \
+                       ${PYTHON_PKGNAMEPREFIX}fsspec>=0:filesystems/py-fsspec@${PY_FLAVOR} \
                        ${PYTHON_PKGNAMEPREFIX}funcy>=0:devel/py-funcy@${PY_FLAVOR} \
                        ${PYTHON_PKGNAMEPREFIX}tqdm>=0:misc/py-tqdm@${PY_FLAVOR}
Comment 1 Matthew Wener 2025-02-10 20:30:03 UTC
Created attachment 257393 [details]
Patch to 1.21.3

Patch to update 1.21.3

Changes
Update FSSPEC_RUN_D category from devel -> filesystems for py-fsspec
https://github.com/iterative/PyDrive2/compare/1.21.1...1.21.3
Comment 2 Matthew Wener 2025-02-10 20:32:31 UTC
Created attachment 257394 [details]
Patch to 1.21.3 v2
Comment 3 Matthew Wener 2025-02-10 20:35:02 UTC
Created attachment 257395 [details]
Patch to 1.21.3 v3
Comment 4 commit-hook freebsd_committer freebsd_triage 2025-02-18 14:28:50 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cc50713e3bd9aedd59a045981705acf69b74488b

commit cc50713e3bd9aedd59a045981705acf69b74488b
Author:     Matthew Wener <matthew@wener.org>
AuthorDate: 2025-02-10 20:24:21 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2025-02-18 14:16:15 +0000

    www/py-pydrive2: Update PyDrive2 to 1.21.3

     - fix py-fsspec dependency

    Changelog: https://github.com/iterative/PyDrive2/compare/1.21.1...1.21.3

    PR:             284712
    Reported by:    John Hein <jcfyecrayz@liamekaens.com>

 www/py-pydrive2/Makefile | 10 +++++-----
 www/py-pydrive2/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)
Comment 5 Robert Clausecker freebsd_committer freebsd_triage 2025-02-18 14:36:37 UTC
Thank you for your contribution.