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

Caleb Maclennan alerque at gemini.archlinux.org
Sat Aug 13 06:59:24 UTC 2022


    Date: Saturday, August 13, 2022 @ 06:59:23
  Author: alerque
Revision: 1265857

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-13 06:59:15 UTC (rev 1265856)
+++ PKGBUILD	2022-08-13 06:59:23 UTC (rev 1265857)
@@ -1,36 +0,0 @@
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-# Contributor: loathingkernel <username at gmail dot com>
-
-pkgname=python-pybcj
-_pyname=${pkgname#python-}
-pkgver=0.6.1
-pkgrel=1
-pkgdesc='BCJ (Branch-Call-Jump) filter for python'
-arch=(x86_64)
-url="https://github.com/miurahr/$_pyname"
-license=(LGPL)
-depends=(python)
-makedepends=(python-{build,installer,wheel}
-             python-setuptools-scm)
-checkdepends=(python-pytest
-              python-hypothesis)
-_archive="$_pyname-$pkgver"
-source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")
-sha256sums=('82c948fd899061af8b8763ad1c1b89aae681abd31bbf493b0d6e9ef50b9aaf00')
-
-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 -rsx
-}
-
-package() {
-	cd "$_archive"
-	python -m installer -d "$pkgdir" dist/*.whl
-}

Copied: python-pybcj/repos/community-x86_64/PKGBUILD (from rev 1265856, python-pybcj/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-13 06:59:23 UTC (rev 1265857)
@@ -0,0 +1,36 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: loathingkernel <username at gmail dot com>
+
+pkgname=python-pybcj
+_pyname=${pkgname#python-}
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='BCJ (Branch-Call-Jump) filter for python'
+arch=(x86_64)
+url="https://codeberg.org/miurahr/$_pyname"
+license=(LGPL)
+depends=(python)
+makedepends=(python-{build,installer,wheel}
+             python-setuptools-scm)
+checkdepends=(python-pytest
+              python-hypothesis)
+_archive="$_pyname-$pkgver"
+source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")
+sha256sums=('8b682ed08caabfb7c042d4be083e28ddc692afb1deff5567111f8855071b75c3')
+
+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 -rsx
+}
+
+package() {
+	cd "$_archive"
+	python -m installer -d "$pkgdir" dist/*.whl
+}



More information about the arch-commits mailing list