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

Felix Yan felixonmars at archlinux.org
Wed Nov 11 15:04:09 UTC 2020


    Date: Wednesday, November 11, 2020 @ 15:04:09
  Author: felixonmars
Revision: 750834

archrelease: copy trunk to community-staging-any

Added:
  python-slip/repos/community-staging-any/PKGBUILD
    (from rev 750830, python-slip/trunk/PKGBUILD)
Deleted:
  python-slip/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-11 15:04:08 UTC (rev 750833)
+++ PKGBUILD	2020-11-11 15:04:09 UTC (rev 750834)
@@ -1,28 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-slip
-pkgver=0.6.5
-pkgrel=5
-pkgdesc='Convenience, extension and workaround code for Python and some Python modules'
-arch=('any')
-url='https://github.com/nphilipp/python-slip'
-license=('GPL2')
-depends=('polkit' 'python-dbus' 'python-decorator' 'python-gobject'
-         'python-six')
-makedepends=('python-setuptools')
-source=("https://github.com/nphilipp/python-slip/releases/download/python-slip-${pkgver}/python-slip-${pkgver}.tar.bz2")
-sha256sums=('c726c086f0dd93a0ac7a0176f383a12af91b6657b78a301e3f5b25d9f8d4d10b')
-
-build() {
-  cd python-slip-${pkgver}
-
-  make
-}
-
-package() {
-  cd python-slip-${pkgver}
-
-  python setup.py install --root="${pkgdir}" --optimize='1'
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-slip/repos/community-staging-any/PKGBUILD (from rev 750830, python-slip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-11 15:04:09 UTC (rev 750834)
@@ -0,0 +1,28 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-slip
+pkgver=0.6.5
+pkgrel=6
+pkgdesc='Convenience, extension and workaround code for Python and some Python modules'
+arch=('any')
+url='https://github.com/nphilipp/python-slip'
+license=('GPL2')
+depends=('polkit' 'python-dbus' 'python-decorator' 'python-gobject'
+         'python-six')
+makedepends=('python-setuptools')
+source=("https://github.com/nphilipp/python-slip/releases/download/python-slip-${pkgver}/python-slip-${pkgver}.tar.bz2")
+sha256sums=('c726c086f0dd93a0ac7a0176f383a12af91b6657b78a301e3f5b25d9f8d4d10b')
+
+build() {
+  cd python-slip-${pkgver}
+
+  make
+}
+
+package() {
+  cd python-slip-${pkgver}
+
+  python setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list