From c90c6d7b1f1e831c7b3f89a7a97fc6ddc7e5e0e4 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 23:13:00 +0700 Subject: [PATCH] python-backcall: drop package --- srcpkgs/python-backcall/template | 26 -------------------------- srcpkgs/python3-backcall | 1 - srcpkgs/python3-backcall/template | 14 ++++++++++++++ 3 files changed, 14 insertions(+), 27 deletions(-) delete mode 100644 srcpkgs/python-backcall/template delete mode 120000 srcpkgs/python3-backcall create mode 100644 srcpkgs/python3-backcall/template diff --git a/srcpkgs/python-backcall/template b/srcpkgs/python-backcall/template deleted file mode 100644 index a55af727ab6..00000000000 --- a/srcpkgs/python-backcall/template +++ /dev/null @@ -1,26 +0,0 @@ -# Template file for 'python-backcall' -pkgname=python-backcall -version=0.1.0 -revision=2 -archs=noarch -wrksrc="backcall-${version}" -build_style=python-module -pycompile_module="backcall" -hostmakedepends="python-setuptools python3-setuptools" -depends="python" -short_desc="Python2 module to write backwards compatible callback APIs" -maintainer="Alessio Sergi " -homepage="https://github.com/takluyver/backcall" -license="BSD-3-Clause" -distfiles="${PYPI_SITE}/b/backcall/backcall-${version}.tar.gz" -checksum=38ecd85be2c1e78f77fd91700c76e14667dc21e2713b63876c0eb901196e01e4 - -python3-backcall_package() { - archs=noarch - depends="python3" - pycompile_module="backcall" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - } -} diff --git a/srcpkgs/python3-backcall b/srcpkgs/python3-backcall deleted file mode 120000 index 011083fc736..00000000000 --- a/srcpkgs/python3-backcall +++ /dev/null @@ -1 +0,0 @@ -python-backcall \ No newline at end of file diff --git a/srcpkgs/python3-backcall/template b/srcpkgs/python3-backcall/template new file mode 100644 index 00000000000..4cfb47a897d --- /dev/null +++ b/srcpkgs/python3-backcall/template @@ -0,0 +1,14 @@ +# Template file for 'python3-backcall' +pkgname=python3-backcall +version=0.1.0 +revision=3 +wrksrc="backcall-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Python3 module to write backwards compatible callback APIs" +maintainer="Orphaned " +license="BSD-3-Clause" +homepage="https://github.com/takluyver/backcall" +distfiles="${PYPI_SITE}/b/backcall/backcall-${version}.tar.gz" +checksum=38ecd85be2c1e78f77fd91700c76e14667dc21e2713b63876c0eb901196e01e4