pytwodict

This commit is contained in:
milisbir 2018-01-03 20:16:49 +02:00
parent ed2f8665e3
commit 97864e8785
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# Tanım: Python için basit iki yönlü sıralı sözlük
# URL: https://github.com/MrS0m30n3/twodict
# Paketçi: Cihan_Alkan
# Gerekler: python python3 python-setuptools python3-setuptools
# Gruplar: kütüphane
isim=pytwodict
surum=1.2
devir=1
kaynak=(https://github.com/MrS0m30n3/twodict/archive/1.2.tar.gz::$isim-$surum.tar.gz)
derle() {
cd twodict-$surum
install -Dm644 LICENSE "$PKG/usr/share/licenses/$isim/LICENSE"
python setup.py install --root="$PKG" --optimize=1
python3 setup.py install --root="$PKG" --optimize=1
}