mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
python-pyzmq: drop package
This commit is contained in:
parent
405eea0816
commit
9fe18166c1
2 changed files with 8 additions and 16 deletions
|
@ -1 +0,0 @@
|
||||||
python-pyzmq
|
|
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'python-pyzmq'
|
# Template file for 'python3-pyzmq'
|
||||||
pkgname=python-pyzmq
|
pkgname=python3-pyzmq
|
||||||
version=19.0.2
|
version=19.0.2
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="pyzmq-${version}"
|
wrksrc="pyzmq-${version}"
|
||||||
build_style=python-module
|
build_style=python3-module
|
||||||
make_build_args="--zmq=${XBPS_CROSS_BASE}/usr"
|
make_build_args="--zmq=${XBPS_CROSS_BASE}/usr"
|
||||||
hostmakedepends="pkg-config python-devel python3-devel python-Cython
|
hostmakedepends="pkg-config python3-devel
|
||||||
python3-Cython zeromq-devel"
|
python3-Cython zeromq-devel"
|
||||||
makedepends="${hostmakedepends/pkg-config/}"
|
makedepends="${hostmakedepends/pkg-config/}"
|
||||||
short_desc="Python2 bindings for the ZeroMQ messaging library"
|
short_desc="Python3 bindings for the ZeroMQ messaging library"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-3.0-or-later, BSD-3-Clause"
|
license="LGPL-3.0-or-later, BSD-3-Clause"
|
||||||
homepage="https://pyzmq.readthedocs.io/"
|
homepage="https://pyzmq.readthedocs.io/"
|
||||||
distfiles="https://github.com/zeromq/pyzmq/archive/v${version}.tar.gz"
|
distfiles="https://github.com/zeromq/pyzmq/archive/v${version}.tar.gz"
|
||||||
|
@ -25,10 +25,3 @@ pre_build() {
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING.BSD
|
vlicense COPYING.BSD
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-pyzmq_package() {
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue