diff options
Diffstat (limited to 'dev-python/pycodestyle')
| -rw-r--r-- | dev-python/pycodestyle/pycodestyle-2.8.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/pycodestyle/pycodestyle-2.8.0.ebuild b/dev-python/pycodestyle/pycodestyle-2.8.0.ebuild index 43816e928d35..3294ef391d5b 100644 --- a/dev-python/pycodestyle/pycodestyle-2.8.0.ebuild +++ b/dev-python/pycodestyle/pycodestyle-2.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Liguros Authors +# Copyright 2020-2022 Liguros Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,8 @@ inherit distutils-r1 DESCRIPTION="Python style guide checker (fka pep8)" HOMEPAGE="https://pypi.org/project/pycodestyle/" -SRC_URI="https://files.pythonhosted.org/packages/02/b3/c832123f2699892c715fcdfebb1a8fdeffa11bb7b2350e46ecdd76b45a20/${P}.tar.gz" +#SRC_URI="https://files.pythonhosted.org/packages/02/b3/c832123f2699892c715fcdfebb1a8fdeffa11bb7b2350e46ecdd76b45a20/${P}.tar.gz" +SRC_URI="https://github.com/PyCQA/pycodestyle/archive/refs/tags/2.8.0.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" |
