From c1bc6f6995ed84b3b193ae9c461b03f58ff97a77 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 17:18:20 +0700 Subject: [PATCH] python-rebulk: drop package --- srcpkgs/python-rebulk/template | 29 ----------------------------- srcpkgs/python3-rebulk | 1 - srcpkgs/python3-rebulk/template | 18 ++++++++++++++++++ 3 files changed, 18 insertions(+), 30 deletions(-) delete mode 100644 srcpkgs/python-rebulk/template delete mode 120000 srcpkgs/python3-rebulk create mode 100644 srcpkgs/python3-rebulk/template diff --git a/srcpkgs/python-rebulk/template b/srcpkgs/python-rebulk/template deleted file mode 100644 index 3bc58c3a7dd..00000000000 --- a/srcpkgs/python-rebulk/template +++ /dev/null @@ -1,29 +0,0 @@ -# Template file for 'python-rebulk' -pkgname=python-rebulk -version=2.0.1 -revision=1 -archs=noarch -wrksrc="rebulk-${version}" -build_style=python-module -hostmakedepends="python-setuptools python3-setuptools" -depends="python python-six" -short_desc="Define search patterns in bulk to perform advanced matching (Python2)" -maintainer="Daniel Santana " -license="MIT" -homepage="https://github.com/Toilal/rebulk" -distfiles="${PYPI_SITE}/r/rebulk/rebulk-${version}.tar.gz" -checksum=320ded3cc456347d828f95e9aa5f8bab77ac01943cad024c06012069fe19690a - -post_install() { - vlicense LICENSE -} - -python3-rebulk_package() { - archs=noarch - depends="python3 python3-six" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE - } -} diff --git a/srcpkgs/python3-rebulk b/srcpkgs/python3-rebulk deleted file mode 120000 index 32bfe7322a5..00000000000 --- a/srcpkgs/python3-rebulk +++ /dev/null @@ -1 +0,0 @@ -python-rebulk \ No newline at end of file diff --git a/srcpkgs/python3-rebulk/template b/srcpkgs/python3-rebulk/template new file mode 100644 index 00000000000..ce6b994a5b0 --- /dev/null +++ b/srcpkgs/python3-rebulk/template @@ -0,0 +1,18 @@ +# Template file for 'python3-rebulk' +pkgname=python3-rebulk +version=2.0.1 +revision=2 +wrksrc="rebulk-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3 python3-six" +short_desc="Define search patterns in bulk to perform advanced matching (Python3)" +maintainer="Daniel Santana " +license="MIT" +homepage="https://github.com/Toilal/rebulk" +distfiles="${PYPI_SITE}/r/rebulk/rebulk-${version}.tar.gz" +checksum=320ded3cc456347d828f95e9aa5f8bab77ac01943cad024c06012069fe19690a + +post_install() { + vlicense LICENSE +}