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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 18:44:02 UTC 2021


    Date: Thursday, December 2, 2021 @ 18:44:02
  Author: felixonmars
Revision: 1062217

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 18:44:01 UTC (rev 1062216)
+++ PKGBUILD	2021-12-02 18:44:02 UTC (rev 1062217)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-josepy
-pkgver=1.10.0
-pkgrel=2
-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=('517476c4b4df35b066f48e20e2c31bf458b998553a740dbfa4a682a94353db1cc9d706cee9429cb34b9347e8d78b97bf4a8f930334b86febfe56f5c9f779b42f')
-
-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-staging-any/PKGBUILD (from rev 1062215, python-josepy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 18:44:02 UTC (rev 1062217)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-josepy
+pkgver=1.10.0
+pkgrel=3
+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=('517476c4b4df35b066f48e20e2c31bf458b998553a740dbfa4a682a94353db1cc9d706cee9429cb34b9347e8d78b97bf4a8f930334b86febfe56f5c9f779b42f')
+
+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