python-twitter: update to 3.5.
This commit is contained in:
parent
bd46fd7069
commit
cdc6d7bfb9
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-twitter'
|
# Template file for 'python-twitter'
|
||||||
pkgname=python-twitter
|
pkgname=python-twitter
|
||||||
version=3.4.2
|
version=3.5
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -8,11 +8,11 @@ pycompile_module="twitter"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-future python-requests python-requests-oauthlib"
|
depends="python-future python-requests python-requests-oauthlib"
|
||||||
short_desc="Python2 wrapper around the Twitter API"
|
short_desc="Python2 wrapper around the Twitter API"
|
||||||
maintainer="Peter Bui <pnutzh4x0r@gmail.com>"
|
maintainer="Peter Bui <pbui@github.bx612.space>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/bear/python-twitter"
|
homepage="https://github.com/bear/python-twitter"
|
||||||
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=77ebcf2344b622d2fa1e54a851971e030ae313c754863b435e5c1827be97a721
|
checksum=45855742f1095aa0c8c57b2983eee3b6b7f527462b50a2fa8437a8b398544d90
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i '/setup_requires=/d' setup.py
|
sed -i '/setup_requires=/d' setup.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue