Date: Sunday, January 1, 2023 @ 16:13:32
  Author: jelle
Revision: 1372790

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   51 ++++++++++++++++++++++++++-------------------------
 1 file changed, 26 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-01 16:13:25 UTC (rev 1372789)
+++ PKGBUILD    2023-01-01 16:13:32 UTC (rev 1372790)
@@ -1,25 +0,0 @@
-# Maintainer: Nicola Squartini <[email protected]>
-
-pkgname=python-pyblake2
-pkgver=1.1.2
-pkgrel=6
-pkgdesc='BLAKE2 hash function for Python'
-arch=('x86_64')
-url='https://pythonhosted.org/pyblake2'
-license=('custom')
-depends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/p/pyblake2/pyblake2-${pkgver}.tar.gz";)
-sha256sums=('5ccc7eb02edb82fafb8adbb90746af71460fbc29aa0f822526fc976dff83e93f')
-
-build() {
-  cd pyblake2-${pkgver}
-
-  python setup.py build
-}
-
-package() {
-  cd pyblake2-${pkgver}
-
-  python setup.py install --root="${pkgdir}" --skip-build --optimize=1
-  install -Dm644 -t "${pkgdir}/usr/share/licenses/python-pyblake2" COPYING
-}

Copied: python-pyblake2/repos/community-x86_64/PKGBUILD (from rev 1372789, 
python-pyblake2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-01 16:13:32 UTC (rev 1372790)
@@ -0,0 +1,26 @@
+# Maintainer: Nicola Squartini <[email protected]>
+
+pkgname=python-pyblake2
+pkgver=1.1.2
+pkgrel=7
+pkgdesc='BLAKE2 hash function for Python'
+arch=('x86_64')
+url='https://pythonhosted.org/pyblake2'
+license=('custom')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/p/pyblake2/pyblake2-${pkgver}.tar.gz";)
+sha256sums=('5ccc7eb02edb82fafb8adbb90746af71460fbc29aa0f822526fc976dff83e93f')
+
+build() {
+  cd pyblake2-${pkgver}
+
+  python setup.py build
+}
+
+package() {
+  cd pyblake2-${pkgver}
+
+  python setup.py install --root="${pkgdir}" --skip-build --optimize=1
+  install -Dm644 -t "${pkgdir}/usr/share/licenses/python-pyblake2" COPYING
+}

Reply via email to