[arch-commits] Commit in python-urwidtrees/repos/community-staging-any (2 files)

Felix Yan felixonmars at archlinux.org
Thu Nov 12 10:18:22 UTC 2020


    Date: Thursday, November 12, 2020 @ 10:18:21
  Author: felixonmars
Revision: 751529

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 10:18:07 UTC (rev 751528)
+++ PKGBUILD	2020-11-12 10:18:21 UTC (rev 751529)
@@ -1,30 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Ian Denhardt <ian at zenhack.net>
-
-_pkgname=urwidtrees
-pkgname=python-urwidtrees
-pkgver=1.0.3
-pkgrel=3
-pkgdesc="Tree widgets for urwid."
-arch=(any)
-url="https://github.com/pazz/$_pkgname"
-license=(GPL3)
-makedepends=(python-sphinx)
-depends=(python 'python-urwid>=1.1.0' 'python-mock')
-source=("$_pkgname-$pkgver.tar.gz::https://github.com/pazz/$_pkgname/archive/$pkgver.tar.gz")
-md5sums=('44068550c3f538d64b667dc52eeca6cb')
-
-build() {
-	cd "$srcdir/$_pkgname-$pkgver"
-	python setup.py build
-	make SPHINXBUILD=sphinx-build -C docs man html
-}
-
-package_python-urwidtrees() {
-	cd "$srcdir/$_pkgname-$pkgver"
-
-	python setup.py install --optimize=1 --root="$pkgdir"
-
-	install -dm755 "$pkgdir/usr/share/doc/$pkgname"
-	cp -a docs/build/html/* "$pkgdir/usr/share/doc/$pkgname"
-}

Copied: python-urwidtrees/repos/community-staging-any/PKGBUILD (from rev 751528, python-urwidtrees/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 10:18:21 UTC (rev 751529)
@@ -0,0 +1,30 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Ian Denhardt <ian at zenhack.net>
+
+_pkgname=urwidtrees
+pkgname=python-urwidtrees
+pkgver=1.0.3
+pkgrel=4
+pkgdesc="Tree widgets for urwid."
+arch=(any)
+url="https://github.com/pazz/$_pkgname"
+license=(GPL3)
+makedepends=(python-sphinx)
+depends=(python 'python-urwid>=1.1.0' 'python-mock')
+source=("$_pkgname-$pkgver.tar.gz::https://github.com/pazz/$_pkgname/archive/$pkgver.tar.gz")
+md5sums=('44068550c3f538d64b667dc52eeca6cb')
+
+build() {
+	cd "$srcdir/$_pkgname-$pkgver"
+	python setup.py build
+	make SPHINXBUILD=sphinx-build -C docs man html
+}
+
+package_python-urwidtrees() {
+	cd "$srcdir/$_pkgname-$pkgver"
+
+	python setup.py install --optimize=1 --root="$pkgdir"
+
+	install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+	cp -a docs/build/html/* "$pkgdir/usr/share/doc/$pkgname"
+}



More information about the arch-commits mailing list