diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-15 18:49:00 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 05:09:08 +0100 |
commit | 31deee07bb5f883b69c05fb68d2e70b8503561dc (patch) | |
tree | 9a402aede5152c685496ee028490ed0819558232 /dev-python/typogrify | |
parent | dev-python/txrequests: Use pypi.eclass (diff) | |
download | gentoo-31deee07bb5f883b69c05fb68d2e70b8503561dc.tar.gz gentoo-31deee07bb5f883b69c05fb68d2e70b8503561dc.tar.bz2 gentoo-31deee07bb5f883b69c05fb68d2e70b8503561dc.zip |
dev-python/typogrify: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/typogrify')
-rw-r--r-- | dev-python/typogrify/typogrify-2.0.7-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/typogrify/typogrify-2.0.7-r1.ebuild b/dev-python/typogrify/typogrify-2.0.7-r1.ebuild index 4a782ca77328..902e9ace44e6 100644 --- a/dev-python/typogrify/typogrify-2.0.7-r1.ebuild +++ b/dev-python/typogrify/typogrify-2.0.7-r1.ebuild @@ -6,14 +6,13 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Filters for web typography, supporting Django & Jinja templates" HOMEPAGE=" https://github.com/mintchaos/typogrify/ https://pypi.org/project/typogrify/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" |