17 lines
509 B
Plaintext
17 lines
509 B
Plaintext
# 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"
|
||
}
|