[arch-commits] Commit in pyzo/repos/community-any (PKGBUILD PKGBUILD)
Bruno Pagani
archange at gemini.archlinux.org
Sun Nov 28 17:07:13 UTC 2021
Date: Sunday, November 28, 2021 @ 17:07:13
Author: archange
Revision: 1055194
archrelease: copy trunk to community-any
Added:
pyzo/repos/community-any/PKGBUILD
(from rev 1055192, pyzo/trunk/PKGBUILD)
Deleted:
pyzo/repos/community-any/PKGBUILD
----------+
PKGBUILD | 77 ++++++++++++++++++++++++++++++++-----------------------------
1 file changed, 41 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-28 17:07:13 UTC (rev 1055193)
+++ PKGBUILD 2021-11-28 17:07:13 UTC (rev 1055194)
@@ -1,36 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Contributor: Hector Mtz-Seara <hseara.#at#.gmail*.*com>
-
-pkgname=pyzo
-pkgver=4.11.2
-pkgrel=1
-pkgdesc="Cross-platform Python IDE focused on interactivity and introspection, very suitable for scientific computing."
-arch=(any)
-url="https://pyzo.org"
-license=(BSD)
-depends=(python pyside2)
-makedepends=(python-setuptools)
-optdepends=('python-pyqt5: to use PyQt5 as backend instead of PySide2')
-source=(https://github.com/pyzo/pyzo/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('c6b7bec2866a3751ac2009ed13c1e2e494cf8de9fee5ef4617a8f00f83ea95e8')
-
-build(){
- cd ${pkgname}-${pkgver}
- python setup.py build
-}
-
-package(){
- cd ${pkgname}-${pkgver}
- python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-
- # Clean
- rm "${pkgdir}"/usr/{LICENSE.md,README.md,pyzo.appdata.xml,pyzolauncher.py}
- install -Dm644 LICENSE.md -t "${pkgdir}"/usr/share/licenses/${pkgname}/
- install -Dm644 pyzo.appdata.xml -t "${pkgdir}"/usr/share/metainfo/
- install pyzolauncher.py "${pkgdir}"/usr/bin/pyzo
-
- install -Dm644 pyzo/resources/pyzo.desktop -t "${pkgdir}"/usr/share/applications/
- for i in 16 32 48 64 128 256 ; do
- install -Dm644 pyzo/resources/appicons/pyzologo${i}.png "${pkgdir}"/usr/share/icons/hicolor/${i}x${i}/apps/pyzologo.png
- done
-}
Copied: pyzo/repos/community-any/PKGBUILD (from rev 1055192, pyzo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-28 17:07:13 UTC (rev 1055194)
@@ -0,0 +1,41 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Hector Mtz-Seara <hseara.#at#.gmail*.*com>
+
+pkgname=pyzo
+pkgver=4.11.4
+pkgrel=1
+pkgdesc="Cross-platform Python IDE focused on interactivity and introspection, very suitable for scientific computing."
+arch=(any)
+url="https://pyzo.org"
+license=(BSD)
+depends=(python)
+makedepends=(python-setuptools)
+optdepends=(
+ 'pyside2: Qt5 backend'
+ 'pyside6: Qt6 backend'
+ 'python-pyqt5: alternative Qt5 backend'
+ 'python-pyqt6: alternative Qt6 backend'
+)
+source=(https://github.com/pyzo/pyzo/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('612b778bf73130b3dbffe622b5f16dbfee749becbb004d7cd55f749b38969b24')
+
+build(){
+ cd ${pkgname}-${pkgver}
+ python setup.py build
+}
+
+package(){
+ cd ${pkgname}-${pkgver}
+ python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+
+ # Clean
+ rm "${pkgdir}"/usr/{LICENSE.md,README.md,pyzo.appdata.xml,pyzolauncher.py}
+ install -Dm644 LICENSE.md -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+ install -Dm644 pyzo.appdata.xml -t "${pkgdir}"/usr/share/metainfo/
+ install pyzolauncher.py "${pkgdir}"/usr/bin/pyzo
+
+ install -Dm644 pyzo/resources/pyzo.desktop -t "${pkgdir}"/usr/share/applications/
+ for i in 16 32 48 64 128 256 ; do
+ install -Dm644 pyzo/resources/appicons/pyzologo${i}.png "${pkgdir}"/usr/share/icons/hicolor/${i}x${i}/apps/pyzologo.png
+ done
+}
More information about the arch-commits
mailing list