Date: Tuesday, November 8, 2022 @ 08:15:04
Author: alerque
Revision: 1345908
archrelease: copy trunk to community-x86_64
Added:
python-inflate64/repos/community-x86_64/PKGBUILD
(from rev 1345907, python-inflate64/trunk/PKGBUILD)
Deleted:
python-inflate64/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-08 08:14:56 UTC (rev 1345907)
+++ PKGBUILD 2022-11-08 08:15:04 UTC (rev 1345908)
@@ -1,34 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-
-pkgname=python-inflate64
-_pyname=${pkgname#python-}
-pkgver=0.1.3
-pkgrel=1
-pkgdesc='decompression of deflate64, enhanced deflate and compression
algorithm'
-arch=(x86_64)
-url="https://github.com/miurahr/${_pyname}"
-license=(LGPL)
-depends=(python)
-makedepends=(python-{build,installer,wheel}
- python-setuptools-scm)
-checkdepends=(python-pytest)
-_archive="$_pyname-$pkgver"
-source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")
-sha256sums=('8acfaa2057d9d229482f6e63af2fc9502716bef8ed287065697fcc8b0024aabe')
-
-build(){
- cd "$_archive"
- python -m build -wn
-}
-
-check() {
- cd "$_archive"
- local _pyver=$(python -c 'import sys; print(".".join(map(str,
sys.version_info[:2])))')
- export PYTHONPATH="$PWD/build/lib.linux-$CARCH-$_pyver"
- python -m pytest tests
-}
-
-package() {
- cd "$_archive"
- python -m installer -d "$pkgdir" dist/*.whl
-}
Copied: python-inflate64/repos/community-x86_64/PKGBUILD (from rev 1345907,
python-inflate64/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-08 08:15:04 UTC (rev 1345908)
@@ -0,0 +1,34 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+
+pkgname=python-inflate64
+_pyname=${pkgname#python-}
+pkgver=0.3.1
+pkgrel=1
+pkgdesc='decompression of deflate64, enhanced deflate and compression
algorithm'
+arch=(x86_64)
+url="https://codeberg.org/miurahr/${_pyname}"
+license=(LGPL)
+depends=(python)
+makedepends=(python-{build,installer,wheel}
+ python-setuptools-scm)
+checkdepends=(python-pytest)
+_archive="$_pyname-$pkgver"
+source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")
+sha256sums=('b52dd8fefd2ba179e5dfa18d6eca7e2fc822584616271c039d5ef1f9ca90c71c')
+
+build(){
+ cd "$_archive"
+ python -m build -wn
+}
+
+check() {
+ cd "$_archive"
+ local _pyver=cpython-$(python -c 'import sys; print("".join(map(str,
sys.version_info[:2])))')
+ export PYTHONPATH="$PWD/build/lib.linux-$CARCH-$_pyver"
+ python -m pytest tests
+}
+
+package() {
+ cd "$_archive"
+ python -m installer -d "$pkgdir" dist/*.whl
+}