New package: python-marisa-trie-0.7.2
This commit is contained in:
parent
547a0d68f9
commit
8c1f4f5a02
28
srcpkgs/python-marisa-trie/template
Normal file
28
srcpkgs/python-marisa-trie/template
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
# Template file for 'python-marisa-trie'
|
||||||
|
pkgname=python-marisa-trie
|
||||||
|
version=0.7.2
|
||||||
|
revision=1
|
||||||
|
wrksrc="marisa-trie-${version}"
|
||||||
|
build_style=python-module
|
||||||
|
python_versions="2.7 3.4"
|
||||||
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
|
makedepends="python-devel python3.4-devel"
|
||||||
|
short_desc="Static memory-efficient Trie-like structures (Python 2)"
|
||||||
|
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/kmike/marisa-trie"
|
||||||
|
distfiles="https://github.com/kmike/marisa-trie/archive/${version}.tar.gz"
|
||||||
|
checksum=5a5ca6a032fe924097f87439130f013dfb2682e597f4d5414bb87cfe49bc715e
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
|
python3.4-marisa-trie_package() {
|
||||||
|
pycompile_version="3.4"
|
||||||
|
short_desc="${short_desc/Python 2/Python 3.4}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/python3.4
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/python3.4-marisa-trie
Symbolic link
1
srcpkgs/python3.4-marisa-trie
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
python-marisa-trie/
|
Loading…
x
Reference in New Issue
Block a user