mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 19:43:50 +02:00
python-msgpack: cython is unnecessary
Only necessary to build development version.
This commit is contained in:
parent
d161e2cee8
commit
552e23c088
1 changed files with 4 additions and 6 deletions
|
@ -1,27 +1,25 @@
|
||||||
# Template file for 'python-msgpack'
|
# Template file for 'python-msgpack'
|
||||||
pkgname=python-msgpack
|
pkgname=python-msgpack
|
||||||
version=0.4.2
|
version=0.4.2
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="msgpack-python-$version"
|
wrksrc="msgpack-python-$version"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools Cython"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
makedepends="python-devel python3.4-devel"
|
makedepends="python-devel python3.4-devel"
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
pycompile_module="msgpack"
|
pycompile_module="msgpack"
|
||||||
depends="python"
|
|
||||||
short_desc="Python module for Msgpack serializer (Python2)"
|
short_desc="Python module for Msgpack serializer (Python2)"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
homepage="https://github.com/msgpack/msgpack-python"
|
homepage="https://github.com/msgpack/msgpack-python"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
distfiles="http://pypi.python.org/packages/source/m/msgpack-python/msgpack-python-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/m/msgpack-python/msgpack-python-${version}.tar.gz"
|
||||||
checksum=0476e8fdd79e5b648b349bd0edebf06e41271ee29421ef7adb12cdbe55dac2a9
|
checksum=0476e8fdd79e5b648b349bd0edebf06e41271ee29421ef7adb12cdbe55dac2a9
|
||||||
|
|
||||||
python3.4-msgpack_package() {
|
python3.4-msgpack_package() {
|
||||||
depends="python3.4"
|
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
pycompile_module="msgpack"
|
pycompile_module="msgpack"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove /usr/lib/python3.4
|
vmove usr/lib/python3.4
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue