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

Giancarlo Razzolini grazzolini at archlinux.org
Thu Jan 3 14:26:18 UTC 2019


    Date: Thursday, January 3, 2019 @ 14:26:18
  Author: grazzolini
Revision: 420312

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-03 14:25:38 UTC (rev 420311)
+++ PKGBUILD	2019-01-03 14:26:18 UTC (rev 420312)
@@ -1,23 +0,0 @@
-# Maintainer: Giancarlo Razzolini <grazzolini at archlinux.org>
-pkgname=uwsgitop
-pkgver=0.10
-pkgrel=2
-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:

Copied: uwsgitop/repos/community-any/PKGBUILD (from rev 420311, uwsgitop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-03 14:26:18 UTC (rev 420312)
@@ -0,0 +1,23 @@
+# Maintainer: Giancarlo Razzolini <grazzolini at archlinux.org>
+pkgname=uwsgitop
+pkgver=0.11
+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=('bf75ce3b3a781f1ffd2b9bc75577808338dbd9e34dae8248b5fe89ce5989b4240bb11cb6132c95f081fc8b2fef4cd5cdacd5d9b421552ce7f87c9ae79a317d59')
+
+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