From 9330bb06c326c0038704ab493c9544d4b7dd7644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 30 Sep 2020 22:07:54 +0700 Subject: [PATCH] python-marisa-trie: drop package --- srcpkgs/python3-marisa-trie | 1 - .../template | 22 ++++++------------- 2 files changed, 7 insertions(+), 16 deletions(-) delete mode 120000 srcpkgs/python3-marisa-trie rename srcpkgs/{python-marisa-trie => python3-marisa-trie}/template (58%) diff --git a/srcpkgs/python3-marisa-trie b/srcpkgs/python3-marisa-trie deleted file mode 120000 index 8efb226c0f..0000000000 --- a/srcpkgs/python3-marisa-trie +++ /dev/null @@ -1 +0,0 @@ -python-marisa-trie \ No newline at end of file diff --git a/srcpkgs/python-marisa-trie/template b/srcpkgs/python3-marisa-trie/template similarity index 58% rename from srcpkgs/python-marisa-trie/template rename to srcpkgs/python3-marisa-trie/template index 5e46b686ac..ab26456bd5 100644 --- a/srcpkgs/python-marisa-trie/template +++ b/srcpkgs/python3-marisa-trie/template @@ -1,12 +1,12 @@ -# Template file for 'python-marisa-trie' -pkgname=python-marisa-trie +# Template file for 'python3-marisa-trie' +pkgname=python3-marisa-trie version=0.7.5 -revision=3 +revision=4 wrksrc="marisa-trie-${version}" -build_style=python-module -hostmakedepends="python-setuptools python3-setuptools" -makedepends="python-devel python3-devel" -short_desc="Static memory-efficient Trie-like structures (Python2)" +build_style=python3-module +hostmakedepends="python3-setuptools" +makedepends="python3-devel" +short_desc="Static memory-efficient Trie-like structures (Python3)" maintainer="bra1nwave " license="MIT" homepage="https://github.com/pytries/marisa-trie" @@ -17,11 +17,3 @@ checksum=c73bc25d868e8c4ea7aa7f1e19892db07bba2463351269b05340ccfa06eb2baf post_install() { vlicense LICENSE } - -python3-marisa-trie_package() { - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE - } -}