diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 14:43:50 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:52 +0000 |
commit | 13b2aaabe79828bf5e718dd351dac735be13f9e9 (patch) | |
tree | 6f5466884d618792890ae4caa16ff8f7c6877c12 /testing/py-flake8-docstrings | |
parent | 8aa768d10140db94ae4b50bd1d5a433c9954731d (diff) | |
download | aports-13b2aaabe79828bf5e718dd351dac735be13f9e9.tar.bz2 aports-13b2aaabe79828bf5e718dd351dac735be13f9e9.tar.xz |
testing/py-flake8-docstrings: rebuild against python 3.7
Diffstat (limited to 'testing/py-flake8-docstrings')
-rw-r--r-- | testing/py-flake8-docstrings/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-flake8-docstrings/APKBUILD b/testing/py-flake8-docstrings/APKBUILD index f3c089c906..3c91a27633 100644 --- a/testing/py-flake8-docstrings/APKBUILD +++ b/testing/py-flake8-docstrings/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-flake8-docstrings _pkgname=flake8-docstrings pkgver=1.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="Extension for flake8 which uses pep257 to check docstrings" url="https://bitbucket.org/icordasc/flake8-docstrings" arch="noarch" |