[arch-commits] Commit in python-bcrypt/repos/community-staging-x86_64 (2 files)

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 12:00:22 UTC 2020


    Date: Thursday, November 12, 2020 @ 12:00:22
  Author: foutrelis
Revision: 751617

archrelease: copy trunk to community-staging-x86_64

Added:
  python-bcrypt/repos/community-staging-x86_64/PKGBUILD
    (from rev 751616, python-bcrypt/trunk/PKGBUILD)
Deleted:
  python-bcrypt/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 12:00:19 UTC (rev 751616)
+++ PKGBUILD	2020-11-12 12:00:22 UTC (rev 751617)
@@ -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.0
-pkgrel=2
-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=('7dcca87acfc5562cf735a440dc236a4af79a2a033e63b5ca9203129cbcb90d6f3f2c127c2a73f2b254f2316f9f6e91a23cddd3227411c02d63f5f44e806556aa')
-
-build() {
-  cd bcrypt-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd bcrypt-$pkgver
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.9" pytest
-}
-
-package() {
-  cd bcrypt-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir"
-}

Copied: python-bcrypt/repos/community-staging-x86_64/PKGBUILD (from rev 751616, python-bcrypt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 12:00:22 UTC (rev 751617)
@@ -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=3.2.0
+pkgrel=3
+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=('7dcca87acfc5562cf735a440dc236a4af79a2a033e63b5ca9203129cbcb90d6f3f2c127c2a73f2b254f2316f9f6e91a23cddd3227411c02d63f5f44e806556aa')
+
+build() {
+  cd bcrypt-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd bcrypt-$pkgver
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.9" pytest
+}
+
+package() {
+  cd bcrypt-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir"
+}



More information about the arch-commits mailing list