[arch-commits] Commit in pep8/trunk (PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at nymeria.archlinux.org
Sun Aug 18 14:07:48 UTC 2013
Date: Sunday, August 18, 2013 @ 16:07:48
Author: bpiotrowski
Revision: 95894
upgpkg: pep8 1.4.6-3
- replace python-distribute with python-setuptools
Modified:
pep8/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-08-18 14:01:47 UTC (rev 95893)
+++ PKGBUILD 2013-08-18 14:07:48 UTC (rev 95894)
@@ -6,13 +6,14 @@
pkgbase=pep8
pkgname=("$pkgbase-python2" "$pkgbase-python3")
pkgver=1.4.6
-pkgrel=2
+pkgrel=3
pkgdesc="Python style guide checker"
arch=('any')
url="http://github.com/jcrocholl/pep8/"
license=('custom:Expat')
-makedepends=('python-distribute' 'python2-distribute')
+makedepends=('python-setuptools' 'python2-setuptools')
source=("https://github.com/jcrocholl/$pkgbase/archive/${pkgver}.tar.gz")
+sha256sums=('723ec96fc01a1c2d8f9e7d4239a769cd5b499951a1d6c4edc3eb28c6801ed0f8')
build() {
cd "$srcdir"
@@ -42,4 +43,3 @@
}
# vim:set ts=2 sw=2 et:
-md5sums=('34915081522a936d3bab54b898aabd4f')
More information about the arch-commits
mailing list