mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
python/autopep8: Updated for version 1.3.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
371baedf46
commit
f5afa47388
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=autopep8
|
||||
VERSION=${VERSION:-1.3}
|
||||
VERSION=${VERSION:-1.3.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="autopep8"
|
||||
VERSION="1.3"
|
||||
VERSION="1.3.1"
|
||||
HOMEPAGE="https://github.com/hhatto/autopep8"
|
||||
DOWNLOAD="https://pypi.python.org/packages/94/90/1d1b88ea986636b3b64f4d1fcf8dbbd550c62b4b6f928d47aa27749c8719/autopep8-1.3.tar.gz"
|
||||
MD5SUM="d33d0b1db7c552f96dc176e6085e3054"
|
||||
DOWNLOAD="https://pypi.python.org/packages/8e/15/eff7372840d20506afacfb4550e1dc69668d7540c2c6729a70d0448d48cb/autopep8-1.3.1.tar.gz"
|
||||
MD5SUM="389403c1d606c6d9b5ec0dbec50dae9a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pycodestyle"
|
||||
|
|
Loading…
Reference in a new issue