[arch-commits] Commit in python-cryptography/repos/testing-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Feb 14 22:59:39 UTC 2021


    Date: Sunday, February 14, 2021 @ 22:59:39
  Author: felixonmars
Revision: 408149

archrelease: copy trunk to testing-x86_64

Added:
  python-cryptography/repos/testing-x86_64/PKGBUILD
    (from rev 408148, python-cryptography/trunk/PKGBUILD)
Deleted:
  python-cryptography/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-14 22:59:28 UTC (rev 408148)
+++ PKGBUILD	2021-02-14 22:59:39 UTC (rev 408149)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-cryptography
-pkgver=3.4.4
-pkgrel=1
-pkgdesc="A package designed to expose cryptographic recipes and primitives to Python developers"
-arch=('x86_64')
-license=('Apache')
-url="https://pypi.python.org/pypi/cryptography"
-depends=('python-cffi')
-makedepends=('python-setuptools-rust')
-checkdepends=('python-pytest-runner' 'python-pytest-subtests' "python-cryptography-vectors=$pkgver"
-              'python-iso8601' 'python-pretend' 'python-hypothesis' 'python-pytz')
-source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz")
-sha512sums=('3c94cb3eccc67cd1d7be9d16353f94a08019534517bbe9cd97ee75f05631418d1688fa7efc7284a62482d22b731de524f45268cf357d47a37a2fb033f1b9b3fc')
-
-prepare() {
-  # https://github.com/pyca/cryptography/pull/5777
-  sed -i '/install_requires/d' cryptography-$pkgver/setup.py
-}
-
-build() {
-  cd cryptography-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cryptography-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd cryptography-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-cryptography/repos/testing-x86_64/PKGBUILD (from rev 408148, python-cryptography/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-14 22:59:39 UTC (rev 408149)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-cryptography
+pkgver=3.4.5
+pkgrel=1
+pkgdesc="A package designed to expose cryptographic recipes and primitives to Python developers"
+arch=('x86_64')
+license=('Apache')
+url="https://pypi.python.org/pypi/cryptography"
+depends=('python-cffi')
+makedepends=('python-setuptools-rust')
+checkdepends=('python-pytest-runner' 'python-pytest-subtests' "python-cryptography-vectors=$pkgver"
+              'python-iso8601' 'python-pretend' 'python-hypothesis' 'python-pytz')
+source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz")
+sha512sums=('a8cf49193cbc11eb36fbcdd6987e7333a29af849607f63ea2bb6faad9caf4b3d7d8f09b9c30bee0e5ccda115bb64b3665d5be3f143759c7d6e3772ebf652642c')
+
+prepare() {
+  # https://github.com/pyca/cryptography/pull/5777
+  sed -i '/install_requires/d' cryptography-$pkgver/setup.py
+}
+
+build() {
+  cd cryptography-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cryptography-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd cryptography-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list