FS#69592 - [python-setuptools-rust] --skip-build is missing in package()

Attached to Project: Community Packages
Opened by Duama (Duama) - Tuesday, 09 February 2021, 04:45 GMT
Last edited by Jelle van der Waa (jelly) - Sunday, 23 July 2023, 11:25 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To 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

Description:
The package() function should be:

package() {
...
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
...
}
This task depends upon

Closed by  Jelle van der Waa (jelly)
Sunday, 23 July 2023, 11:25 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in git.

Loading...