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

Maxim Baz maximbaz at archlinux.org
Sun Apr 5 18:13:59 UTC 2020


    Date: Sunday, April 5, 2020 @ 18:13:59
  Author: maximbaz
Revision: 611886

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-05 18:13:55 UTC (rev 611885)
+++ PKGBUILD	2020-04-05 18:13:59 UTC (rev 611886)
@@ -1,31 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Stick <stick at stma.is>
-
-_name=i3ipc-python
-pkgname=python-i3ipc
-pkgver=2.1.1
-pkgrel=2
-pkgdesc='An improved Python library to control i3wm'
-arch=('any')
-url="https://github.com/altdesktop/${_name}"
-license=('BSD')
-conflicts=('i3ipc-python')
-replaces=('i3ipc-python')
-depends=('python' 'python-xlib')
-makedepends=('python-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/altdesktop/${_name}/archive/v${pkgver}.tar.gz")
-sha256sums=('0dcd46519603ce3e52c4ae69e50efe1e7a31c03af15e0b9b639055de40daff15')
-
-build() {
-    cd "${_name}-${pkgver}"
-    python setup.py build
-}
-
-package() {
-    cd "${_name}-${pkgver}"
-    python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-    install -Dm755 -t "${pkgdir}/usr/share/doc/${pkgname}/examples" examples/*.py
-    install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
-}
-
-# vim:set ts=4 sw=4 et:

Copied: python-i3ipc/repos/community-any/PKGBUILD (from rev 611885, python-i3ipc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-05 18:13:59 UTC (rev 611886)
@@ -0,0 +1,31 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Stick <stick at stma.is>
+
+_name=i3ipc-python
+pkgname=python-i3ipc
+pkgver=2.2.1
+pkgrel=1
+pkgdesc='An improved Python library to control i3wm'
+arch=('any')
+url="https://github.com/altdesktop/${_name}"
+license=('BSD')
+conflicts=('i3ipc-python')
+replaces=('i3ipc-python')
+depends=('python' 'python-xlib')
+makedepends=('python-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/altdesktop/${_name}/archive/v${pkgver}.tar.gz")
+sha256sums=('54af180fac6e3e16c65747884ae4479f0df034c45ed02523f8300f98c99eb29e')
+
+build() {
+    cd "${_name}-${pkgver}"
+    python setup.py build
+}
+
+package() {
+    cd "${_name}-${pkgver}"
+    python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+    install -Dm755 -t "${pkgdir}/usr/share/doc/${pkgname}/examples" examples/*.py
+    install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
+}
+
+# vim:set ts=4 sw=4 et:



More information about the arch-commits mailing list