[arch-commits] Commit in python-py7zr/repos/community-any (PKGBUILD PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Tue Mar 15 13:30:06 UTC 2022


    Date: Tuesday, March 15, 2022 @ 13:30:06
  Author: alerque
Revision: 1154450

archrelease: copy trunk to community-any

Added:
  python-py7zr/repos/community-any/PKGBUILD
    (from rev 1154449, python-py7zr/trunk/PKGBUILD)
Deleted:
  python-py7zr/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   90 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-15 13:29:59 UTC (rev 1154449)
+++ PKGBUILD	2022-03-15 13:30:06 UTC (rev 1154450)
@@ -1,45 +0,0 @@
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-# Contributor: Eli Schwartz <eschwartz at archlinux.org>
-
-pkgname=python-py7zr
-_pyname=${pkgname#python-}
-pkgver=0.18.0
-pkgrel=1
-pkgdesc='Pure python 7-zip library'
-arch=(any)
-url="https://github.com/miurahr/${_pyname}"
-license=(LGPL)
-depends=(python-pycryptodomex
-         python-texttable
-         python-multivolumefile
-         python-pyppmd
-         python-pyzstd
-         python-brotlicffi
-         python-zipfile-deflate64)
-optdepends=('python-zstandard: zstd compression')
-makedepends=(python-{build,installer}
-             python-setuptools-scm
-             python-wheel)
-checkdepends=(python-pytest-benchmark
-              python-pytest-timeout
-              pyannotate
-              p7zip
-              python-py-cpuinfo)
-_archive="$_pyname-$pkgver"
-source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")
-sha256sums=('2a7c5b30cc5ca2ac2bbd04f3b3d40c64ccbf6a9d9d60e1a7c42b30011b13b72d')
-
-build(){
-	cd "$_archive"
-	python -m build -wn
-}
-
-check() {
-	cd "$_archive"
-	python -m pytest -rsx -m 'not benchmark and not remote_data'
-}
-
-package() {
-	cd "$_archive"
-	python -m installer -d "$pkgdir" dist/*.whl
-}

Copied: python-py7zr/repos/community-any/PKGBUILD (from rev 1154449, python-py7zr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-15 13:30:06 UTC (rev 1154450)
@@ -0,0 +1,45 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Eli Schwartz <eschwartz at archlinux.org>
+
+pkgname=python-py7zr
+_pyname=${pkgname#python-}
+pkgver=0.18.1
+pkgrel=1
+pkgdesc='Pure python 7-zip library'
+arch=(any)
+url="https://github.com/miurahr/${_pyname}"
+license=(LGPL)
+depends=(python-pycryptodomex
+         python-texttable
+         python-multivolumefile
+         python-pyppmd
+         python-pyzstd
+         python-brotlicffi
+         python-zipfile-deflate64)
+optdepends=('python-zstandard: zstd compression')
+makedepends=(python-{build,installer}
+             python-setuptools-scm
+             python-wheel)
+checkdepends=(python-pytest-benchmark
+              python-pytest-timeout
+              pyannotate
+              p7zip
+              python-py-cpuinfo)
+_archive="$_pyname-$pkgver"
+source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")
+sha256sums=('36984de7ff2d3b5649cd9f12f6045490a0ec1fe278537a2c51cc2576e4c81271')
+
+build(){
+	cd "$_archive"
+	python -m build -wn
+}
+
+check() {
+	cd "$_archive"
+	python -m pytest -rsx -m 'not benchmark and not remote_data'
+}
+
+package() {
+	cd "$_archive"
+	python -m installer -d "$pkgdir" dist/*.whl
+}



More information about the arch-commits mailing list