diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-31 17:46:06 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-31 17:46:06 +0200 |
commit | da6bb3c43587212a483147c98bdd9f32d8e5ec08 (patch) | |
tree | 11a5590f09ab0b18c560ca894ea46cb69fd10a5f /community | |
parent | 6d4e55563baa54f44b7271d35d9a9885066982b7 (diff) | |
download | aports-da6bb3c43587212a483147c98bdd9f32d8e5ec08.tar.bz2 aports-da6bb3c43587212a483147c98bdd9f32d8e5ec08.tar.xz |
community/py3-msgpack: remove as duplicate
py3-msgpack is already provided by py-msgpack package
Diffstat (limited to 'community')
-rw-r--r-- | community/py3-msgpack/APKBUILD | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/community/py3-msgpack/APKBUILD b/community/py3-msgpack/APKBUILD deleted file mode 100644 index 931d6ff61c..0000000000 --- a/community/py3-msgpack/APKBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# Contributor: Francesco Colista <francesco.colista@gmail.com> -# Contributor: Fabian Affolter <fabian@affolter-engineering.ch> -# Maintainer: Olivier Mauras <olivier@mauras.ch> -pkgname=py3-msgpack -_pkgname=msgpack-python -pkgver=0.4.8 -pkgrel=0 -pkgdesc="A Python module for MessagePack serialization/deserialization" -url="http://pypi.python.org/pypi/msgpack-python/" -arch="all" -license="ASL 2.0" -depends="python3" -depends_dev="" -makedepends="python3-dev" -subpackages="" -source="${_pkgname}-${pkgver}.tar.gz::https://github.com/msgpack/${_pkgname}/archive/${pkgver}.tar.gz" - -builddir="$srcdir"/$_pkgname-$pkgver -build () { - cd "$builddir" - python3 setup.py build || return 1 -} - -package() { - cd "$builddir" - python3 setup.py install --root="$pkgdir" || return 1 -} - -md5sums="b83db38476276d62d1f657e30873cdfb msgpack-python-0.4.8.tar.gz" -sha256sums="b60a04916c609ad9a713d9c785b4a61f81728f264a8ae384faffc0d3aedd2029 msgpack-python-0.4.8.tar.gz" -sha512sums="1e97ae8f5c89e9e3b5c42415f6e58f2cae2889e007ae5059a106f8672a389e7fae6b9097661a9311c8c45168fbca1bdb9c1d278f4f888286828d039f7366bfc8 msgpack-python-0.4.8.tar.gz" |