18 lines
486 B
Plaintext
18 lines
486 B
Plaintext
# 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}"
|
||
}
|