From 20a74be249d53fa6f5ff7710913a5f35848c86a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 20 Sep 2020 14:26:03 +0700 Subject: [PATCH] python-socketIO-client: drop package --- srcpkgs/python-socketIO-client/template | 31 ------------------------ srcpkgs/python3-socketIO-client | 1 - srcpkgs/python3-socketIO-client/template | 18 ++++++++++++++ 3 files changed, 18 insertions(+), 32 deletions(-) delete mode 100644 srcpkgs/python-socketIO-client/template delete mode 120000 srcpkgs/python3-socketIO-client create mode 100644 srcpkgs/python3-socketIO-client/template diff --git a/srcpkgs/python-socketIO-client/template b/srcpkgs/python-socketIO-client/template deleted file mode 100644 index 9495d7cf40b..00000000000 --- a/srcpkgs/python-socketIO-client/template +++ /dev/null @@ -1,31 +0,0 @@ -# Template file for 'python-socketIO-client' -pkgname=python-socketIO-client -version=0.7.2 -revision=3 -archs=noarch -build_style=python-module -pycompile_module="socketIO_client" -wrksrc="socketIO-client-${version}" -hostmakedepends="python-setuptools python3-setuptools" -depends="python-requests python-six python-websocket-client" -short_desc="Python2 library for socket.io" -maintainer="johannes " -license="MIT" -homepage="https://pypi.org/project/socketIO-client/" -distfiles="${PYPI_SITE}/s/socketIO-client/socketIO-client-${version}.tar.gz" -checksum=64cd84fba79cf97f28c11e64d1fc42a2221f2d7a4fada05ab381e2d73d74d2c1 - -post_install() { - vlicense LICENSE -} - -python3-socketIO-client_package() { - depends="python3-requests python3-six python3-websocket-client" - short_desc="${short_desc/Python2/Python3}" - archs=noarch - pycompile_module="socketIO_client" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE - } -} diff --git a/srcpkgs/python3-socketIO-client b/srcpkgs/python3-socketIO-client deleted file mode 120000 index 89eb50c620c..00000000000 --- a/srcpkgs/python3-socketIO-client +++ /dev/null @@ -1 +0,0 @@ -python-socketIO-client \ No newline at end of file diff --git a/srcpkgs/python3-socketIO-client/template b/srcpkgs/python3-socketIO-client/template new file mode 100644 index 00000000000..fa366a126e4 --- /dev/null +++ b/srcpkgs/python3-socketIO-client/template @@ -0,0 +1,18 @@ +# Template file for 'python3-socketIO-client' +pkgname=python3-socketIO-client +version=0.7.2 +revision=4 +wrksrc="socketIO-client-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-requests python3-six python3-websocket-client" +short_desc="Python3 library for socket.io" +maintainer="johannes " +license="MIT" +homepage="https://pypi.org/project/socketIO-client/" +distfiles="${PYPI_SITE}/s/socketIO-client/socketIO-client-${version}.tar.gz" +checksum=64cd84fba79cf97f28c11e64d1fc42a2221f2d7a4fada05ab381e2d73d74d2c1 + +post_install() { + vlicense LICENSE +}