summaryrefslogtreecommitdiff
path: root/dev-util/yamllint
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-17 00:25:50 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-17 00:25:50 +0000
commit48dbe17904ac8ee6f006488d8f21734b0d253db4 (patch)
tree90c7f087cbefd4ac6b893072d309e75dbf019f76 /dev-util/yamllint
parent7972abc05090180dcc09d2b16af4020ce1cd1841 (diff)
gentoo auto-resync : 17:03:2023 - 00:25:50
Diffstat (limited to 'dev-util/yamllint')
-rw-r--r--dev-util/yamllint/Manifest2
-rw-r--r--dev-util/yamllint/yamllint-1.29.0.ebuild3
2 files changed, 2 insertions, 3 deletions
diff --git a/dev-util/yamllint/Manifest b/dev-util/yamllint/Manifest
index 43c47aadad05..01e50464a4f2 100644
--- a/dev-util/yamllint/Manifest
+++ b/dev-util/yamllint/Manifest
@@ -1,5 +1,5 @@
DIST yamllint-1.28.0.tar.gz 121934 BLAKE2B 6c93b7f45cab49159f6a36aa24ac303455432734fcb90f75cf80551eb2c5a78c9695e76f968aa7e22ad976accd0257567d85d7ac24474695dbe3e4dcf7f6eea3 SHA512 9d811616f5a2c8c9574ef74afd2548c415881386932e4ee9b29311c3ef32150ed868943bcef19b31226d9a31f0be384e0ee3b3ec86cebf0d7c4216696a6b0161
DIST yamllint-1.29.0.tar.gz 123149 BLAKE2B ffb19628eb4ae5bf41e8ad1eb1295ed4c6d2c7f08cc819884e1e52552ae37542d5822ce76ef531072a955435a99b512c0c75f32c70e60124c51bde9b76eaff53 SHA512 25c8b1db12c1955878a368433634277a75c2fbde14b041022f591ff7d71b975b509e24b6755c98fa086d3a3a5adf1560ef62f86f9f9e4798d6ca5a0fb50e9e52
EBUILD yamllint-1.28.0.ebuild 611 BLAKE2B d22e69c43e168609b1732c2850ec26070d287c21341df0e73467fc1c4904c6b7b82abd865546061bc670053f9b0f93d958845cebacfeff9c0846b0851bc1ce67 SHA512 4cb5b7690d22e37eb716b85d6ea63756abd805c48af75b9ff45a73b1e6160f43aa0c3f7d0da7540149b06916173cd1156c752afbc90ce090bc3fb70b4d257d58
-EBUILD yamllint-1.29.0.ebuild 613 BLAKE2B a070b158681dd67c1be1ce65c1f40ef45b0778570754340b5330bc9616d6989a7b21d263608cee5d72355426daa799fb944a6c70102d138bb4eb6be8f172f2b3 SHA512 10435c46c041f56e9c8a0e1e18e27fc9700f795c8f58547d36325f3e6579ae79daf54c00a5f50fb7ac287179c2ff021c1663c449181d2aa42938638678f83392
+EBUILD yamllint-1.29.0.ebuild 566 BLAKE2B 27ba01e8c902fc1401029e189f4c88263e5555ccec8d566671760dba99dec794f5363a97e04afa2c80368254f53986799f987fa1c21848aa72ff45b67c30a245 SHA512 bf5fcf395251def3e031a597fdacefb8d2eaedbadd2434d2212c909e979790881f3aa55c9a6aa9c7803621e49d3ab3f7977f3241a4bc3125196b77046847e871
MISC metadata.xml 401 BLAKE2B a521c886cfd44743e875bcb3a5901f555bf13829b1697a4673c99d728559959460a150b717b6568a3fdcf82c73a8425997bafae1f5f8afaa30a0d43862e7a730 SHA512 52b259b62b147104c3150477c41b37697ad55ac5ce074be70568d001c15c1da099a1f2877a193164ccb9871d7fb6275bef12aba110cf83d5f04c4dfb30e156c9
diff --git a/dev-util/yamllint/yamllint-1.29.0.ebuild b/dev-util/yamllint/yamllint-1.29.0.ebuild
index 0b74d2dbdfed..49b3567c1eda 100644
--- a/dev-util/yamllint/yamllint-1.29.0.ebuild
+++ b/dev-util/yamllint/yamllint-1.29.0.ebuild
@@ -6,11 +6,10 @@ EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="A linter for YAML files"
HOMEPAGE="https://pypi.org/project/yamllint/ https://github.com/adrienverge/yamllint/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"