Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
pyqt-builder


Commits:
677e253e by Antonio Rojas at 2024-04-25T22:10:14+02:00
upgpkg: 1.16.2-1: Update to 1.16.2, install license

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,11 @@
 pkgbase = pyqt-builder
        pkgdesc = The PEP 517 compliant PyQt build system
-       pkgver = 1.16.1
-       pkgrel = 2
+       pkgver = 1.16.2
+       pkgrel = 1
        url = https://pypi.org/project/PyQt-builder/
        arch = any
        license = BSD-2-Clause
+       makedepends = git
        makedepends = python-build
        makedepends = python-installer
        makedepends = python-setuptools-scm
@@ -12,7 +13,7 @@ pkgbase = pyqt-builder
        depends = python
        depends = python-packaging
        depends = sip
-       source = 
https://github.com/Python-PyQt/PyQt-builder/archive/1.16.1/pyqt-builder-1.16.1.tar.gz
-       sha256sums = 
9032e622f88c1b65ad75e7a768106cbb0bf2ed71795eb089be418f48b3605cfa
+       source = git+https://github.com/Python-PyQt/PyQt-builder#tag=1.16.2
+       sha256sums = 
fcf4a53feb248aa0c8d93092bae9dadcd892860a3cbcc110b09ee926e305f908
 
 pkgname = pyqt-builder


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas <aro...@archlinux.org>
 
 pkgname=pyqt-builder
-pkgver=1.16.1
-pkgrel=2
+pkgver=1.16.2
+pkgrel=1
 pkgdesc='The PEP 517 compliant PyQt build system'
 arch=(any)
 url='https://pypi.org/project/PyQt-builder/'
@@ -10,20 +10,22 @@ license=(BSD-2-Clause)
 depends=(python
          python-packaging
          sip)
-makedepends=(python-build
+makedepends=(git
+             python-build
              python-installer
              python-setuptools-scm
              python-wheel)
-source=(https://github.com/Python-PyQt/PyQt-builder/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('9032e622f88c1b65ad75e7a768106cbb0bf2ed71795eb089be418f48b3605cfa')
+source=(git+https://github.com/Python-PyQt/PyQt-builder#tag=$pkgver)
+sha256sums=('fcf4a53feb248aa0c8d93092bae9dadcd892860a3cbcc110b09ee926e305f908')
 
 build() {
-  cd PyQt-builder-$pkgver
+  cd PyQt-builder
   SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver \
   python -m build --wheel --no-isolation
 }
 
 package() {
-  cd PyQt-builder-$pkgver
+  cd PyQt-builder
   python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pyqt-builder/-/commit/677e253e6d7180435165a247980703294db011b2

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pyqt-builder/-/commit/677e253e6d7180435165a247980703294db011b2
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to