diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-05-17 19:08:14 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-05-17 19:08:14 +0200 |
| commit | afa8332dd5c84dafbbf08269ef1534ce3acf3308 (patch) | |
| tree | 696d41534f94e3137b93d83496a3984aaadc0b02 /dev-python | |
| parent | 5765e9d0de049ba95ca9434e502077913a47ab25 (diff) | |
| download | gentoo-afa8332dd5c84dafbbf08269ef1534ce3acf3308.tar.gz gentoo-afa8332dd5c84dafbbf08269ef1534ce3acf3308.tar.bz2 gentoo-afa8332dd5c84dafbbf08269ef1534ce3acf3308.zip | |
dev-python/markups: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/markups/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/markups/markups-4.1.0.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/dev-python/markups/Manifest b/dev-python/markups/Manifest index 34264afcf259..e21796e0a872 100644 --- a/dev-python/markups/Manifest +++ b/dev-python/markups/Manifest @@ -1,2 +1 @@ -DIST markups-4.1.0.tar.gz 23072 BLAKE2B 87629e0c5b43e9224c10a5371fb723e16a159474df32fd1b6ab5f1413ad8fe9b6ad90e84813292b75cda787dc17cdb6eef574a26df9ac9ec6b684aeb68b9c908 SHA512 f87a2c25e8d27d8f2502980b2a9810fa895ba37731b38579d01766bd390497fe86eab5285b6d5e7ec6aa177f3019995bfce570fb7431bd7eafa71a5c5f91254b DIST markups-4.1.1.tar.gz 22985 BLAKE2B d737abf6c58b8cd9ef9165a38fc94dbb21422bf10b597ce64bc3e54507a8ad455f5c2b882486adb1f33040b5cdef08fd37c84ffe66bc965ba3585fc8f4fe08f2 SHA512 2cbcc04acac56566af6a7845c7f0afa93181305a474a5cb990ca753995ae9cf8123dca51b1cb5b786afe23d0aadb1782084bb583f92fabdcb41a35f710095b0b diff --git a/dev-python/markups/markups-4.1.0.ebuild b/dev-python/markups/markups-4.1.0.ebuild deleted file mode 100644 index b7e1815d6d7b..000000000000 --- a/dev-python/markups/markups-4.1.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) - -inherit distutils-r1 pypi - -DESCRIPTION="A wrapper around various text markups" -HOMEPAGE=" - https://pymarkups.readthedocs.io/en/latest/ - https://github.com/retext-project/pymarkups - https://pypi.org/project/Markups/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm64 ~riscv x86" - -RDEPEND=" - dev-python/markdown[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/docutils[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}] - dev-python/pymdown-extensions[${PYTHON_USEDEP}] - dev-python/python-markdown-math[${PYTHON_USEDEP}] - dev-python/textile[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests unittest -distutils_enable_sphinx docs |
