[arch-commits] Commit in kapidox/repos (3 files)

Felix Yan felixonmars at gemini.archlinux.org
Mon Aug 15 15:11:54 UTC 2022


    Date: Monday, August 15, 2022 @ 15:11:54
  Author: felixonmars
Revision: 452724

archrelease: copy trunk to staging-any

Added:
  kapidox/repos/staging-any/
  kapidox/repos/staging-any/PKGBUILD
    (from rev 452723, kapidox/trunk/PKGBUILD)
  kapidox/repos/staging-any/keys/

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: kapidox/repos/staging-any/PKGBUILD (from rev 452723, kapidox/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2022-08-15 15:11:54 UTC (rev 452724)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kapidox
+pkgver=5.97.0
+pkgrel=1
+pkgdesc='Frameworks API Documentation Tools'
+arch=(any)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(python-jinja python-yaml)
+makedepends=(python-build python-installer python-wheel python-setuptools qt5-base)
+groups=(kf5)
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('9d8fc3011350c2a4cb421153cd67990f3e69c0cd7226b9d9f1956460360be965'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+
+build() {
+  cd $pkgname-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}



More information about the arch-commits mailing list