[arch-commits] Commit in pyzo/repos/community-any (PKGBUILD PKGBUILD pyzo.sh pyzo.sh)

Bruno Pagani archange at archlinux.org
Tue Aug 27 16:10:15 UTC 2019


    Date: Tuesday, August 27, 2019 @ 16:10:14
  Author: archange
Revision: 503309

archrelease: copy trunk to community-any

Added:
  pyzo/repos/community-any/PKGBUILD
    (from rev 503308, pyzo/trunk/PKGBUILD)
  pyzo/repos/community-any/pyzo.sh
    (from rev 503308, pyzo/trunk/pyzo.sh)
Deleted:
  pyzo/repos/community-any/PKGBUILD
  pyzo/repos/community-any/pyzo.sh

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 pyzo.sh  |    6 ++---
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-27 16:10:03 UTC (rev 503308)
+++ PKGBUILD	2019-08-27 16:10:14 UTC (rev 503309)
@@ -1,36 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Contributor: Hector Mtz-Seara <hseara.#at#.gmail*.*com>
-
-pkgname=pyzo
-pkgver=4.7.3
-pkgrel=1
-pkgdesc="Cross-platform Python IDE focused on interactivity and introspection, very suitable for scientific computing."
-url="https://pyzo.org"
-license=('BSD')
-arch=('any')
-depends=('python' 'pyside2')
-makedepends=('python-setuptools')
-optdepends=('python-pyqt5: to use PyQt5 as backend instead of PySide')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/pyzo/pyzo/archive/v${pkgver}.tar.gz"
-        'pyzo.sh')
-sha256sums=('9c4f8dc409234e8919b5795bf00ce06c9f3a14602d4e791e9f9a8860e33b9a65'
-            'ad318a4669f37819b99f273d3a770f9fe0f1732a6cf39ca69e8fe79f878586f4')
-
-build(){
-    cd ${pkgname}-${pkgver}
-    python setup.py build
-}
-
-package(){
-    cd ${pkgname}-${pkgver}
-    python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-    install -Dm444 ${pkgname}/license.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-
-    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
-
-    install -Dm755 ../${pkgname}.sh "${pkgdir}"/usr/bin/${pkgname}
-}

Copied: pyzo/repos/community-any/PKGBUILD (from rev 503308, pyzo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-27 16:10:14 UTC (rev 503309)
@@ -0,0 +1,36 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Hector Mtz-Seara <hseara.#at#.gmail*.*com>
+
+pkgname=pyzo
+pkgver=4.8.1
+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 PySide')
+source=("https://github.com/pyzo/pyzo/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
+        'pyzo.sh')
+sha256sums=('ca6e3f9ecd319942164a78b9238ec6e39bec9a09b8d79c9fb0628942ece9a389'
+            'ad318a4669f37819b99f273d3a770f9fe0f1732a6cf39ca69e8fe79f878586f4')
+
+build(){
+    cd ${pkgname}-${pkgver}
+    python setup.py build
+}
+
+package(){
+    cd ${pkgname}-${pkgver}
+    python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+    install -Dm444 ${pkgname}/license.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+
+    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
+
+    install -Dm755 ../${pkgname}.sh "${pkgdir}"/usr/bin/${pkgname}
+}

Deleted: pyzo.sh
===================================================================
--- pyzo.sh	2019-08-27 16:10:03 UTC (rev 503308)
+++ pyzo.sh	2019-08-27 16:10:14 UTC (rev 503309)
@@ -1,3 +0,0 @@
-#!/usr/bin/env python
-import pyzo
-pyzo.start()

Copied: pyzo/repos/community-any/pyzo.sh (from rev 503308, pyzo/trunk/pyzo.sh)
===================================================================
--- pyzo.sh	                        (rev 0)
+++ pyzo.sh	2019-08-27 16:10:14 UTC (rev 503309)
@@ -0,0 +1,3 @@
+#!/usr/bin/env python
+import pyzo
+pyzo.start()



More information about the arch-commits mailing list