Date: Tuesday, October 25, 2022 @ 19:26:09
  Author: felixonmars
Revision: 1334845

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-25 19:26:03 UTC (rev 1334844)
+++ PKGBUILD    2022-10-25 19:26:09 UTC (rev 1334845)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-pyjwt
-pkgver=2.5.0
-pkgrel=1
-pkgdesc='JSON Web Token implementation in Python'
-arch=('any')
-url='https://github.com/jpadilla/pyjwt'
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-cryptography')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jpadilla/pyjwt/archive/$pkgver.tar.gz";)
-sha512sums=('7db32dd621a9744d561ec1dc1fe923326fd2425c56ae76df78e024146cf1520ac703a78d250b37090393747ea1d01872903cc86eba803b733beac11b4f803422')
-
-build() {
-  cd pyjwt-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd pyjwt-$pkgver
-  pytest
-}
-
-package() {
-  cd pyjwt-$pkgver
-  python setup.py install --root="$pkgdir" -O1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-pyjwt/repos/community-any/PKGBUILD (from rev 1334844, 
python-pyjwt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-25 19:26:09 UTC (rev 1334845)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-pyjwt
+pkgver=2.6.0
+pkgrel=1
+pkgdesc='JSON Web Token implementation in Python'
+arch=('any')
+url='https://github.com/jpadilla/pyjwt'
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-cryptography')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jpadilla/pyjwt/archive/$pkgver.tar.gz";)
+sha512sums=('7b3d2aa5a12f51fb6b1137f939cfe6a08519b4d5b83f2c058dc31741e3ec6d7011844c7b426aa44aacf6570f3907a027ca1fe989a0c232e285e158a217f95557')
+
+build() {
+  cd pyjwt-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pyjwt-$pkgver
+  pytest
+}
+
+package() {
+  cd pyjwt-$pkgver
+  python setup.py install --root="$pkgdir" -O1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}

Reply via email to