[arch-commits] Commit in python-scrypt/repos/community-x86_64 (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Thu Dec 5 23:04:31 UTC 2019


    Date: Thursday, December 5, 2019 @ 23:04:31
  Author: anthraxx
Revision: 535761

archrelease: copy trunk to community-x86_64

Added:
  python-scrypt/repos/community-x86_64/PKGBUILD
    (from rev 535760, python-scrypt/trunk/PKGBUILD)
Deleted:
  python-scrypt/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-05 23:04:25 UTC (rev 535760)
+++ PKGBUILD	2019-12-05 23:04:31 UTC (rev 535761)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Daniel Micay <danielmicay at gmail.com>
-
-pkgname=python-scrypt
-pkgver=0.8.7
-pkgrel=3
-pkgdesc='Bindings for the scrypt key derivation function library'
-arch=('x86_64')
-url='https://pypi.python.org/pypi/scrypt/'
-license=('BSD')
-depends=('python' 'glibc')
-makedepends=('python-setuptools')
-options=('!emptydirs')
-source=(https://pypi.io/packages/source/s/scrypt/scrypt-${pkgver}.tar.gz)
-sha512sums=('2919ceed50888bdfdad846db1ef5ec6ac8769ef00a6c44bbe2837318a4809854c2f4c957e7035593aa6cc47a42f431bb3a86004f9e21c1f33ade8a6f8f90be84')
-
-build() {
-  cd scrypt-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd scrypt-${pkgver}
-  python setup.py test
-}
-
-package() {
-  cd scrypt-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-scrypt/repos/community-x86_64/PKGBUILD (from rev 535760, python-scrypt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-05 23:04:31 UTC (rev 535761)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Daniel Micay <danielmicay at gmail.com>
+
+pkgname=python-scrypt
+pkgver=0.8.13
+pkgrel=1
+pkgdesc='Bindings for the scrypt key derivation function library'
+arch=('x86_64')
+url='https://pypi.python.org/pypi/scrypt/'
+license=('BSD')
+depends=('python' 'glibc' 'openssl')
+makedepends=('python-setuptools')
+options=('!emptydirs')
+source=(https://pypi.io/packages/source/s/scrypt/scrypt-${pkgver}.tar.gz)
+sha512sums=('a65e24b0a7dbe02e16c0b38b52c66549f36370e267aacf348a107cb980221806ca783cee0caa95ab6af978dd2b0d8efdb6b06798bb43742d4623bd8f6535e9a5')
+
+build() {
+  cd scrypt-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd scrypt-${pkgver}
+  python setup.py test
+}
+
+package() {
+  cd scrypt-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list