python-marisa-trie: drop package
This commit is contained in:
parent
2fc83f0329
commit
9330bb06c3
2 changed files with 7 additions and 16 deletions
|
@ -1 +0,0 @@
|
||||||
python-marisa-trie
|
|
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'python-marisa-trie'
|
# Template file for 'python3-marisa-trie'
|
||||||
pkgname=python-marisa-trie
|
pkgname=python3-marisa-trie
|
||||||
version=0.7.5
|
version=0.7.5
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc="marisa-trie-${version}"
|
wrksrc="marisa-trie-${version}"
|
||||||
build_style=python-module
|
build_style=python3-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
makedepends="python-devel python3-devel"
|
makedepends="python3-devel"
|
||||||
short_desc="Static memory-efficient Trie-like structures (Python2)"
|
short_desc="Static memory-efficient Trie-like structures (Python3)"
|
||||||
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/pytries/marisa-trie"
|
homepage="https://github.com/pytries/marisa-trie"
|
||||||
|
@ -17,11 +17,3 @@ checksum=c73bc25d868e8c4ea7aa7f1e19892db07bba2463351269b05340ccfa06eb2baf
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-marisa-trie_package() {
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue