[arch-commits] Commit in gixy/trunk (PKGBUILD)
Daniel M. Capella
polyzen at archlinux.org
Tue Feb 2 06:27:11 UTC 2021
Date: Tuesday, February 2, 2021 @ 06:27:10
Author: polyzen
Revision: 840976
upgpkg: gixy 0.1.20-5: Move setuptools to makedeps
https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/
Modified:
gixy/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-02 06:17:49 UTC (rev 840975)
+++ PKGBUILD 2021-02-02 06:27:10 UTC (rev 840976)
@@ -2,13 +2,14 @@
pkgname=gixy
pkgver=0.1.20
-pkgrel=4
+pkgrel=5
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')
+ 'python-jinja' 'python-pyparsing' 'python-six')
+makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/g/gixy/gixy-$pkgver.tar.gz")
sha512sums=('e2d853c78d8dce6a46e3dffb8f27e0d975915664977526c722b33a2e3146feaf07f25d02f3d28abefecd1a0751d1687b05773a8891d0b83f7f36e81512c5395a')
More information about the arch-commits
mailing list