milis/talimatname/genel/p/python3-cachecontrol/talimat

18 lines
486 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: httplib2 caching for requests
# URL: http://pypi.python.org/pypi/CacheControl
# Paketçi: milisarge
# Gerekler: python3 python3-setuptools python3-lockfile
# Grup: kütüphane
isim=python3-cachecontrol
surum=0.12.1
devir=1
kaynak=(https://pypi.python.org/packages/3a/f7/075de886ad249f4ca08615ebd8bec9ce995ed6852790b6d9df38ae059e43/CacheControl-0.12.1.tar.gz
)
derle() {
cd "${SRC}/CacheControl-$surum"
python3 setup.py build
python3 setup.py install --root="${PKG}"
}