talimat 575 B

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