Save still working pelican plugins
[marcv-overlay.git] / dev-python / smartypants / smartypants-2.0.1.ebuild
blob8293da8ba2f1ed2a77b453fc0e91868841047d62
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="Python fork of SmartyPants, a free web publishing plug-in"
11 SRC_URI="https://github.com/leohemsted/smartypants.py/archive/v${PV}.tar.gz
12 -> ${P}.tar.gz"
13 #SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.whl"
14 HOMEPAGE="https://github.com/leohemsted/smartypants.py
15 https://pypi.python.org/pypi/smartypants/"
17 LICENSE="BSD"
18 SLOT="0"
19 KEYWORDS=""
21 DEPEND=${PYTHON_DEPS}
22 RDEPEND=${PYTHON_DEPS}
24 S="${WORKDIR}/${P/-/.py-}"
25 RESTRICT="mirror"
27 DOCS="CHANGES.rst README.rst"