python-marisa-trie: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-30 22:07:54 +07:00
parent 2fc83f0329
commit 9330bb06c3
2 changed files with 7 additions and 16 deletions

View file

@ -1 +0,0 @@
python-marisa-trie

View file

@ -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 <brainwave@openmailbox.org>"
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
}
}