[arch-commits] Commit in python-passlib/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Oct 8 21:59:52 UTC 2020


    Date: Thursday, October 8, 2020 @ 21:59:51
  Author: felixonmars
Revision: 722112

archrelease: copy trunk to community-any

Added:
  python-passlib/repos/community-any/PKGBUILD
    (from rev 722111, python-passlib/trunk/PKGBUILD)
Deleted:
  python-passlib/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-08 21:59:38 UTC (rev 722111)
+++ PKGBUILD	2020-10-08 21:59:51 UTC (rev 722112)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: onny <onny at project-insanity.org>
-
-pkgname=python-passlib
-pkgver=1.7.3
-pkgrel=1
-pkgdesc="A password hashing library for Python"
-arch=('any')
-url="https://code.google.com/p/passlib/"
-license=('custom:BSD')
-depends=("python")
-optdepends=("python-fastpbkdf2: accelerate PBKDF2-based hashes"
-            "python-bcrypt: accelerate Bcrypt hashes"
-            "python-scrypt: accelerate SCrypt hashes")
-makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-bcrypt' 'python-django' 'python-fastpbkdf2' 'python-scrypt')
-source=("https://pypi.io/packages/source/p/passlib/passlib-$pkgver.tar.gz")
-sha512sums=('1964f6ef30f0c98d9688e7dff96f31f1a9ae409c78703169e6690ca228fb96d590c20f03dfca7c01d8091c3384ffb58a40c866889c8195234657e11f140f39d9')
-
-check() {
-  export PASSLIB_TEST_MODE=full
-
-  cd "$srcdir"/passlib-$pkgver
-  python setup.py nosetests || warning "https://bitbucket.org/ecollins/passlib/issues/98/passlibextdjango-with-django-1112-fails"
-}
-
-package() {
-  cd passlib-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-passlib/repos/community-any/PKGBUILD (from rev 722111, python-passlib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-08 21:59:51 UTC (rev 722112)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: onny <onny at project-insanity.org>
+
+pkgname=python-passlib
+pkgver=1.7.4
+pkgrel=1
+pkgdesc="A password hashing library for Python"
+arch=('any')
+url="https://code.google.com/p/passlib/"
+license=('custom:BSD')
+depends=("python")
+optdepends=("python-fastpbkdf2: accelerate PBKDF2-based hashes"
+            "python-bcrypt: accelerate Bcrypt hashes"
+            "python-scrypt: accelerate SCrypt hashes")
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-bcrypt' 'python-django' 'python-fastpbkdf2' 'python-scrypt')
+source=("https://pypi.io/packages/source/p/passlib/passlib-$pkgver.tar.gz")
+sha512sums=('350bd6da5ac57e6c266ffe8bf9684c8c2cce3fc6b513eb6c7bc1b302d2d8a1b701e9c01c953782520a2ac37b7ec1f6d7bd5855f99f6ee0e2dbbf33f2d49a9530')
+
+check() {
+  export PASSLIB_TEST_MODE=full
+
+  cd "$srcdir"/passlib-$pkgver
+  python setup.py nosetests || warning "https://bitbucket.org/ecollins/passlib/issues/98/passlibextdjango-with-django-1112-fails"
+}
+
+package() {
+  cd passlib-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list