python3-PyQt-builder: update to 1.17.0.
This commit is contained in:
parent
5eca687cb7
commit
511fabea85
11
srcpkgs/python3-PyQt-builder/patches/no-packaging.patch
Normal file
11
srcpkgs/python3-PyQt-builder/patches/no-packaging.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- a/pyproject.toml
|
||||
+++ b/pyproject.toml
|
||||
@@ -12,7 +12,7 @@ name = "PyQt-builder"
|
||||
description = "The PyQt build system"
|
||||
readme = "README.md"
|
||||
urls.homepage = "https://github.com/Python-PyQt/PyQt-builder"
|
||||
-dependencies = ["packaging", "sip >=6.7, <7"]
|
||||
+dependencies = ["sip >=6.7, <7"]
|
||||
requires-python = ">=3.8"
|
||||
license = {file = "LICENSE"}
|
||||
classifiers = ["License :: OSI Approved :: BSD License"]
|
@ -1,7 +1,7 @@
|
||||
# Template file for 'python3-PyQt-builder'
|
||||
pkgname=python3-PyQt-builder
|
||||
version=1.16.4
|
||||
revision=2
|
||||
version=1.17.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools python3-setuptools_scm sip python3-wheel"
|
||||
depends="sip>=6.7"
|
||||
@ -10,7 +10,7 @@ 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=4515e41ae379be2e54f88a89ecf47cd6e4cac43e862c4abfde18389c2666afdf
|
||||
checksum=fce0e92346d2a4296525b7ad9f02b74ea425f26210390ae0d3e4ca08c31cf4cc
|
||||
|
||||
post_install() {
|
||||
rm -rf $DESTDIR/usr/bin
|
||||
|
Loading…
Reference in New Issue
Block a user