[arch-commits] Commit in python-py7zr/repos/community-any (PKGBUILD PKGBUILD)
Caleb Maclennan
alerque at gemini.archlinux.org
Thu Jul 7 07:46:57 UTC 2022
Date: Thursday, July 7, 2022 @ 07:46:57
Author: alerque
Revision: 1247591
archrelease: copy trunk to community-any
Added:
python-py7zr/repos/community-any/PKGBUILD
(from rev 1247590, python-py7zr/trunk/PKGBUILD)
Deleted:
python-py7zr/repos/community-any/PKGBUILD
----------+
PKGBUILD | 97 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 49 insertions(+), 48 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-07-07 07:46:49 UTC (rev 1247590)
+++ PKGBUILD 2022-07-07 07:46:57 UTC (rev 1247591)
@@ -1,48 +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.5
-pkgrel=1
-pkgdesc='Pure python 7-zip library'
-arch=(any)
-url="https://github.com/miurahr/${_pyname}"
-license=(LGPL)
-_pydeps=(brotlicffi
- psutil
- multivolumefile
- pycryptodomex
- pyppmd
- pyzstd
- texttable
- zipfile-deflate64)
-depends=(python
- "${_pydeps[@]/#/python-}")
-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=('81ebb10619739764c2d80ef222e5845373ce84523183371ae9cd88e0df908929')
-
-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 1247590, python-py7zr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-07-07 07:46:57 UTC (rev 1247591)
@@ -0,0 +1,49 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Eli Schwartz <eschwartz at archlinux.org>
+
+pkgname=python-py7zr
+_pyname=${pkgname#python-}
+pkgver=0.19.0
+pkgrel=1
+pkgdesc='Pure python 7-zip library'
+arch=(any)
+url="https://github.com/miurahr/${_pyname}"
+license=(LGPL)
+_pydeps=(brotli
+ brotlicffi
+ psutil
+ multivolumefile
+ pybcj
+ pycryptodomex
+ pyppmd
+ pyzstd
+ texttable
+ inflate64)
+depends=(python
+ "${_pydeps[@]/#/python-}")
+optdepends=('python-zstandard: zstd compression')
+makedepends=(python-{build,installer,wheel}
+ python-setuptools-scm)
+checkdepends=(p7zip
+ pyannotate
+ python-py-cpuinfo
+ python-pytest-benchmark
+ python-pytest-timeout)
+_archive="$_pyname-$pkgver"
+source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")
+sha256sums=('cca9179c72430cbf8575ea22686344c351a14bf335c12c90e5db3628d93281a1')
+
+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