Açıklama çevirisi
This commit is contained in:
parent
5e62d4b065
commit
fba53934fd
|
@ -1,8 +1,8 @@
|
||||||
# Description: A Python library for accessing the entire Twitter API.
|
# Description: Tüm Twitter API'sına erişmek için bir Python kitaplığı.
|
||||||
# URL: URL: http://pypi.python.org/pypi/tweepy/
|
# URL: http://pypi.python.org/pypi/tweepy/
|
||||||
# NuTyX package info file (http://nutyx.org)
|
# Packager: milisarge
|
||||||
# Packager: # NuTyX package info file (http://nutyx.org)
|
|
||||||
# Depends on: python-simplejson
|
# Depends on: python-simplejson
|
||||||
|
|
||||||
name=python-tweepy
|
name=python-tweepy
|
||||||
version=2.2
|
version=2.2
|
||||||
release=1
|
release=1
|
||||||
|
@ -14,7 +14,3 @@ build() {
|
||||||
cd tweepy-$version
|
cd tweepy-$version
|
||||||
python2 setup.py install --prefix=/usr --root=$PKG
|
python2 setup.py install --prefix=/usr --root=$PKG
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# NuTyX Pkgfile (http://nutyx.org)
|
|
||||||
|
|
Loading…
Reference in New Issue