FS#58444 - [python-pipenv] missing licence files

Attached to Project: Community Packages
Opened by loqs (loqs) - Thursday, 03 May 2018, 20:24 GMT
Last edited by Morten Linderud (Foxboron) - Sunday, 13 September 2020, 13:48 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Morten Linderud (Foxboron)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
python-pipenv does not copy the license files for vendored / patched libraries using BSD/MIT etc to usr/share/licenses/${pkgname}/ and only includes MIT in the licenses array
this is as well as some libraries having missing licences and some being GPL (1)

Additional info:
python-pipenv 11.10.1-1
1 https://github.com/pypa/pipenv/issues/1961
This task depends upon

Closed by  Morten Linderud (Foxboron)
Sunday, 13 September 2020, 13:48 GMT
Reason for closing:  Fixed
Additional comments about closing:  2020.8.13-2
Comment by loqs (loqs) - Saturday, 12 September 2020, 16:53 GMT
The GPL licensed code strict-rfc3339 was dropped in [1].


[1] https://github.com/pypa/pipenv/commit/1b19b66e2634deb04217fd9a8d99a3fc668b9bee
Comment by loqs (loqs) - Saturday, 12 September 2020, 16:55 GMT
diff to copy the license files to under usr/share/licenses/${pkgname}/
Comment by Morten Linderud (Foxboron) - Sunday, 13 September 2020, 13:46 GMT
Thanks for the patch loqs!

Loading...