mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
removed alarm/python2-msgpack-pure
This commit is contained in:
parent
e26318b442
commit
59af6b5616
1 changed files with 0 additions and 22 deletions
|
@ -1,22 +0,0 @@
|
|||
#Contributor: Jason Plum <jplum@archlinuxarm.org>
|
||||
|
||||
pkgname=python2-msgpack-pure
|
||||
pkgver=0.1.3
|
||||
pkgrel=1
|
||||
pkgdesc="Python module for MessagePack serialization/deserialization library"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://msgpack.org/"
|
||||
license=('mit')
|
||||
depends=('python2')
|
||||
provides=('python2-msgpack')
|
||||
conflicts=()
|
||||
makedepends=('python2-distribute')
|
||||
|
||||
source="http://pypi.python.org/packages/source/m/msgpack-pure/msgpack-pure-${pkgver}.tar.gz"
|
||||
|
||||
md5sums="4fc0fbb334db82b2079141034ccd91ae"
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/msgpack-pure-${pkgver}
|
||||
python2 setup.py install --root=${pkgdir}/ --optimize=1
|
||||
}
|
Loading…
Reference in a new issue