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

Felix Yan felixonmars at archlinux.org
Sat Nov 23 10:28:34 UTC 2019


    Date: Saturday, November 23, 2019 @ 10:28:33
  Author: felixonmars
Revision: 532026

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-23 10:28:18 UTC (rev 532025)
+++ PKGBUILD	2019-11-23 10:28:33 UTC (rev 532026)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: onny <onny at project-insanity.org>
-
-pkgname=python-passlib
-pkgver=1.7.1
-pkgrel=4
-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=('3d5f069cd4e44e5e87cdabc46845acbdd6c1eeedb7ce1f611aebee87b0f7af19009b6a47a10ec555fd84260b9f5c933c6429e325d30326de3869f05031674168')
-
-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 532025, python-passlib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-23 10:28:33 UTC (rev 532026)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: onny <onny at project-insanity.org>
+
+pkgname=python-passlib
+pkgver=1.7.2
+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=('1ea0654b177b5ab2e1a7e5c3949642c34805ace6e4e4a0f82fafdb3f374edd99c667906ce598c335b668da049860648d5cbebb3e62d775898d5b0cb8cfc7bf53')
+
+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