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

Jelle van der Waa jelle at gemini.archlinux.org
Fri Jul 15 20:04:17 UTC 2022


    Date: Friday, July 15, 2022 @ 20:04:17
  Author: jelle
Revision: 1252994

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-15 20:04:06 UTC (rev 1252993)
+++ PKGBUILD	2022-07-15 20:04:17 UTC (rev 1252994)
@@ -1,29 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-
-pkgname=python-libcharon
-pkgver=4.13.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=('cd6e4cd696bcbebe5aa6a53f5222fbb8f982ff21d165adcd8854769b19df2d15ea6287100ba09ddd85ac80d3f86dbfae9ac050ee50f082223bf0acb542413d8c')
-
-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 1252993, python-libcharon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-15 20:04:17 UTC (rev 1252994)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=python-libcharon
+pkgver=5.0.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=('e7402ee1fcf2f601d4b0ff665121e220aca946df9dcb7e3484eddff63f0f69d475989f9a7a9beaf932bde3d979faf907162d6be8241842e6095f32a9be7c886d')
+
+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