python-chardet: update to 2.3.0
This commit is contained in:
parent
34cdcf4710
commit
4fcb27ef43
1 changed files with 4 additions and 5 deletions
|
@ -1,21 +1,20 @@
|
|||
# Template file for 'python-chardet'
|
||||
pkgname=python-chardet
|
||||
version=2.2.1
|
||||
version=2.3.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
wrksrc="chardet-${version}"
|
||||
build_style="python-module"
|
||||
python_versions="2.7 3.4"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
makedepends="python-devel python3.4-devel"
|
||||
depends="python"
|
||||
pycompile_module="chardet"
|
||||
short_desc="Universal encoding detector for Python 2 and 3 (Python2)"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://github.com/chardet/chardet"
|
||||
license="LGPL-2.1"
|
||||
distfiles="https://pypi.python.org/packages/source/c/${pkgname#*-}/${pkgname#*-}-${version}.tar.gz"
|
||||
checksum=f1964f73f5ee9b7e0309098b9512d587fbba6dd5d1f3797b1c95529e5241bf09
|
||||
distfiles="${PYPI_SITE}/c/chardet/chardet-${version}.tar.gz"
|
||||
checksum=e53e38b3a4afe6d1132de62b7400a4ac363452dc5dfcf8d88e8e0cce663c68aa
|
||||
|
||||
post_extract() {
|
||||
cp -a ${wrksrc} /tmp/python2.7-build
|
||||
|
|
Loading…
Reference in a new issue