Skip to content

Commit

Permalink
New package: python3-PyQt6-sip-13.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgn committed May 24, 2021
1 parent c01551a commit 0ea55e4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
25 changes: 25 additions & 0 deletions srcpkgs/python3-PyQt6-sip/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Template file for 'python3-PyQt6-sip'
pkgname=python3-PyQt6-sip
version=13.1.0
revision=1
wrksrc="PyQt6_sip-$version"
build_style=python3-module
hostmakedepends="python3-devel python3-setuptools sip"
makedepends="python3-devel"
depends="python3"
short_desc="PyQt6 SIP bindings with C and C++ for Python 3"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only, GPL-3.0-only, custom:SIP"
homepage="https://www.riverbankcomputing.com/software/sip/"
distfiles="${PYPI_SITE}/P/PyQt6_sip/PyQt6_sip-${version}.tar.gz"
checksum=7c31073fe8e6cb8a42e85d60d3a096700a9047c772b354d6227dfe965566ec8a
lib32disabled=yes

post_extract() {
# for do_check
mkdir -p PyQt6
}

post_install() {
vlicense /usr/share/licenses/sip/LICENSE
}
2 changes: 2 additions & 0 deletions srcpkgs/python3-PyQt6-sip/update
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
site=https://pypi.org/simple/PyQt6-sip
pattern='PyQt6_sip-\K([\d.]+)(?=.tar.gz)'

0 comments on commit 0ea55e4

Please sign in to comment.