Save still working pelican plugins
[marcv-overlay.git] / dev-python / typogrify / typogrify-2.0.7.ebuild
blobcee7dbbd69730ff4ba52e3d1479a10c848d6e267
1 # Copyright 1999-2018 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=7
6 PYTHON_COMPAT=( python3_8 )
8 inherit distutils-r1
10 DESCRIPTION="Filters to enhance web typography, often used with Jinja or Django"
11 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
12 HOMEPAGE="https://github.com/mintchaos/typogrify
13 https://pypi.python.org/pypi/typogrify/"
15 LICENSE="BSD"
16 SLOT="0"
17 KEYWORDS=""
19 DEPEND=${PYTHON_DEPS}
20 RDEPEND="${PYTHON_DEPS}
21 dev-python/smartypants"
23 RESTRICT="mirror"
25 DOCS="README.rst"