mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
19 lines
667 B
Bash
19 lines
667 B
Bash
# Template file for 'python3-PyQt-builder'
|
|
pkgname=python3-PyQt-builder
|
|
version=1.18.1
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-setuptools_scm sip python3-wheel"
|
|
depends="sip>=6.7"
|
|
short_desc="PEP 517 compliant PyQt build system"
|
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://www.riverbankcomputing.com/software/pyqt/"
|
|
distfiles="$PYPI_SITE/P/PyQt-builder/pyqt_builder-$version.tar.gz"
|
|
checksum=3f7a3a2715947a293a97530a76fd59f1309fcb8e57a5830f45c79fe7249b3998
|
|
|
|
post_install() {
|
|
rm -rf $DESTDIR/usr/bin
|
|
rm -rf $DESTDIR/$py3_sitelib/pyqtbuild/bundle
|
|
vlicense LICENSE
|
|
}
|