diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-16 10:07:29 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-16 10:07:29 +0200 |
commit | 2eff23482f8928931c25be1cccd4e48f1308f02b (patch) | |
tree | 74fdcbdf8169c7e32b5f10678af3aff6fa581364 /dev-python/pytest-codeblocks | |
parent | dev-python/pysvg: Remove old (diff) | |
download | gentoo-2eff23482f8928931c25be1cccd4e48f1308f02b.tar.gz gentoo-2eff23482f8928931c25be1cccd4e48f1308f02b.tar.bz2 gentoo-2eff23482f8928931c25be1cccd4e48f1308f02b.zip |
dev-python/pytest-codeblocks: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-codeblocks')
-rw-r--r-- | dev-python/pytest-codeblocks/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pytest-codeblocks/pytest-codeblocks-0.15.0.ebuild | 33 | ||||
-rw-r--r-- | dev-python/pytest-codeblocks/pytest-codeblocks-0.16.0.ebuild | 33 |
3 files changed, 0 insertions, 68 deletions
diff --git a/dev-python/pytest-codeblocks/Manifest b/dev-python/pytest-codeblocks/Manifest index 09f700d40bb3..23156e782aff 100644 --- a/dev-python/pytest-codeblocks/Manifest +++ b/dev-python/pytest-codeblocks/Manifest @@ -1,3 +1 @@ -DIST pytest-codeblocks-0.15.0.tar.gz 8559 BLAKE2B 0f8cf91d333e233e480353ab55283f9d97af17e5265f7a9e6db5c7cd98aaf6075b33a44e850aad21de5112fcc233fe7f65e23710f6b1804a85fd6269d042c406 SHA512 57d14aefc0cd49aa1b8fc54dfaec47965d4b1c867cad78ba9e8fd53da85898b7eac303ac402abe10b2d63d7621979bb8bad91f66f1e264568d56f4ff70488021 -DIST pytest-codeblocks-0.16.0.gh.tar.gz 8781 BLAKE2B f6146c78cc8b2bca88533e6a1f18a1abf7af6dc028dc07c37878656b29eb3dc5a838b64791587d9b2888fab00f5ccb2f3c392b7f8d80fbfe7576450e126b1cb3 SHA512 e841ed11c8cd8e73b888bdee3ceda82193e0ed0441d623c586c69c45412039656a09e9f872f187c72d4e245ac8ee99b4a099ed9ae1a13f88f564bc0b9fae69f6 DIST pytest-codeblocks-0.16.1.gh.tar.gz 8900 BLAKE2B 1e884f445975c4c685e763560a8bb5516bd7213b09a8c967948347e455816766dccfd0984fb5746949f90afdf00e0fe21a52f41be65933532d8763ed6ea716a1 SHA512 4c3d91488550373832c8dd45b39873ae3810b423147b3b9524afc8e205605324092b4462b62acf2e34e70b5456795834cae511d9c9a06e08288a46cdb38b1778 diff --git a/dev-python/pytest-codeblocks/pytest-codeblocks-0.15.0.ebuild b/dev-python/pytest-codeblocks/pytest-codeblocks-0.15.0.ebuild deleted file mode 100644 index 6661d806043c..000000000000 --- a/dev-python/pytest-codeblocks/pytest-codeblocks-0.15.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2019-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{8..11} ) - -inherit distutils-r1 - -DESCRIPTION="Extract code blocks from markdown" -HOMEPAGE=" - https://github.com/nschloe/pytest-codeblocks/ - https://pypi.org/project/pytest_codeblocks/ -" -SRC_URI=" - https://github.com/nschloe/pytest-codeblocks/archive/v${PV}.tar.gz - -> ${P}.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -BDEPEND=" - >=dev-python/pytest-7.0.0[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -python_test() { - epytest -p pytester -} diff --git a/dev-python/pytest-codeblocks/pytest-codeblocks-0.16.0.ebuild b/dev-python/pytest-codeblocks/pytest-codeblocks-0.16.0.ebuild deleted file mode 100644 index eee40482f02e..000000000000 --- a/dev-python/pytest-codeblocks/pytest-codeblocks-0.16.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2019-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) - -inherit distutils-r1 - -DESCRIPTION="Extract code blocks from markdown" -HOMEPAGE=" - https://github.com/nschloe/pytest-codeblocks/ - https://pypi.org/project/pytest_codeblocks/ -" -SRC_URI=" - https://github.com/nschloe/pytest-codeblocks/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - >=dev-python/pytest-7.0.0[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -python_test() { - epytest -p pytester -} |