[arch-commits] Commit in python-msgpack/repos (6 files)
Sébastien Luttringer
seblu at nymeria.archlinux.org
Mon May 5 21:10:57 UTC 2014
Date: Monday, May 5, 2014 @ 23:10:57
Author: seblu
Revision: 110722
db-move: moved python-msgpack from [community-testing] to [community] (i686, x86_64)
Added:
python-msgpack/repos/community-i686/PKGBUILD
(from rev 110721, python-msgpack/repos/community-testing-i686/PKGBUILD)
python-msgpack/repos/community-x86_64/PKGBUILD
(from rev 110721, python-msgpack/repos/community-testing-x86_64/PKGBUILD)
Deleted:
python-msgpack/repos/community-i686/PKGBUILD
python-msgpack/repos/community-testing-i686/
python-msgpack/repos/community-testing-x86_64/
python-msgpack/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 100 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 50 ----------------------
community-x86_64/PKGBUILD | 50 ----------------------
3 files changed, 100 insertions(+), 100 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-05-05 19:45:56 UTC (rev 110721)
+++ community-i686/PKGBUILD 2014-05-05 21:10:57 UTC (rev 110722)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-
-pkgbase=python-msgpack
-pkgname=('python-msgpack' 'python2-msgpack')
-pkgver=0.4.1
-pkgrel=2
-arch=('i686' 'x86_64')
-url='https://github.com/msgpack/msgpack-python'
-license=('Apache')
-makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'python-six' 'python2-six')
-source=("http://pypi.python.org/packages/source/m/msgpack-python/msgpack-python-$pkgver.tar.gz")
-md5sums=('3ff478e75e783f4e69c1a8d5ca63dea4')
-
-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:
Copied: python-msgpack/repos/community-i686/PKGBUILD (from rev 110721, python-msgpack/repos/community-testing-i686/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-05 21:10:57 UTC (rev 110722)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+
+pkgbase=python-msgpack
+pkgname=('python-msgpack' 'python2-msgpack')
+pkgver=0.4.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://github.com/msgpack/msgpack-python'
+license=('Apache')
+makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest' 'python-six' 'python2-six')
+source=("http://pypi.python.org/packages/source/m/msgpack-python/msgpack-python-$pkgver.tar.gz")
+md5sums=('e3a0fdfd864c72c958bb501d39b39caf')
+
+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:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2014-05-05 19:45:56 UTC (rev 110721)
+++ community-x86_64/PKGBUILD 2014-05-05 21:10:57 UTC (rev 110722)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-
-pkgbase=python-msgpack
-pkgname=('python-msgpack' 'python2-msgpack')
-pkgver=0.4.1
-pkgrel=2
-arch=('i686' 'x86_64')
-url='https://github.com/msgpack/msgpack-python'
-license=('Apache')
-makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'python-six' 'python2-six')
-source=("http://pypi.python.org/packages/source/m/msgpack-python/msgpack-python-$pkgver.tar.gz")
-md5sums=('3ff478e75e783f4e69c1a8d5ca63dea4')
-
-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:
Copied: python-msgpack/repos/community-x86_64/PKGBUILD (from rev 110721, python-msgpack/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-05-05 21:10:57 UTC (rev 110722)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+
+pkgbase=python-msgpack
+pkgname=('python-msgpack' 'python2-msgpack')
+pkgver=0.4.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://github.com/msgpack/msgpack-python'
+license=('Apache')
+makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest' 'python-six' 'python2-six')
+source=("http://pypi.python.org/packages/source/m/msgpack-python/msgpack-python-$pkgver.tar.gz")
+md5sums=('e3a0fdfd864c72c958bb501d39b39caf')
+
+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