mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
New package: python-twitter-2.2
This commit is contained in:
parent
8ec7c2c444
commit
0e9ee44647
1 changed files with 15 additions and 0 deletions
15
srcpkgs/python-twitter/template
Normal file
15
srcpkgs/python-twitter/template
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Template file for 'python-twitter'
|
||||||
|
pkgname=python-twitter
|
||||||
|
version=2.2
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
build_style=python-module
|
||||||
|
pycompile_module="twitter"
|
||||||
|
hostmakedepends="python-setuptools"
|
||||||
|
depends="python-requests python-requests-oauthlib"
|
||||||
|
short_desc="Python2 wrapper around the Twitter API"
|
||||||
|
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=b70648c6026ef3772a1c911382d9fd8651fe0b673c15aad7d38d6f685c7c4dc2
|
Loading…
Add table
Reference in a new issue