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

Antonio Rojas arojas at gemini.archlinux.org
Sun Jul 31 11:36:01 UTC 2022


    Date: Sunday, July 31, 2022 @ 11:36:01
  Author: arojas
Revision: 1259308

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-31 11:35:52 UTC (rev 1259307)
+++ PKGBUILD	2022-07-31 11:36:01 UTC (rev 1259308)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pycapnp
-pkgver=1.1.0
-pkgrel=5
-pkgdesc="A cython wrapping of the C++ Cap'n Proto library"
-url="https://github.com/capnproto/pycapnp"
-license=('BSD')
-arch=('x86_64')
-depends=('capnproto' 'python')
-makedepends=('cython' 'python-build' 'python-installer' 'python-pkgconfig' 'python-setuptools' 'python-wheel')
-checkdepends=('python-pytest')
-source=("https://github.com/capnproto/pycapnp/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('1013b49f860a2b65e5850bf9435a23bc5171ce8648c4c671212f206bb2718f97cadf791c1829ec4bacb2cd26dc380a4a61a1f8cabe4ae8b064f73158b16389b2')
-
-build() {
-  cd pycapnp-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  local python_version=$(python -c 'import sys; print(".".join(map(str, sys.version_info[:2])))')
-
-  cd pycapnp-$pkgver
-  PYTHONPATH="build/lib.linux-$CARCH-$python_version" pytest
-}
-
-package() {
-  cd pycapnp-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  install -Dm644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-pycapnp/repos/community-x86_64/PKGBUILD (from rev 1259307, python-pycapnp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-31 11:36:01 UTC (rev 1259308)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pycapnp
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="A cython wrapping of the C++ Cap'n Proto library"
+url="https://github.com/capnproto/pycapnp"
+license=('BSD')
+arch=('x86_64')
+depends=('capnproto' 'python')
+makedepends=('cython' 'python-build' 'python-installer' 'python-pkgconfig' 'python-setuptools' 'python-wheel')
+checkdepends=('python-pytest')
+source=("https://github.com/capnproto/pycapnp/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('649271e5fa64fe4b3c23897f96896b2790b13bca634b07f4d5e155e263ef919615d39daceb8b167918b7e4375b2b2d89df95fb9e78166768591e053b93e54940')
+
+build() {
+  cd pycapnp-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  local python_version=$(python -c 'import sys; print(".".join(map(str, sys.version_info[:2])))')
+
+  cd pycapnp-$pkgver
+  PYTHONPATH="build/lib.linux-$CARCH-$python_version" pytest
+}
+
+package() {
+  cd pycapnp-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -Dm644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list