diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2018-06-06 00:07:26 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-06-06 14:32:33 +0200 |
commit | 92be8fb0fd46bddd8959f485218107519a2768d3 (patch) | |
tree | 90b13cd1fb70041175707bc63df0d529da4b96ee /app-vim/vim-flake8 | |
parent | app-vim/indentpython: fetch tar.gz archive instead of zip. (diff) | |
download | gentoo-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')
-rw-r--r-- | app-vim/vim-flake8/Manifest | 2 | ||||
-rw-r--r-- | app-vim/vim-flake8/vim-flake8-1.6.ebuild | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/app-vim/vim-flake8/Manifest b/app-vim/vim-flake8/Manifest index e1e3ac5a1850..d44e59d86df7 100644 --- a/app-vim/vim-flake8/Manifest +++ b/app-vim/vim-flake8/Manifest @@ -1 +1 @@ -DIST vim-flake8-1.6.zip 6499 BLAKE2B 2e07dce7d53ce96f02c4d2fdb1ddbc55a9ae8c877ce1ca6ec59046fef6dce1311e9a182960646b732690599ca66add6fecdc0a6d0c2ac6b1092b87dc3ae52789 SHA512 2cd6427d946d3ab310c9d04441355545065f501d9176b11e90a2df5b8c0fad679f56b77e934f9cf4078a947f8f35d0200411add0da34f33e6cfef4b9b4089c98 +DIST vim-flake8-1.6.tar.gz 5345 BLAKE2B dd726798a49231841f9fcb915999cf965a42b8b5f593a66f97268bc6d7993584d5f9ed0cfc50508bc57d60c5dcd19c8476e86ae26fb8be9c1dcf7007db2d0323 SHA512 a4208478f9754ef2d188a51e3262c449ef16b48fc0208425795d71c304118c129ae20a723fff96863291bae66237f1479a591cc23e5ec90222e0614d2dcccce9 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" |