[arch-commits] Commit in python-pyflakes/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Sat Feb 21 06:32:28 UTC 2015
Date: Saturday, February 21, 2015 @ 07:32:27
Author: fyan
Revision: 128059
upgpkg: python-pyflakes 0.8.1-2
fix dependency on setuptools (FS#43900)
Modified:
python-pyflakes/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-21 06:22:00 UTC (rev 128058)
+++ PKGBUILD 2015-02-21 06:32:27 UTC (rev 128059)
@@ -1,5 +1,5 @@
# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
# Contributor: Karol 'Kenji Takahashi' Woźniak <kenji.sx>
# Contributor: Tianjiao Yin <ytj000+AUR at gmail.com>
# Contributor: Thomas Dziedzic < gostrc at gmail >
@@ -10,7 +10,7 @@
pkgname=(python-pyflakes python2-pyflakes)
_reponame=pyflakes
pkgver=0.8.1
-pkgrel=1
+pkgrel=2
pkgdesc='A lint-like tool for Python to identify common errors quickly without executing code'
arch=('any')
url='http://pypi.python.org/pypi/pyflakes'
@@ -40,7 +40,7 @@
}
package_python-pyflakes() {
- depends=('python')
+ depends=('python-setuptools')
cd "${_reponame}-${pkgver}"
@@ -53,7 +53,7 @@
}
package_python2-pyflakes() {
- depends=('python2')
+ depends=('python2-setuptools')
cd "${_reponame}-${pkgver}-py2"
More information about the arch-commits
mailing list