FreeBSD Bugzilla – Attachment 233568 Details for
Bug 263639
devel/py-platformdirs: Fails to run after 2.5.2 update: ModuleNotFoundError: No module named 'platformdirs' (breaks consumer: devel/pylint (at least))
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch
patch.txt (text/plain), 759 bytes, created by
Craig Leres
on 2022-04-28 21:43:48 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Craig Leres
Created:
2022-04-28 21:43:48 UTC
Size:
759 bytes
patch
obsolete
>diff --git a/devel/py-platformdirs/Makefile b/devel/py-platformdirs/Makefile >index 7e374d4d6c..b788885c52 100644 >--- a/devel/py-platformdirs/Makefile >+++ b/devel/py-platformdirs/Makefile >@@ -2,6 +2,7 @@ > > PORTNAME= platformdirs > PORTVERSION= 2.5.2 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >diff --git a/devel/py-platformdirs/files/setup.py b/devel/py-platformdirs/files/setup.py >index aa5c9455ca..ca7224ada1 100644 >--- a/devel/py-platformdirs/files/setup.py >+++ b/devel/py-platformdirs/files/setup.py >@@ -38,6 +38,9 @@ setup( > ], > }, > packages=[ >- 'src.platformdirs', >+ 'platformdirs', > ], >+ package_dir={ >+ 'platformdirs': 'src/platformdirs' >+ }, > )
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
koobs
:
maintainer-approval+
Actions:
View
Attachments on
bug 263639
: 233568