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

Chih-Hsuan Yen yan12125 at gemini.archlinux.org
Sun May 22 04:15:25 UTC 2022


    Date: Sunday, May 22, 2022 @ 04:15:24
  Author: yan12125
Revision: 1209968

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   95 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 48 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-22 04:15:08 UTC (rev 1209967)
+++ PKGBUILD	2022-05-22 04:15:24 UTC (rev 1209968)
@@ -1,47 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
-# Contributor: Abdó Roig-Maranges <abdo.roig at gmail.com>
-
-_pkgname=jwcrypto
-pkgname=python-$_pkgname
-pkgver=1.3.0
-# curl https://api.github.com/repos/latchset/jwcrypto/git/ref/tags/v$pkgver | jq -r .object.sha
-_tag=36084b56c3ef533add22224a88cda338c6df5f05
-pkgrel=1
-pkgdesc='Python implementation of JWK, JWS, JWE specifications'
-arch=(any)
-url='https://github.com/latchset/jwcrypto'
-license=(LGPL3)
-depends=(python python-cryptography python-deprecated)
-makedepends=(git python-setuptools)
-checkdepends=(python-pytest)
-source=("git+$url?signed#tag=$_tag")
-sha256sums=('SKIP')
-# PyPI sdists for older versions are signed by tiran's key. Since version 1.0,
-# PyPI sdists are not signed, and tiran didn't declare transition of the
-# signing key for some reason. I temporarily trust simo5's signed git tags as
-# the @redhat.com UID in their key has been verified on keys.openpgp.org.
-# See https://github.com/latchset/jwcrypto/issues/230 for more details.
-validpgpkeys=(
-  'BB97AF8BC4E7A5C0D96223D3C788C4C1D4550D45'  # https://github.com/tiran
-  '7C7BD146943B206BB645B64594EAD67E004B65AB'  # Simo Sorce <simo at redhat.com>
-)
-
-pkgver() {
-  cd $_pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $_pkgname
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname
-  pytest
-}
-
-package() {
-  cd $_pkgname
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-jwcrypto/repos/community-any/PKGBUILD (from rev 1209967, python-jwcrypto/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-22 04:15:24 UTC (rev 1209968)
@@ -0,0 +1,48 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+# Contributor: Abdó Roig-Maranges <abdo.roig at gmail.com>
+
+_pkgname=jwcrypto
+pkgname=python-$_pkgname
+# https://github.com/latchset/jwcrypto/releases
+pkgver=1.3.1
+# curl https://api.github.com/repos/latchset/jwcrypto/git/ref/tags/v$pkgver | jq -r .object.sha
+_tag=b5bc7088cf89899c0f3bd56b84ed61238bf8ff83
+pkgrel=1
+pkgdesc='Python implementation of JWK, JWS, JWE specifications'
+arch=(any)
+url='https://github.com/latchset/jwcrypto'
+license=(LGPL3)
+depends=(python python-cryptography python-deprecated)
+makedepends=(git python-setuptools)
+checkdepends=(python-pytest)
+source=("git+$url?signed#tag=$_tag")
+sha256sums=('SKIP')
+# PyPI sdists for older versions are signed by tiran's key. Since version 1.0,
+# PyPI sdists are not signed, and tiran didn't declare transition of the
+# signing key for some reason. I temporarily trust simo5's signed git tags as
+# the @redhat.com UID in their key has been verified on keys.openpgp.org.
+# See https://github.com/latchset/jwcrypto/issues/230 for more details.
+validpgpkeys=(
+  'BB97AF8BC4E7A5C0D96223D3C788C4C1D4550D45'  # https://github.com/tiran
+  '7C7BD146943B206BB645B64594EAD67E004B65AB'  # Simo Sorce <simo at redhat.com>
+)
+
+pkgver() {
+  cd $_pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd $_pkgname
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname
+  pytest
+}
+
+package() {
+  cd $_pkgname
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list