milis/talimatname/genel/p/pynetworkx/talimat

24 lines
724 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: Karmaşık ağların yapısı, dinamikleri ve işlevlerinin oluşturulması, manipülasyonu ve çalışılması için Python paketi.
# URL: http://networkx.github.io
# Paketçi: Cihan_Alkan
# Gerekler: python python3 python-setuptools python3-setuptools pydecorator
# Grup: kütüphane
isim=pynetworkx
surum=2.1
devir=1
kaynak=(https://github.com/networkx/networkx/archive/networkx-$surum.tar.gz::networkx-$surum.tar.gz)
derle() {
cp -a networkx-networkx-$surum{,-py3}
cd "$SRC"/networkx-networkx-$surum
python setup.py build
python setup.py install --root="$PKG" --optimize=1
cd "$SRC"/networkx-networkx-$surum-py3
python3 setup.py build
python3 setup.py install --root="$PKG" --optimize=1
}