diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-09-15 04:49:10 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-09-15 04:49:10 +0100 |
commit | efca79f216bfeffd55e7731fbf24126d093e1084 (patch) | |
tree | f19ba31d8686b3de4192db3e4c4dc9f3d9af54b5 /app-vim/pytest | |
parent | ea7f3f690b55cdfa8b2d350b03c1dfc0c8357a51 (diff) |
gentoo auto-resync : 15:09:2023 - 04:49:10
Diffstat (limited to 'app-vim/pytest')
-rw-r--r-- | app-vim/pytest/Manifest | 2 | ||||
-rw-r--r-- | app-vim/pytest/pytest-1.1.4.ebuild | 9 |
2 files changed, 5 insertions, 6 deletions
diff --git a/app-vim/pytest/Manifest b/app-vim/pytest/Manifest index 051fa7a520b7..278555c4c417 100644 --- a/app-vim/pytest/Manifest +++ b/app-vim/pytest/Manifest @@ -1,3 +1,3 @@ DIST pytest-1.1.4.tar.gz 10550 BLAKE2B 3da7659db866c25c57ba74f9db40c161faea228b389cc06be973778c5c389ac5ba6d46d16c2d47a4e9640e92b68344d7896400ae1b795725c95410013df55da5 SHA512 94240b763c332e5cd46169af86c6e775993a8ec48e5ad4138cda1dcc5798e2f40f61c484a04a91f9d7a351f3f583c72e56254bda9af8843b2a99aa451d1a8930 -EBUILD pytest-1.1.4.ebuild 498 BLAKE2B baff4400e53a36763028b567fd83186ff36670d36273c6ae80916c2cfff88e4661f684542a07cb057b22dd90fe4db7e8099e0e593cb2fdf32aac9fd44a2880cb SHA512 229083fb4672c3e068df4f48aaeb56ae34aeaba73565b29a03ca1722ba2f51cfae6b62af0af307a5540803e8cc7025fc6911c10a9102a1245e8a5b40eb828c95 +EBUILD pytest-1.1.4.ebuild 487 BLAKE2B b68abb5a65d99149dbfca15d7ea1d2cabdf5ffbab53012ef86bf6b68176f600f112fb84a684e9daf871b87a16bd25a60debd991bc73b0060c38f4ac610b70e42 SHA512 ebd2cdc7fcb3dd4b99015621b023aef70e61420bb4ea4c0c7de78f717db20d27cf2efd9d8a24b4876ccbfc935a36ca42d7079750a100f0576cee9ea8dbd5131c MISC metadata.xml 341 BLAKE2B 8f71baea12031c28f182d6756ee35380a259376c642512f048f4d9190875d3258be79284f70370e6df0a0acd1f292f00ba2a3ad3eb32e450b654c8260b19f8fc SHA512 15fffe8780d54b877138c30eb55ce8d26f8c66b3298f25035d91453c2ef9599141bfd0eba600b05f560beae39f43e58e3baf2e62b3aba3c2c7faa2d8a5655b74 diff --git a/app-vim/pytest/pytest-1.1.4.ebuild b/app-vim/pytest/pytest-1.1.4.ebuild index f037f84ce118..abdc02ea5ab2 100644 --- a/app-vim/pytest/pytest-1.1.4.ebuild +++ b/app-vim/pytest/pytest-1.1.4.ebuild @@ -1,19 +1,18 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit vim-plugin DESCRIPTION="vim plugin: run tests with py.test from within vim" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3424" SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=18178 -> ${P}.tar.gz" +S="${WORKDIR}/${PN}.vim" + LICENSE="MIT" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" VIM_PLUGIN_HELPFILES="${PN}.txt" RDEPEND="dev-python/pytest" - -S="${WORKDIR}/${PN}.vim" |