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'
|
||||
pkgname=python-pyzmq
|
||||
# Template file for 'python3-pyzmq'
|
||||
pkgname=python3-pyzmq
|
||||
version=19.0.2
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="pyzmq-${version}"
|
||||
build_style=python-module
|
||||
build_style=python3-module
|
||||
make_build_args="--zmq=${XBPS_CROSS_BASE}/usr"
|
||||
hostmakedepends="pkg-config python-devel python3-devel python-Cython
|
||||
python3-Cython zeromq-devel"
|
||||
hostmakedepends="pkg-config python3-devel
|
||||
python3-Cython zeromq-devel"
|
||||
makedepends="${hostmakedepends/pkg-config/}"
|
||||
short_desc="Python2 bindings for the ZeroMQ messaging library"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
short_desc="Python3 bindings for the ZeroMQ messaging library"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-3.0-or-later, BSD-3-Clause"
|
||||
homepage="https://pyzmq.readthedocs.io/"
|
||||
distfiles="https://github.com/zeromq/pyzmq/archive/v${version}.tar.gz"
|
||||
|
@ -25,10 +25,3 @@ pre_build() {
|
|||
post_install() {
|
||||
vlicense COPYING.BSD
|
||||
}
|
||||
|
||||
python3-pyzmq_package() {
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue