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

Antonio Rojas arojas at gemini.archlinux.org
Sun Sep 11 09:24:52 UTC 2022


    Date: Sunday, September 11, 2022 @ 09:24:52
  Author: arojas
Revision: 455807

archrelease: copy trunk to testing-any

Added:
  kapidox/repos/testing-any/PKGBUILD
    (from rev 455806, kapidox/trunk/PKGBUILD)
  kapidox/repos/testing-any/keys/
Deleted:
  kapidox/repos/testing-any/PKGBUILD
  kapidox/repos/testing-any/keys/

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-11 09:24:39 UTC (rev 455806)
+++ PKGBUILD	2022-09-11 09:24:52 UTC (rev 455807)
@@ -1,28 +0,0 @@
-# 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.98.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=('566cf41abcf30e98ff591d0ef49fad97ea4a33b2222561276cb895bd229a58cc'
-            '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
-}

Copied: kapidox/repos/testing-any/PKGBUILD (from rev 455806, kapidox/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-09-11 09:24:52 UTC (rev 455807)
@@ -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.98.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=('566cf41abcf30e98ff591d0ef49fad97ea4a33b2222561276cb895bd229a58cc'
+            '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