mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/py-msgpack: specify license
This commit is contained in:
parent
28fbe7f4bd
commit
3fd152b0ed
@ -7,20 +7,21 @@ pkgrel=0
|
||||
pkgdesc="Python module for MessagePack serialization/deserialization library"
|
||||
url="http://pypi.python.org/pypi/msgpack-python/"
|
||||
arch="all"
|
||||
license="APACHE"
|
||||
license="ASL 2.0"
|
||||
depends=""
|
||||
makedepends="python-dev py-setuptools"
|
||||
subpackages=""
|
||||
source="http://pypi.python.org/packages/source/m/$_realname/$_realname-$pkgver.tar.gz"
|
||||
|
||||
_builddir="$srcdir"/$_realname-$pkgver
|
||||
build () {
|
||||
cd "$_builddir"
|
||||
python setup.py build
|
||||
python setup.py build || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
python setup.py install --root="$pkgdir"
|
||||
python setup.py install --root="$pkgdir" || return 1
|
||||
}
|
||||
|
||||
md5sums="10dec96c90992b0f6e38bdf0cc5a8e79 msgpack-python-0.3.0.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user