[arch-commits] Commit in python-pyppmd/repos/community-x86_64 (PKGBUILD PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Sat Aug 13 07:00:03 UTC 2022


    Date: Saturday, August 13, 2022 @ 07:00:03
  Author: alerque
Revision: 1265859

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   69 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-13 06:59:54 UTC (rev 1265858)
+++ PKGBUILD	2022-08-13 07:00:03 UTC (rev 1265859)
@@ -1,35 +0,0 @@
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-
-pkgname=python-pyppmd
-_pyname=${pkgname#python-}
-pkgver=0.18.2
-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=('732b28ea25afa41a282c986178b29e60ea5ec2e2b67f66997af943f73d4673e0')
-
-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 1265858, python-pyppmd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-13 07:00:03 UTC (rev 1265859)
@@ -0,0 +1,34 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+
+pkgname=python-pyppmd
+_pyname=${pkgname#python-}
+pkgver=0.18.3
+pkgrel=1
+pkgdesc='PPM compression/decompression library'
+arch=(x86_64)
+url="http://github.com/miurahr/$_pyname"
+license=(LGPL)
+depends=(python)
+makedepends=(python-{build,installer,wheel}
+             python-setuptools-scm)
+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=('6c74ce28213044e33a595279019e8d71512d5d8188826d106df9083f2b3006c4')
+
+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