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

Levente Polyak anthraxx at archlinux.org
Wed Jan 18 18:38:38 UTC 2017


    Date: Wednesday, January 18, 2017 @ 18:38:38
  Author: anthraxx
Revision: 207905

archrelease: copy trunk to community-any

Added:
  uwsgitop/repos/community-any/PKGBUILD
    (from rev 207904, uwsgitop/trunk/PKGBUILD)
Deleted:
  uwsgitop/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   45 +++++++++++++++++++++++----------------------
 1 file changed, 23 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-18 18:38:27 UTC (rev 207904)
+++ PKGBUILD	2017-01-18 18:38:38 UTC (rev 207905)
@@ -1,22 +0,0 @@
-# Maintainer: Giancarlo Razzolini <grazzolini at archlinux.org>
-pkgname=uwsgitop
-pkgver=0.9
-pkgrel=1
-pkgdesc="uWSGI top-like app"
-arch=('any')
-url="https://github.com/xrmx/uwsgitop"
-license=('MIT')
-depends=('python2-simplejson')
-makedepends=('python2-setuptools')
-options=(!emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xrmx/$pkgname/archive/v$pkgver.tar.gz")
-sha512sums=('d382751ae2fe97749890ebe0cb27d33df095f42dbb440fbeda78f83015c85762b44c8d41ca5e8e3ac9385f47f7fd37203e29c19dd9b12053dcbd6da03eff8fc5')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: uwsgitop/repos/community-any/PKGBUILD (from rev 207904, uwsgitop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-18 18:38:38 UTC (rev 207905)
@@ -0,0 +1,23 @@
+# Maintainer: Giancarlo Razzolini <grazzolini at archlinux.org>
+pkgname=uwsgitop
+pkgver=0.10
+pkgrel=1
+pkgdesc="uWSGI top-like app"
+arch=('any')
+url="https://github.com/xrmx/uwsgitop"
+license=('MIT')
+depends=('python-simplejson' 'python-argparse')
+makedepends=('python-setuptools')
+options=(!emptydirs)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xrmx/$pkgname/archive/v$pkgver.tar.gz")
+sha512sums=('c8f019e518d464b873ff6404b8c156b6d03732cd09b1dea647fd9e8c79124c8c6a2eeb155001562596b16f031902449ab374ae50d1f92a79771cc438f5c0af98')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 README.rst -t "$pkgdir/usr/share/doc/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list