python-twitter: update to 3.2.1

This commit is contained in:
Alessio Sergi 2017-01-26 19:55:08 +01:00
parent da935a51b2
commit 0eff37d440

View File

@ -1,6 +1,6 @@
# Template file for 'python-twitter'
pkgname=python-twitter
version=3.2
version=3.2.1
revision=1
noarch=yes
build_style=python-module
@ -12,7 +12,11 @@ maintainer="Peter Bui <pnutzh4x0r@gmail.com>"
license="Apache-2.0"
homepage="https://github.com/bear/python-twitter"
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=0cd7cc917ffdfc565739679fb0b8ea175d7ffd7a1f2b2bd6219c999aada96f61
checksum=f621e035e114435114967a35a34d3346e59544df4c69fbedb1e382d9677087db
pre_build() {
sed -i '/setup_requires=/d' setup.py
}
python3-twitter_package() {
noarch=yes