diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-08-17 02:31:41 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-08-17 02:31:41 +0100 |
commit | 91e1f8a90b85372d757efd9a1fb7dd1685ea6b50 (patch) | |
tree | ebeff59a4470abb242c47417f217e36e21fe6a0c /dev-util/yamllint | |
parent | ae99f3df3fb5c7ebb085d4a198c1854a4c9a1bee (diff) |
gentoo auto-resync : 17:08:2022 - 02:31:41
Diffstat (limited to 'dev-util/yamllint')
-rw-r--r-- | dev-util/yamllint/Manifest | 2 | ||||
-rw-r--r-- | dev-util/yamllint/yamllint-1.26.3-r1.ebuild | 23 |
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-util/yamllint/Manifest b/dev-util/yamllint/Manifest index a47fa9160c50..bb8c280f5e54 100644 --- a/dev-util/yamllint/Manifest +++ b/dev-util/yamllint/Manifest @@ -1,5 +1,3 @@ -DIST yamllint-1.26.3.tar.gz 126746 BLAKE2B 37d4293a90b2ee7192e26c5dbb1448a2c22a47e8dae7113211bb5601f0ef0c01eabd85fe4df44b32b8226b2b805c1da11ef1e118f5e33a2a7bab137141f9853c SHA512 c5ed17ecec102324bec077484dcede6fbf8c01a37a9292929a52163a4a9d9e9989809879c29b69c45b7cce8cbeefc830d4542118f617e846702f216f49d9db5b DIST yamllint-1.27.1.tar.gz 129052 BLAKE2B 37021bd577384821b75ddd747f1dd3c4261317582d42179e0731214cb67f79bf9302c34acaa721440edb118ef8900cc2952d1f8e441def9e3143b57e03af87bd SHA512 c00fcb5da35f79b0f877f1b8c3e5f1ff8c5d161dd795d3a2657e44e27d8b943961984bf15c294be263e00bf9dfcaf3dbf16ef8fd7354bedc8ed92e3e24ce4baf -EBUILD yamllint-1.26.3-r1.ebuild 595 BLAKE2B 3a669b2813aad8bd7fc719a019db4fa5280defeda317d0bc967ff7d9b8c1b5120518748e94d6ad199b4af3022e5e46f86edc654e9315f85fe8178c907ec92770 SHA512 dafafcaa9c358fc9f1f256f968fcd2b3fce0bef452be8c2f68a6ff823416a365463e7d15b80372a9d1f4031657a95f3a67d26f3c023535edfb4cc35c96c79cfe EBUILD yamllint-1.27.1.ebuild 595 BLAKE2B d56522ce11dfa86173c8a23cc61d4536ab676e756b6f1697af7de5a9649762b5929e5e593dd40cc03c3b2f4120e4ba60842f04668bafdb27ead01b4213bb97b7 SHA512 9bb925106dc678119aca2e84bddc8afd3500c67712aa10670d4885c8bc97e9a0d7333682afcef13aacf5ab068871b39924cbed70db8e1c0ac5d8840a53f8d82a MISC metadata.xml 401 BLAKE2B a521c886cfd44743e875bcb3a5901f555bf13829b1697a4673c99d728559959460a150b717b6568a3fdcf82c73a8425997bafae1f5f8afaa30a0d43862e7a730 SHA512 52b259b62b147104c3150477c41b37697ad55ac5ce074be70568d001c15c1da099a1f2877a193164ccb9871d7fb6275bef12aba110cf83d5f04c4dfb30e156c9 diff --git a/dev-util/yamllint/yamllint-1.26.3-r1.ebuild b/dev-util/yamllint/yamllint-1.26.3-r1.ebuild deleted file mode 100644 index 3231c789b3b2..000000000000 --- a/dev-util/yamllint/yamllint-1.26.3-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 - -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" -KEYWORDS="amd64 ~riscv" - -RDEPEND=">=dev-python/pathspec-0.5.3[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest |