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

Levente Polyak anthraxx at archlinux.org
Sat Jun 13 22:12:40 UTC 2020


    Date: Saturday, June 13, 2020 @ 22:12:40
  Author: anthraxx
Revision: 643238

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-13 22:12:38 UTC (rev 643237)
+++ PKGBUILD	2020-06-13 22:12:40 UTC (rev 643238)
@@ -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.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:

Copied: python-scrypt/repos/community-x86_64/PKGBUILD (from rev 643236, python-scrypt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-13 22:12:40 UTC (rev 643238)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Daniel Micay <danielmicay at gmail.com>
+
+pkgname=python-scrypt
+pkgver=0.8.15
+pkgrel=1
+pkgdesc='Bindings for the scrypt key derivation function library'
+url='https://github.com/holgern/py-scrypt'
+arch=('x86_64')
+license=('BSD')
+depends=('python' 'glibc' 'openssl')
+makedepends=('python-setuptools')
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('d194a2474305c5115300a69b53374edef7bec89fb93cce85d99fb0bd9ff56b2407e741b73331e83560500d7d91ae2cf88c38f1cae2c79441214c8dc32292b573')
+b2sums=('a0bd5bf120058afccd63188c0effddbc72d983735b810ec1de45a8acff9247256c763883ca4e95b7e2592511691e8f7870e7405dbc3f70a0a01fee8438dc44ec')
+
+build() {
+  cd py-scrypt-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd py-scrypt-${pkgver}
+  python setup.py test
+}
+
+package() {
+  cd py-scrypt-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  rm -r "${pkgdir}"/usr/lib/python*/site-packages/scrypt/tests
+  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