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

Jelle van der Waa jelle at archlinux.org
Wed May 5 19:59:24 UTC 2021


    Date: Wednesday, May 5, 2021 @ 19:59:24
  Author: jelle
Revision: 927948

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-05 19:59:15 UTC (rev 927947)
+++ PKGBUILD	2021-05-05 19:59:24 UTC (rev 927948)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Daniel Micay <danielmicay at gmail.com>
-
-pkgname=python-scrypt
-pkgver=0.8.17
-pkgrel=3
-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=('5d233642e997e01deaf7f38c71f697ca5e2fa75bc7cb57e211303c9d6af3219cfdd1fe2d93db54a47ed6a04f50c247746598a34e6d2ff2aff8c9fae5da2ed146')
-b2sums=('0286f6c51f4862fdc440e3e2728fe8fd6ad0d3c244691fed1c4569bf1a08c9ba1340b5e317e676dfec3b5acd0d8938e8fb333b38e47f766a6b090556c244edaa')
-
-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:

Copied: python-scrypt/repos/community-x86_64/PKGBUILD (from rev 927947, python-scrypt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-05 19:59:24 UTC (rev 927948)
@@ -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.18
+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=('0f64ab5f279b26b7c5d8135e891834efc2abe112d5d514cc98e6a743ff4b44e9cb60cdc39ae344fd2db4c83e09a50c3fd253ecd9b34ddf2b9a4bbacc149e715e')
+b2sums=('e69d83a6307b63f00757449bea2a82329c2bd0c1356e6dbdf1dae2d2f9bc335db10cdf09e34a8527c8472912e8450e0811ae1911d2b023dd4e5a4cc4ec17c9f5')
+
+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