[arch-commits] Commit in python-pyro/repos/community-any (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Thu Aug 13 13:12:56 UTC 2020


    Date: Thursday, August 13, 2020 @ 13:12:56
  Author: arodseth
Revision: 677239

archrelease: copy trunk to community-any

Added:
  python-pyro/repos/community-any/PKGBUILD
    (from rev 677238, python-pyro/trunk/PKGBUILD)
Deleted:
  python-pyro/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-13 13:12:51 UTC (rev 677238)
+++ PKGBUILD	2020-08-13 13:12:56 UTC (rev 677239)
@@ -1,24 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Douglas Soares de Andrade <dsa at aur.archlinux.br>
-
-pkgname=python-pyro
-pkgver=4.77
-pkgrel=2
-pkgdesc='Distributed object middleware for Python (RPC)'
-url='https://github.com/irmen/Pyro4'
-arch=(any)
-license=(MIT)
-makedepends=(git)
-depends=(python python-serpent)
-source=("git+$url#tag=$pkgver")
-sha256sums=('SKIP')
-
-package() {
-  cd Pyro4
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/irmen/Pyro4/tags
-# vim: ts=2 sw=2 et:

Copied: python-pyro/repos/community-any/PKGBUILD (from rev 677238, python-pyro/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-13 13:12:56 UTC (rev 677239)
@@ -0,0 +1,24 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Douglas Soares de Andrade <dsa at aur.archlinux.br>
+
+pkgname=python-pyro
+pkgver=4.80
+pkgrel=1
+pkgdesc='Distributed object middleware (RPC)'
+url='https://github.com/irmen/Pyro4'
+arch=(any)
+license=(MIT)
+makedepends=(git)
+depends=(python python-serpent)
+source=("git+$url#commit=56ee8174241c644f452d2a294ade53004c41d570") # tag: 4.80
+sha256sums=('SKIP')
+
+package() {
+  cd Pyro4
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/irmen/Pyro4/tags
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list