From bc0bcb970ac2f3fc7e302cd8bf90d47fb2348879 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 16 Apr 2019 10:05:11 +0000 Subject: [PATCH] community/py-pycodestyle: rebuild against python 3.7 --- community/py-pycodestyle/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/py-pycodestyle/APKBUILD b/community/py-pycodestyle/APKBUILD index 662c68019cb..038b166f705 100644 --- a/community/py-pycodestyle/APKBUILD +++ b/community/py-pycodestyle/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Keith Maxwell pkgname=py-pycodestyle pkgver=2.5.0 -pkgrel=2 +pkgrel=3 pkgdesc="Check your Python code against some of the style conventions in PEP 8" url="https://pypi.python.org/pypi/pycodestyle/" arch="noarch"