[arch-commits] Commit in gixy/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon Nov 4 05:09:06 UTC 2019


    Date: Monday, November 4, 2019 @ 05:09:06
  Author: felixonmars
Revision: 523176

archrelease: copy trunk to community-staging-any

Added:
  gixy/repos/community-staging-any/
  gixy/repos/community-staging-any/PKGBUILD
    (from rev 523175, gixy/trunk/PKGBUILD)

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Copied: gixy/repos/community-staging-any/PKGBUILD (from rev 523175, gixy/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-04 05:09:06 UTC (rev 523176)
@@ -0,0 +1,25 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=gixy
+pkgver=0.1.20
+pkgrel=3
+pkgdesc='Nginx configuration static analyzer'
+arch=('any')
+url=https://github.com/yandex/gixy
+license=('MPL2')
+depends=('python-argparse' 'python-cached-property' 'python-configargparse'
+         'python-jinja' 'python-pyparsing' 'python-setuptools' 'python-six')
+source=("https://files.pythonhosted.org/packages/source/g/gixy/gixy-$pkgver.tar.gz")
+sha512sums=('e2d853c78d8dce6a46e3dffb8f27e0d975915664977526c722b33a2e3146feaf07f25d02f3d28abefecd1a0751d1687b05773a8891d0b83f7f36e81512c5395a')
+
+build() {
+  cd gixy-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd gixy-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list