[arch-commits] Commit in python-urwid/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Aug 2 09:59:58 UTC 2020


    Date: Sunday, August 2, 2020 @ 09:59:58
  Author: felixonmars
Revision: 393070

archrelease: copy trunk to extra-x86_64

Added:
  python-urwid/repos/extra-x86_64/PKGBUILD
    (from rev 393069, python-urwid/trunk/PKGBUILD)
Deleted:
  python-urwid/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-02 09:59:43 UTC (rev 393069)
+++ PKGBUILD	2020-08-02 09:59:58 UTC (rev 393070)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Daniel Isenmann <daniel at archlinux.org>
-# Contributor: Sergej Pupykin <sergej at aur.archlinux.org>
-# Contributor: Douglas Soares de Andrade <dsandrade at gmail.com>
-
-pkgname=python-urwid
-pkgver=2.1.0
-pkgrel=2
-pkgdesc='Curses-based user interface library'
-url='http://excess.org/urwid/'
-arch=('x86_64')
-license=('LGPL')
-depends=('python' 'glibc')
-makedepends=('glibc' 'python-setuptools')
-source=(https://github.com/urwid/urwid/archive/release-${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('2f35d3416f85c6ad3247fc37af450b342466827d8256512f4d28064c0020bca0')
-sha512sums=('14267d1076e51ef53dc187dc1395e9f4d968bc1019c2fc2209143eb29b9b138a378116fae30645f1183b2378ffe43ee3491de6181a51699f933970385012abe1')
-
-build() {
-  (cd urwid-release-${pkgver}
-    python setup.py build
-  )
-}
-
-check() {
-  (cd urwid-release-${pkgver}
-    python setup.py test
-  )
-}
-
-package() {
-  cd urwid-release-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" -O1 --skip-build
-  rm -r "${pkgdir}"/usr/lib/python*/site-packages/urwid/tests
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-urwid/repos/extra-x86_64/PKGBUILD (from rev 393069, python-urwid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-02 09:59:58 UTC (rev 393070)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Daniel Isenmann <daniel at archlinux.org>
+# Contributor: Sergej Pupykin <sergej at aur.archlinux.org>
+# Contributor: Douglas Soares de Andrade <dsandrade at gmail.com>
+
+pkgname=python-urwid
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='Curses-based user interface library'
+url='http://excess.org/urwid/'
+arch=('x86_64')
+license=('LGPL')
+depends=('python' 'glibc')
+makedepends=('glibc' 'python-setuptools')
+source=(https://github.com/urwid/urwid/archive/release-${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('06fc11e62083f0de2ae8525d278bd5ca7f06bcf10773e299812ab5f617f8bd50')
+sha512sums=('6ab861c02edff37e31b1a5b138e71abf978f8ef9a54e0993b740ec62c0986ce1e25c2421a4a4b0d428a8cd64970496b23790074c911b6e4990b3d821a3bf2b4c')
+
+build() {
+  (cd urwid-release-${pkgver}
+    python setup.py build
+  )
+}
+
+check() {
+  (cd urwid-release-${pkgver}
+    python setup.py test
+  )
+}
+
+package() {
+  cd urwid-release-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" -O1 --skip-build
+  rm -r "${pkgdir}"/usr/lib/python*/site-packages/urwid/tests
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list