python-mistune: byte compile

This commit is contained in:
Christoph Reiter
2022-06-10 08:21:47 +02:00
parent df291cb8d1
commit a797e566dc

View File

@@ -36,7 +36,6 @@ package() {
${MINGW_PREFIX}/bin/python setup.py install \
--prefix=${MINGW_PREFIX} --root=${pkgdir} --optimize=1 --skip-build
find "${pkgdir}/" -name "*.pyc" -delete
find "${pkgdir}/" -type d -empty -delete
install -Dm644 LICENSE "${pkgdir}${MINGW_PREFIX}/share/licenses/python-${_realname}/LICENSE"