[arch-commits] Commit in python-libcharon/repos/community-any (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at gemini.archlinux.org
Wed Dec 29 16:36:23 UTC 2021


    Date: Wednesday, December 29, 2021 @ 16:36:23
  Author: jelle
Revision: 1087384

archrelease: copy trunk to community-any

Added:
  python-libcharon/repos/community-any/PKGBUILD
    (from rev 1087383, python-libcharon/trunk/PKGBUILD)
Deleted:
  python-libcharon/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-29 16:36:18 UTC (rev 1087383)
+++ PKGBUILD	2021-12-29 16:36:23 UTC (rev 1087384)
@@ -1,29 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-
-pkgname=python-libcharon
-pkgver=4.11.0
-pkgrel=2
-pkgdesc="Python File metadata and streaming library"
-url="https://github.com/Ultimaker/libCharon"
-arch=(any)
-license=("AGPL")
-depends=('python' 'python-dbus')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=(libcharon-$pkgver.tar.gz::https://github.com/Ultimaker/libCharon/archive/${pkgver}.tar.gz)
-sha512sums=('e0541ad0194959e62d766a79433d4cb331f9c3350931fc75168ab3a235b054e1d4087041abf9bd11506e870ee58ac1e8dc9aeaf43480f134313dda62821c8915')
-
-build() {
-  cd libCharon-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd libCharon-$pkgver
-  pytest tests
-}
-
-package() {
-  cd libCharon-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-libcharon/repos/community-any/PKGBUILD (from rev 1087383, python-libcharon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-29 16:36:23 UTC (rev 1087384)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=python-libcharon
+pkgver=4.12.0
+pkgrel=1
+pkgdesc="Python File metadata and streaming library"
+url="https://github.com/Ultimaker/libCharon"
+arch=(any)
+license=("AGPL")
+depends=('python' 'python-dbus')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=(libcharon-$pkgver.tar.gz::https://github.com/Ultimaker/libCharon/archive/${pkgver}.tar.gz)
+sha512sums=('a964ce2b6688f5829f26df16aadc35895d793bf10335fa45ec71190123f4e0c0d5677c567ae8f7bc406b9ce01bd63d5abb1c9ab3592fd3b26008709cba159a8b')
+
+build() {
+  cd libCharon-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd libCharon-$pkgver
+  pytest tests
+}
+
+package() {
+  cd libCharon-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list