summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2018-06-06 00:07:26 +0200
committerPatrice Clement <monsieurp@gentoo.org>2018-06-06 14:32:33 +0200
commit92be8fb0fd46bddd8959f485218107519a2768d3 (patch)
tree90b13cd1fb70041175707bc63df0d529da4b96ee /app-vim/vim-flake8/vim-flake8-1.6.ebuild
parentapp-vim/indentpython: fetch tar.gz archive instead of zip. (diff)
downloadgentoo-92be8fb0fd46bddd8959f485218107519a2768d3.tar.gz
gentoo-92be8fb0fd46bddd8959f485218107519a2768d3.tar.bz2
gentoo-92be8fb0fd46bddd8959f485218107519a2768d3.zip
app-vim/vim-flake8: fetch tar.gz archive instead of zip.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-vim/vim-flake8/vim-flake8-1.6.ebuild')
-rw-r--r--app-vim/vim-flake8/vim-flake8-1.6.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-vim/vim-flake8/vim-flake8-1.6.ebuild b/app-vim/vim-flake8/vim-flake8-1.6.ebuild
index 513786e2a7a9..8ff3e0444938 100644
--- a/app-vim/vim-flake8/vim-flake8-1.6.ebuild
+++ b/app-vim/vim-flake8/vim-flake8-1.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -7,9 +7,8 @@ inherit vim-plugin
DESCRIPTION="vim plugin: runs the currently open file through flake8"
HOMEPAGE="https://github.com/nvie/vim-flake8"
-SRC_URI="https://github.com/nvie/${PN}/archive/${PV}.zip -> ${P}.zip"
+SRC_URI="https://github.com/nvie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
KEYWORDS="amd64 ppc ppc64 x86"
-DEPEND="app-arch/unzip"
RDEPEND="dev-python/flake8"