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

Jelle van der Waa jelle at gemini.archlinux.org
Wed Feb 23 20:12:53 UTC 2022


    Date: Wednesday, February 23, 2022 @ 20:12:52
  Author: jelle
Revision: 1136304

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-23 20:12:43 UTC (rev 1136303)
+++ PKGBUILD	2022-02-23 20:12:52 UTC (rev 1136304)
@@ -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.19
-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=('a207675cfc368ed0f333af9ec6159397c2455aab58a781869d3b7ff8226ce3214465f5373b9ae21bb7b53266da651321c3d0b4618516524fd58f72c660674e15')
-b2sums=('b3216e4c5d0deaf72ddc5ea264018878812b1bfcf978d88ebf94e7931de08d2462a06f01cb3eadce8f15377fbc0afc3909c031df5da8d8a27828fd61352bf063')
-
-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 1136303, python-scrypt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-23 20:12:52 UTC (rev 1136304)
@@ -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.20
+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=('2bde277a8f55195743758bf8a4c6054ae8da9a4db977f5562d19b82181a8fc6420d2d5ce6e0c0d22fbb4ceaf63909172979dcf744540cac63a3cf355f99de085')
+b2sums=('020d70a7a35c8361f1831b59b67ba2443ab5c075f88348dc0fb3f87e2244162087bddf369be162f421241a9cc3d31ce77db73d553e47f5d3a76f71710d6fa888')
+
+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