python-jellyfish: update to 0.5.2.
This commit is contained in:
parent
ecff824817
commit
954a698092
1 changed files with 13 additions and 4 deletions
|
@ -1,20 +1,29 @@
|
||||||
# Template file for 'python-jellyfish'
|
# Template file for 'python-jellyfish'
|
||||||
pkgname=python-jellyfish
|
pkgname=python-jellyfish
|
||||||
version=0.5.1
|
version=0.5.2
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
_cjellyfish_ref=a3b62e71490d2d8ccecf317bb10f9ff954f2d509
|
||||||
|
create_wrksrc=yes
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
|
build_wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
pycompile_module="jellyfish"
|
pycompile_module="jellyfish"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
|
makedepends="python-devel python3.4-devel"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="A Python2 library for approximate and phonetic matching of strings"
|
short_desc="A Python2 library for approximate and phonetic matching of strings"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="https://github.com/sunlightlabs/jellyfish"
|
homepage="https://github.com/sunlightlabs/jellyfish"
|
||||||
distfiles="https://github.com/sunlightlabs/${pkgname#*-}/archive/${version}.tar.gz"
|
distfiles="https://github.com/sunlightlabs/${pkgname#*-}/archive/${version}.tar.gz
|
||||||
checksum=c4d25c35512f7cdfc44557cc8348f3462248ce92972f45a3974f328df0bfdcf2
|
https://github.com/jamesturk/cjellyfish/archive/${_cjellyfish_ref}.tar.gz"
|
||||||
|
checksum="41a6e3e7714420660ea13b3fab79f9c6189d0f7b58b80a41014ae166f7969420
|
||||||
|
0bf7e00822ba1327ee6488249cf83ecc5a0ea3dc27e713577f4418e52bdfc077"
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
mv ${wrksrc}/cjellyfish-${_cjellyfish_ref}/* ${wrksrc}/${build_wrksrc}/cjellyfish
|
||||||
|
}
|
||||||
|
|
||||||
python3.4-jellyfish_package() {
|
python3.4-jellyfish_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue