summaryrefslogtreecommitdiff
path: root/dev-python/pycodestyle
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-06 17:33:56 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-06 17:33:56 +0000
commitf63a38d77ae0b37376d26d14b305fcce751f77da (patch)
treefc624401cbeb2631c0c7611389337230fcb8876c /dev-python/pycodestyle
parente475503362ada810a7003842af26d23c5d457415 (diff)
downloadbaldeagleos-repo-f63a38d77ae0b37376d26d14b305fcce751f77da.tar.gz
baldeagleos-repo-f63a38d77ae0b37376d26d14b305fcce751f77da.tar.xz
baldeagleos-repo-f63a38d77ae0b37376d26d14b305fcce751f77da.zip
Adding metadata
Diffstat (limited to 'dev-python/pycodestyle')
-rw-r--r--dev-python/pycodestyle/pycodestyle-2.8.0.ebuild5
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"