Date: Friday, March 3, 2023 @ 18:28:09
  Author: felixonmars
Revision: 470200

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-03 18:27:57 UTC (rev 470199)
+++ PKGBUILD    2023-03-03 18:28:09 UTC (rev 470200)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-cryptography
-pkgver=39.0.1
-_commit=d6951dca25de45abd52da51b608055371fbcde4e
-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-310:$PWD/vectors" pytest
-}
-
-package() {
-  cd cryptography
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-cryptography/repos/extra-x86_64/PKGBUILD (from rev 470199, 
python-cryptography/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-03 18:28:09 UTC (rev 470200)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-cryptography
+pkgver=39.0.2
+_commit=125b149dc0bd9db33b08455b66c0f1586b8ce257
+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-310:$PWD/vectors" pytest
+}
+
+package() {
+  cd cryptography
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}

Reply via email to