FreeBSD Bugzilla – Attachment 237489 Details for
Bug 267040
devel/py-nbformat and devel/py-black incorrectly install files belonging to the test infrastructure
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-black-fix-packaging-issues.patch
py-black-fix-packaging-issues.patch (text/plain), 835 bytes, created by
Kai Knoblich
on 2022-10-20 21:05:41 UTC
(
hide
)
Description:
py-black-fix-packaging-issues.patch
Filename:
MIME Type:
Creator:
Kai Knoblich
Created:
2022-10-20 21:05:41 UTC
Size:
835 bytes
patch
obsolete
>diff --git a/devel/py-black/Makefile b/devel/py-black/Makefile >index 39eb1814eb3c..1597cc49b912 100644 >--- a/devel/py-black/Makefile >+++ b/devel/py-black/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= black > PORTVERSION= 22.10.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >diff --git a/devel/py-black/files/setup.py b/devel/py-black/files/setup.py >index b72ba2fa96e0..cc1917e41656 100644 >--- a/devel/py-black/files/setup.py >+++ b/devel/py-black/files/setup.py >@@ -53,11 +53,6 @@ setup( > 'blackd = blackd:patched_main [d]', > ], > }, >- packages=[ >- 'scripts', >- 'src.black', >- 'src.blackd', >- 'src.blib2to3', >- 'src.blib2to3.pgen2', >- ], >+ package_dir={'': 'src'}, >+ package_data={'': ['*']}, > )
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 267040
: 237489