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

17 lines
509 B
Plaintext
Raw Permalink 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: 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"
}