12345678910111213141516171819 |
- # Tanım: PyQt5, PyQt4 ve PySide'i tek bir kod tabanı ile destekleyecek düzgün bir katman sağlar.
- # URL: https://github.com/spyder-ide/qtpy/
- # Paketçi: Cihan_Alkan
- # Gerekler: python python-setuptools python-qt5
- #Grup: programlama
- isim=python-qtpy
- surum=1.5.1
- devir=1
- kaynak=(https://github.com/spyder-ide/qtpy/archive/v${surum}.tar.gz::${isim}-${surum}.tar.gz)
- derle() {
- cd "qtpy-${surum}"
- python3 setup.py build
- python3 setup.py install --prefix=/usr --root="${PKG}" --optimize=1
- install -D -m644 "LICENSE.txt" "${PKG}/usr/share/licenses/${isim}/LICENSE"
- }
|