[arch-commits] Commit in kapidox/repos (testing-any testing-any/PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sun Jun 12 19:29:19 UTC 2022


    Date: Sunday, June 12, 2022 @ 19:29:19
  Author: arojas
Revision: 448258

archrelease: copy trunk to testing-any

Added:
  kapidox/repos/testing-any/
  kapidox/repos/testing-any/PKGBUILD
    (from rev 448257, kapidox/trunk/PKGBUILD)

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

Copied: kapidox/repos/testing-any/PKGBUILD (from rev 448257, kapidox/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2022-06-12 19:29:19 UTC (rev 448258)
@@ -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.95.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=('e5f70eb8709398631c904e73075a431a9b0e717fd3017c3f74b9a9028e031838'
+            '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