FS#74013 - [python-progress] license=('ISC') should be license=('custom:ISC')

Attached to Project: Community Packages
Opened by Phillip Pearson (myelin) - Wednesday, 02 March 2022, 22:36 GMT
Last edited by Evangelos Foutras (foutrelis) - Thursday, 03 March 2022, 16:17 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Evangelos Foutras (foutrelis)
Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

https://github.com/archlinux/svntogit-community/blob/master/python-progress/trunk/PKGBUILD

python-progress has license=('ISC'), but ISC isn't one of the common licenses in https://archlinux.org/packages/core/any/licenses/files/, so it should be license=('custom:ISC').

This is a little pedantic, I know, but it messes with automated license extraction tooling :)
This task depends upon

Closed by  Evangelos Foutras (foutrelis)
Thursday, 03 March 2022, 16:17 GMT
Reason for closing:  Not a bug
Additional comments about closing:  It's supposed to be written as license=('ISC').
Comment by Evangelos Foutras (foutrelis) - Thursday, 03 March 2022, 16:16 GMT
Please see https://wiki.archlinux.org/title/PKGBUILD#license

"For the sake of the license array, it is treated as a common license"

Loading...