diff options
author | 2025-02-01 11:06:31 +0100 | |
---|---|---|
committer | 2025-02-01 11:12:45 +0100 | |
commit | 097ae8b69bd9e5f31dccd5062a0978051a056e78 (patch) | |
tree | 7355d232588a6e26f0a08afd706f7ed41c08920c /dev-python/typogrify | |
parent | dev-python/sphinxygen: Remove old (diff) | |
download | gentoo-097ae8b69bd9e5f31dccd5062a0978051a056e78.tar.gz gentoo-097ae8b69bd9e5f31dccd5062a0978051a056e78.tar.bz2 gentoo-097ae8b69bd9e5f31dccd5062a0978051a056e78.zip |
dev-python/typogrify: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/typogrify')
-rw-r--r-- | dev-python/typogrify/Manifest | 1 | ||||
-rw-r--r-- | dev-python/typogrify/typogrify-2.0.7-r1.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/typogrify/Manifest b/dev-python/typogrify/Manifest index 6bf3facbfc00..805a685bca94 100644 --- a/dev-python/typogrify/Manifest +++ b/dev-python/typogrify/Manifest @@ -1,2 +1 @@ -DIST typogrify-2.0.7.tar.gz 12903 BLAKE2B e08b27a531f21e99d5a35c47c1deb94bc7f67e31a47789ba4750520c893633966b1319a731c81ab2435e7024aea1e8fd0b46a52bbb73a050cdf83a1588644d18 SHA512 6212024a88372f1b14e5932c0541ec4d5a2ada7514c1327dc8f3775cd7adf3372cae0037c4310ed4a03fd0657a91eb4c0d114b74172190f7f84d82908441ddd0 DIST typogrify-2.1.0.tar.gz 28622 BLAKE2B b3ca5fa5c518bcbf508bd30bfca665c222809e8760e04b0aaec34e87e1dc137391b66bbf99d601b168c7178bd10273625d209ba5bcbddb9742b3c4cc9b2161f8 SHA512 25d7e52f370928b542d5202bd64dfd461f4ba81a92c8ca74423faa8bf852ad859fc5291847a0b3c69252d671257249474aa4639f032c6a9635f42e35b82af48e diff --git a/dev-python/typogrify/typogrify-2.0.7-r1.ebuild b/dev-python/typogrify/typogrify-2.0.7-r1.ebuild deleted file mode 100644 index 9499b4547943..000000000000 --- a/dev-python/typogrify/typogrify-2.0.7-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 2021-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="Filters for web typography, supporting Django & Jinja templates" -HOMEPAGE=" - https://github.com/mintchaos/typogrify/ - https://pypi.org/project/typogrify/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND=" - >=dev-python/smartypants-1.8.3[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -python_test() { - epytest --doctest-modules \ - typogrify/filters.py \ - typogrify/packages/titlecase/tests.py -} |