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

George Rawlinson grawlinson at gemini.archlinux.org
Sat Mar 19 16:43:59 UTC 2022


    Date: Saturday, March 19, 2022 @ 16:43:59
  Author: grawlinson
Revision: 1161668

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   70 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 36 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-19 16:43:04 UTC (rev 1161667)
+++ PKGBUILD	2022-03-19 16:43:59 UTC (rev 1161668)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-josepy
-pkgver=1.12.0
-pkgrel=1
-pkgdesc="JOSE protocol implementation in Python"
-url="https://github.com/certbot/josepy"
-license=('PerlArtistic')
-arch=('any')
-depends=('python-cryptography' 'python-pyopenssl' 'python-setuptools')
-checkdepends=('python-pytest')
-source=("https://pypi.io/packages/source/j/josepy/josepy-$pkgver.tar.gz")
-sha512sums=('7a5257d4a75feed65ff3abfd472e8f1c9cc81b62e27365d776d0f25e1efd94ae46374060ea463b9f04fe5e9577672bf2ab8dc8d6371cb8d01a4765921930e01b')
-
-prepare() {
-  # thou shalt not enforce coverage in distro packaging
-  # https://github.com/certbot/josepy/issues/34
-  rm josepy-$pkgver/pytest.ini
-}
-
-build() {
-  cd josepy-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd josepy-$pkgver
-  PYTHONPATH="$PWD/build/lib" pytest
-}
-
-package() {
-  cd josepy-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-josepy/repos/community-any/PKGBUILD (from rev 1161667, python-josepy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-19 16:43:59 UTC (rev 1161668)
@@ -0,0 +1,36 @@
+# Maintainer: George Rawlinson <grawlinson at archlinux.org>
+# Contributor: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-josepy
+pkgver=1.13.0
+pkgrel=1
+pkgdesc="JOSE protocol implementation in Python"
+url="https://github.com/certbot/josepy"
+license=('PerlArtistic')
+arch=('any')
+depends=('python-cryptography' 'python-pyopenssl' 'python-setuptools')
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/j/josepy/josepy-$pkgver.tar.gz")
+sha512sums=('fb91946ac4bbb2a81195d200e4fdf06d40865b345005ab4ee328fd72545da2345b44c5b9ffb3115b16ffed65ab3a0c01d5b20d0d2ff3c2c2af30537a6a4721df')
+b2sums=('e4f3caed3be0775a49d6a9c38bf6e2b61ecc50b4e3804afa9e597b741821ab63a27fe95d1592531fee7152e2076760d838f4efa50ab8b3e2f1e129c9d7457f8c')
+
+prepare() {
+  # thou shalt not enforce coverage in distro packaging
+  # https://github.com/certbot/josepy/issues/34
+  rm "josepy-$pkgver/pytest.ini"
+}
+
+build() {
+  cd "josepy-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "josepy-$pkgver"
+  PYTHONPATH="$PWD/build/lib" pytest
+}
+
+package() {
+  cd "josepy-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list