diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-28 13:29:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-28 13:38:15 +0200 |
commit | 159eff19f7cb4f55e10bff5cdb6b85346e9dd6fe (patch) | |
tree | 0296280ecff6fb377462f580746aa9ba57bf9e8a /dev-python/mkdocs-macros-plugin | |
parent | dev-python/mkdocs-htmlproofer-plugin: Add python@ as maintainer (diff) | |
download | gentoo-159eff19f7cb4f55e10bff5cdb6b85346e9dd6fe.tar.gz gentoo-159eff19f7cb4f55e10bff5cdb6b85346e9dd6fe.tar.bz2 gentoo-159eff19f7cb4f55e10bff5cdb6b85346e9dd6fe.zip |
dev-python/mkdocs-macros-plugin: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/mkdocs-macros-plugin')
-rw-r--r-- | dev-python/mkdocs-macros-plugin/Manifest | 1 | ||||
-rw-r--r-- | dev-python/mkdocs-macros-plugin/mkdocs-macros-plugin-1.0.4.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/mkdocs-macros-plugin/Manifest b/dev-python/mkdocs-macros-plugin/Manifest index 0550312c50b0..8398cc363077 100644 --- a/dev-python/mkdocs-macros-plugin/Manifest +++ b/dev-python/mkdocs-macros-plugin/Manifest @@ -1,2 +1 @@ -DIST mkdocs-macros-plugin-1.0.4.tar.gz 556036 BLAKE2B f0cd0eabbd208c2c84d28e2ef4eac8e23fa8c13918b02a69d8e69f5e7c635d9551dc986b19edf9d5ee5da43c80d49b62f4f277e995584ebef749d9d2bed1881d SHA512 553ca51462f0f0e26284046ea49d36afec973cf0345c1c6c5d9a094f32bf731972f7ae3ba148bb85a77e440982de3f24a4da8ea4e30c4f025153c1ce46164f32 DIST mkdocs-macros-plugin-1.0.5.tar.gz 566013 BLAKE2B f984cced060f09060bd63c7c204799dd9b318fa98229b2a86b034165190a76ccac7c8d37bf084c56ba0673105a818c0a0d210121d01e6b677349488aa0730160 SHA512 38fa2f2522f08b418ef8dc8fd222ba6b0feb2cb81bcaed98017e9641b66f249e77d93334850a6e6e8dcb91f2d3cfc16e3348b5a1f0103bb93512465a8b095f35 diff --git a/dev-python/mkdocs-macros-plugin/mkdocs-macros-plugin-1.0.4.ebuild b/dev-python/mkdocs-macros-plugin/mkdocs-macros-plugin-1.0.4.ebuild deleted file mode 100644 index 83f8ce26363b..000000000000 --- a/dev-python/mkdocs-macros-plugin/mkdocs-macros-plugin-1.0.4.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Mkdocs plug-in allowing the use of macros and variables in Markdown" -HOMEPAGE=" - https://mkdocs-macros-plugin.readthedocs.io/ - https://pypi.org/project/mkdocs-macros-plugin/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~riscv" - -# TODO: enable these once the relevant deps have been packaged -RESTRICT="test" - -RDEPEND=" - >=dev-python/mkdocs-0.17[${PYTHON_USEDEP}] - dev-python/jinja[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/termcolor[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest |