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

Jelle van der Waa jelle at gemini.archlinux.org
Tue Aug 30 19:32:45 UTC 2022


    Date: Tuesday, August 30, 2022 @ 19:32:44
  Author: jelle
Revision: 1288951

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-30 19:32:38 UTC (rev 1288950)
+++ PKGBUILD	2022-08-30 19:32:44 UTC (rev 1288951)
@@ -1,37 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Sébastien "Seblu" Luttringer
-
-pkgname=python-msgpack
-pkgver=1.0.3
-pkgrel=1
-pkgdesc='MessagePack serializer implementation for Python'
-
-url='https://github.com/msgpack/msgpack-python'
-arch=('x86_64')
-license=('Apache')
-
-
-depends=('python')
-makedepends=('cython' 'python-setuptools')
-checkdepends=('python-pytest' 'python-six')
-
-source=(msgpack-python-$pkgver.tar.gz::https://github.com/msgpack/msgpack-python/archive/v$pkgver.tar.gz)
-
-sha512sums=('ff8278d8a3cf001fe19660a8affe3ca33229a69b20389ca04a1d8c0ab92da7013dc9da70517d0a29358c9faf0e85e0339929aab423f521d2664bd198a7c2d738')
-
-build() {
-  cd msgpack-python-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd msgpack-python-$pkgver
-  PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(printf '%s\n' $PWD/build/* | paste -sd:) py.test test
-}
-
-package() {
-  cd msgpack-python-$pkgver
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-msgpack/repos/community-x86_64/PKGBUILD (from rev 1288950, python-msgpack/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-30 19:32:44 UTC (rev 1288951)
@@ -0,0 +1,37 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Sébastien "Seblu" Luttringer
+
+pkgname=python-msgpack
+pkgver=1.0.4
+pkgrel=1
+pkgdesc='MessagePack serializer implementation for Python'
+
+url='https://github.com/msgpack/msgpack-python'
+arch=('x86_64')
+license=('Apache')
+
+
+depends=('python')
+makedepends=('cython' 'python-setuptools')
+checkdepends=('python-pytest' 'python-six')
+
+source=(msgpack-python-$pkgver.tar.gz::https://github.com/msgpack/msgpack-python/archive/v$pkgver.tar.gz)
+
+sha512sums=('206351b8b1f8070c601849b728ea63ced4fec91732856f69f88e3c05c769bcd0d868fe94d7549c8c100b82e9d732379c133bf8f438632647ff2e7812f936783d')
+
+build() {
+  cd msgpack-python-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd msgpack-python-$pkgver
+  PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(printf '%s\n' $PWD/build/* | paste -sd:) py.test test
+}
+
+package() {
+  cd msgpack-python-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list