[arch-commits] Commit in python-msgpack/repos (3 files)

Johannes Löthberg demize at archlinux.org
Fri Feb 16 00:24:50 UTC 2018


    Date: Friday, February 16, 2018 @ 00:24:49
  Author: demize
Revision: 294783

db-move: moved python-msgpack from [community-staging] to [community] (x86_64)

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

---------------------------+
 /PKGBUILD                 |   55 +++++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   61 --------------------------------------------
 2 files changed, 55 insertions(+), 61 deletions(-)

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2018-02-15 22:21:19 UTC (rev 294782)
+++ community-x86_64/PKGBUILD	2018-02-16 00:24:49 UTC (rev 294783)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Sébastien "Seblu" Luttringer
-
-pkgbase=python-msgpack
-pkgname=('python-msgpack' 'python2-msgpack')
-pkgver=0.5.0
-pkgrel=2
-
-url='https://github.com/msgpack/msgpack-python'
-arch=('x86_64')
-license=('Apache')
-
-makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'python-six' 'python2-six')
-
-source=(msgpack-python-$pkgver.tar.gz::https://github.com/msgpack/msgpack-python/archive/$pkgver.tar.gz)
-
-md5sums=('ab639ec2b1ebe0deb34584fe0c5102b9')
-
-build() {
-  cd msgpack-python-$pkgver
-  python setup.py build --build-lib=build/python
-  python2 setup.py build --build-lib=build/python2
-  find build/python2 -type f -exec \
-    sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-}
-
-check() {
-  cd msgpack-python-$pkgver
-  msg2 'python'
-  PYTHONPATH=$PWD/build/python py.test test
-  msg2 'python2'
-  PYTHONPATH=$PWD/build/python2 py.test2 test
-}
-
-package_python-msgpack() {
-  pkgdesc='MessagePack serializer implementation for Python'
-  depends=('python')
-
-  cd msgpack-python-$pkgver
-  python setup.py build --build-lib=build/python \
-                  install --root="$pkgdir" --optimize=1
-  cd dummy
-  python setup.py build --build-lib=build/python \
-                  install --root="$pkgdir" --optimize=1
-}
-
-package_python2-msgpack() {
-  pkgdesc='MessagePack serializer implementation for Python2'
-  depends=('python2')
-
-  cd msgpack-python-$pkgver
-  python2 setup.py build --build-lib=build/python2 \
-                   install --root="$pkgdir" --optimize=1
-  cd dummy
-  python2 setup.py build --build-lib=build/python2 \
-                   install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-msgpack/repos/community-x86_64/PKGBUILD (from rev 294782, python-msgpack/repos/community-staging-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-02-16 00:24:49 UTC (rev 294783)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Sébastien "Seblu" Luttringer
+
+pkgbase=python-msgpack
+pkgname=('python-msgpack' 'python2-msgpack')
+pkgver=0.5.1
+pkgrel=1
+
+url='https://github.com/msgpack/msgpack-python'
+arch=('x86_64')
+license=('Apache')
+
+makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest' 'python-six' 'python2-six')
+
+source=(msgpack-python-$pkgver.tar.gz::https://github.com/msgpack/msgpack-python/archive/$pkgver.tar.gz)
+
+md5sums=('85e6df45c1ed31b6d15fe0564d288949')
+
+build() {
+  cd msgpack-python-$pkgver
+  python setup.py build --build-lib=build/python
+  python2 setup.py build --build-lib=build/python2
+  find build/python2 -type f -exec \
+    sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+}
+
+check() {
+  cd msgpack-python-$pkgver
+  msg2 'python'
+  PYTHONPATH=$PWD/build/python py.test test
+  msg2 'python2'
+  PYTHONPATH=$PWD/build/python2 py.test2 test
+}
+
+package_python-msgpack() {
+  pkgdesc='MessagePack serializer implementation for Python'
+  depends=('python')
+
+  cd msgpack-python-$pkgver
+  python setup.py build --build-lib=build/python \
+                  install --root="$pkgdir" --optimize=1
+}
+
+package_python2-msgpack() {
+  pkgdesc='MessagePack serializer implementation for Python2'
+  depends=('python2')
+
+  cd msgpack-python-$pkgver
+  python2 setup.py build --build-lib=build/python2 \
+                   install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list