python/autopep8: Updated for version 1.4.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2018-09-21 18:37:19 +02:00 committed by David Spencer
parent 1d3b9e94dd
commit cb24315c8d
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=autopep8
VERSION=${VERSION:-1.3.5}
VERSION=${VERSION:-1.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="autopep8"
VERSION="1.3.5"
VERSION="1.4"
HOMEPAGE="https://github.com/hhatto/autopep8"
DOWNLOAD="https://pypi.python.org/packages/b7/0c/20cf0a438d5273bfd2d607ada3a7a782845ab3776c1c83c1d3baca05535e/autopep8-1.3.5.tar.gz"
MD5SUM="9d0dfe251d003edb8f6a95dc4929b7b7"
DOWNLOAD="https://files.pythonhosted.org/packages/cf/30/9efc988f92f41e2ba51211e3d317ee82260d563ae84dceb53f7021a1bdfe/autopep8-1.4.tar.gz"
MD5SUM="0cb541c5d62eb7cfda1102d62f07d6d5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pycodestyle"