diff --git a/srcpkgs/python3-pyzmq b/srcpkgs/python3-pyzmq deleted file mode 120000 index f908dd6b61b..00000000000 --- a/srcpkgs/python3-pyzmq +++ /dev/null @@ -1 +0,0 @@ -python-pyzmq \ No newline at end of file diff --git a/srcpkgs/python-pyzmq/template b/srcpkgs/python3-pyzmq/template similarity index 53% rename from srcpkgs/python-pyzmq/template rename to srcpkgs/python3-pyzmq/template index f08dd14690e..fae748d8754 100644 --- a/srcpkgs/python-pyzmq/template +++ b/srcpkgs/python3-pyzmq/template @@ -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 " +short_desc="Python3 bindings for the ZeroMQ messaging library" +maintainer="Orphaned " 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* - } -}