[arch-commits] Commit in python-bcrypt/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sat Sep 3 14:28:46 UTC 2022
Date: Saturday, September 3, 2022 @ 14:28:46
Author: felixonmars
Revision: 1292514
archrelease: copy trunk to community-x86_64
Added:
python-bcrypt/repos/community-x86_64/PKGBUILD
(from rev 1292513, python-bcrypt/trunk/PKGBUILD)
Deleted:
python-bcrypt/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-03 14:27:44 UTC (rev 1292513)
+++ PKGBUILD 2022-09-03 14:28:46 UTC (rev 1292514)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Lex Black <autumn-wind at web dot de>
-# Contributor: Igor Nemilentsev <trezorg at gmail.com>
-# Contributor: Alexander Diana <alexander at rouk.org>
-
-pkgname=python-bcrypt
-pkgver=3.2.2
-pkgrel=1
-pkgdesc="Modern password hashing for your software and your servers"
-arch=('x86_64')
-url="https://github.com/pyca/bcrypt"
-license=('Apache')
-depends=('python-cffi' 'python-six')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pyca/bcrypt/archive/$pkgver.tar.gz")
-sha512sums=('2aa5cf2a1c117cb6c7c92cbd41515da332f2bec1d37c36e0732add12e61fb2e83837e3c980f7f77ffc454b3a85ecb6829981d77662218aa4e56efba07d9d7070')
-
-build() {
- cd bcrypt-$pkgver
- python setup.py build
-}
-
-check() {
- cd bcrypt-$pkgver
- PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.10" pytest
-}
-
-package() {
- cd bcrypt-$pkgver
- python setup.py install --prefix=/usr --root="$pkgdir"
-}
Copied: python-bcrypt/repos/community-x86_64/PKGBUILD (from rev 1292513, python-bcrypt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-03 14:28:46 UTC (rev 1292514)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Lex Black <autumn-wind at web dot de>
+# Contributor: Igor Nemilentsev <trezorg at gmail.com>
+# Contributor: Alexander Diana <alexander at rouk.org>
+
+pkgname=python-bcrypt
+pkgver=4.0.0
+pkgrel=1
+pkgdesc="Modern password hashing for your software and your servers"
+arch=('x86_64')
+url="https://github.com/pyca/bcrypt"
+license=('Apache')
+depends=('python')
+makedepends=('python-setuptools-rust')
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pyca/bcrypt/archive/$pkgver.tar.gz")
+sha512sums=('d1a6c70193c016b0f861c11304d8aee83994193a6179d999cb969e66ed5263575877147b4fcc409647df393317e0b581f7abf24e1d2e284f04892b8e6add1053')
+
+build() {
+ cd bcrypt-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd bcrypt-$pkgver
+ PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-310" pytest
+}
+
+package() {
+ cd bcrypt-$pkgver
+ python setup.py install --prefix=/usr --root="$pkgdir"
+}
More information about the arch-commits
mailing list