mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
python-twitter: depends on python-future
This commit is contained in:
parent
e7df990c3b
commit
9181ee0fc0
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'python-twitter'
|
# Template file for 'python-twitter'
|
||||||
pkgname=python-twitter
|
pkgname=python-twitter
|
||||||
version=3.1
|
version=3.1
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
pycompile_module="twitter"
|
pycompile_module="twitter"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
depends="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 <pnutzh4x0r@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
@ -17,9 +17,9 @@ checksum=74cfdd6a7bbe00fdd08ce582c9a2ee5d6c080e6c228ffced009a356092fbb923
|
||||||
|
|
||||||
python3.4-twitter_package() {
|
python3.4-twitter_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3.4-requests python3.4-requests-oauthlib"
|
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
pycompile_module="twitter"
|
pycompile_module="twitter"
|
||||||
|
depends="python3.4-future python3.4-requests python3.4-requests-oauthlib"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3.4
|
vmove usr/lib/python3.4
|
||||||
|
|
Loading…
Add table
Reference in a new issue