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

Caleb Maclennan alerque at gemini.archlinux.org
Fri Mar 11 19:12:06 UTC 2022


    Date: Friday, March 11, 2022 @ 19:12:06
  Author: alerque
Revision: 1148599

archrelease: copy trunk to community-x86_64

Added:
  python-pyppmd/repos/community-x86_64/PKGBUILD
    (from rev 1148598, 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-11 19:11:59 UTC (rev 1148598)
+++ PKGBUILD	2022-03-11 19:12:06 UTC (rev 1148599)
@@ -1,35 +0,0 @@
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-
-pkgname=python-pyppmd
-_pyname=${pkgname#python-}
-pkgver=0.17.3
-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:0:1}/${_pyname}/$_archive.tar.gz")
-sha256sums=('05a4765833623d5cc1c9afc27d9b05fb64f0319711beffe0b44d9695eb1beb0a')
-
-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 1148598, python-pyppmd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-11 19:12:06 UTC (rev 1148599)
@@ -0,0 +1,35 @@
+# 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
+}



More information about the arch-commits mailing list