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

17 lines
509 B
Plaintext
Raw Normal View History

2018-08-28 14:28:42 +02:00
# Tanım: Core utilities for Python packages
# URL: https://github.com/pypa/packaging
# Paketçi: milisarge
# Gerekler: python3-setuptools
# Grup: kütüphane
isim=python3-packaging
surum=17.1
devir=1
kaynak=(https://github.com/pypa/packaging/archive/0dfec396998e7237e12dc2e3a06385ffa1bd97b1.tar.gz::python-packaging-0dfec396998e7237e12dc2e3a06385ffa1bd97b1.tar.gz)
derle() {
cd "$SRC"/packaging-0dfec396998e7237e12dc2e3a06385ffa1bd97b1
python3 setup.py build
python3 setup.py install --root "$PKG"
}