[arch-commits] Commit in python-pyppmd/repos/community-x86_64 (PKGBUILD PKGBUILD)
Caleb Maclennan
alerque at gemini.archlinux.org
Tue Mar 15 13:27:31 UTC 2022
Date: Tuesday, March 15, 2022 @ 13:27:31
Author: alerque
Revision: 1154446
archrelease: copy trunk to community-x86_64
Added:
python-pyppmd/repos/community-x86_64/PKGBUILD
(from rev 1154445, python-pyppmd/trunk/PKGBUILD)
Deleted:
python-pyppmd/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-15 13:27:24 UTC (rev 1154445)
+++ PKGBUILD 2022-03-15 13:27:31 UTC (rev 1154446)
@@ -1,35 +0,0 @@
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-
-pkgname=python-pyppmd
-_pyname=${pkgname#python-}
-pkgver=0.17.4
-pkgrel=1
-pkgdesc='PPMd compression/decompression library'
-arch=(x86_64)
-url="http://github.com/miurahr/$_pyname"
-license=(LGPL)
-depends=(python)
-makedepends=(python-{build,installer}
- python-setuptools-scm
- python-wheel)
-checkdepends=(python-pytest-benchmark python-py-cpuinfo python-hypothesis)
-_archive="$_pyname-$pkgver"
-source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/${_pyname}/$_archive.tar.gz")
-sha256sums=('75d2458c41c1e539ae68faea8613baa83560c150badc4cf914ba095a79bf61eb')
-
-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
-}
-
-package() {
- cd "$_archive"
- python -m installer -d "$pkgdir" dist/*.whl
-}
Copied: python-pyppmd/repos/community-x86_64/PKGBUILD (from rev 1154445, python-pyppmd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-03-15 13:27:31 UTC (rev 1154446)
@@ -0,0 +1,35 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+
+pkgname=python-pyppmd
+_pyname=${pkgname#python-}
+pkgver=0.18.0
+pkgrel=1
+pkgdesc='PPM compression/decompression library'
+arch=(x86_64)
+url="http://github.com/miurahr/$_pyname"
+license=(LGPL)
+depends=(python)
+makedepends=(python-{build,installer}
+ python-setuptools-scm
+ python-wheel)
+checkdepends=(python-pytest-benchmark python-py-cpuinfo python-hypothesis)
+_archive="$_pyname-$pkgver"
+source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/${_pyname}/$_archive.tar.gz")
+sha256sums=('8ea987660cb9a3e6368a09b04d294c7f1d1957f30caf1037d8d61a27e88ffcc2')
+
+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
+}
+
+package() {
+ cd "$_archive"
+ python -m installer -d "$pkgdir" dist/*.whl
+}
More information about the arch-commits
mailing list