diff options
author | Louis Sautier <sbraz@gentoo.org> | 2020-10-14 17:31:42 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2020-10-14 17:32:34 +0200 |
commit | 6582d2cd02be68fd2cd52add7cb5c5dc4492d8e2 (patch) | |
tree | c44f49bedeca2c4e9df07b018bbefa2f6b0c9576 | |
parent | dev-python/routes: Add missing dep on webtest (diff) | |
download | gentoo-6582d2cd02be68fd2cd52add7cb5c5dc4492d8e2.tar.gz gentoo-6582d2cd02be68fd2cd52add7cb5c5dc4492d8e2.tar.bz2 gentoo-6582d2cd02be68fd2cd52add7cb5c5dc4492d8e2.zip |
dev-python/pytest-pylint: fix SRC_URI
Closes: https://bugs.gentoo.org/748897
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
-rw-r--r-- | dev-python/pytest-pylint/pytest-pylint-0.17.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-pylint/pytest-pylint-0.17.0.ebuild b/dev-python/pytest-pylint/pytest-pylint-0.17.0.ebuild index fd41ba8504b1..2ecd55e96177 100644 --- a/dev-python/pytest-pylint/pytest-pylint-0.17.0.ebuild +++ b/dev-python/pytest-pylint/pytest-pylint-0.17.0.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="pytest plugin to check source code with pylint" HOMEPAGE="https://github.com/carsongee/pytest-pylint" # Tests should be included in PyPI tarballs by the next release: # https://github.com/carsongee/pytest-pylint/commit/4e7f06701ca06697a22a029db9857fa2fdf7c033 -SRC_URI="https://github.com/carsongee/pytest-pylint/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/carsongee/pytest-pylint/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" |