Date: Tuesday, April 18, 2023 @ 07:26:07
  Author: felixonmars
Revision: 474135

archrelease: copy trunk to staging-x86_64

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-18 07:25:58 UTC (rev 474134)
+++ PKGBUILD    2023-04-18 07:26:07 UTC (rev 474135)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-cryptography
-pkgver=40.0.1
-_commit=9dd0b26c48f567d5a7c4a0bc9f45ef2176a2d4a4
-pkgrel=3
-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=('git' 'python-setuptools-rust')
-checkdepends=('python-pytest' 'python-pytest-subtests' 'python-iso8601' 
'python-pretend'
-              'python-hypothesis' 'python-pytz' 'python-pytest-benchmark')
-source=("git+https://github.com/pyca/cryptography.git#commit=$_commit";)
-sha512sums=('SKIP')
-
-build() {
-  cd cryptography
-  python setup.py build
-}
-
-check() {
-  cd cryptography
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-311:$PWD/vectors" pytest
-}
-
-package() {
-  cd cryptography
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-cryptography/repos/staging-x86_64/PKGBUILD (from rev 474134, 
python-cryptography/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-18 07:26:07 UTC (rev 474135)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-cryptography
+pkgver=40.0.2
+_commit=f816b457494e010b655cd7fdcd30e3446f86a703
+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=('git' 'python-setuptools-rust')
+checkdepends=('python-pytest' 'python-pytest-subtests' 'python-iso8601' 
'python-pretend'
+              'python-hypothesis' 'python-pytz' 'python-pytest-benchmark')
+source=("git+https://github.com/pyca/cryptography.git#commit=$_commit";)
+sha512sums=('SKIP')
+
+build() {
+  cd cryptography
+  python setup.py build
+}
+
+check() {
+  cd cryptography
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-311:$PWD/vectors" pytest
+}
+
+package() {
+  cd cryptography
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}

Reply via email to