Diff pelican-minify-0.9-r2 with a pelican-minify-2.0.0
/usr/portage/dev-python/pelican-minify/pelican-minify-2.0.0.ebuild 2023-10-09 14:52:30.324368371 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
DISTUTILS_USE_PEP517=setuptools |
|
7 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
8 |
PYPI_NO_NORMALIZE=1 |
|
6 |
DISTUTILS_USE_PEP517=hatchling |
|
7 |
PYTHON_COMPAT=( python3_{10..11} ) |
|
9 | 8 | |
10 | 9 |
inherit distutils-r1 pypi |
11 | 10 | |
12 | 11 |
DESCRIPTION="An HTML minification plugin for Pelican, the static site generator" |
13 |
HOMEPAGE="https://pypi.org/project/pelican-minify/" |
|
12 |
HOMEPAGE=" |
|
13 |
https://github.com/pelican-plugins/minify/ |
|
14 |
https://pypi.org/project/pelican-minify/ |
|
15 |
" |
|
14 | 16 | |
15 |
LICENSE="Unlicense" |
|
17 |
LICENSE="MIT" |
|
16 | 18 |
SLOT="0" |
17 |
KEYWORDS="~amd64 ~x86" |
|
19 |
KEYWORDS="~amd64" |
|
18 | 20 | |
19 | 21 |
RDEPEND=" |
20 |
>=dev-python/joblib-0.9[${PYTHON_USEDEP}] |
|
21 |
>=app-text/htmlmin-0.1.5[${PYTHON_USEDEP}] |
|
22 |
>=app-text/pelican-3.1.1[${PYTHON_USEDEP}] |
|
22 |
>=app-text/pelican-4.5[${PYTHON_USEDEP}] |
|
23 |
>=dev-python/minify-html-0.10.8[${PYTHON_USEDEP}] |
|
23 | 24 |
" |
24 | 25 | |
25 |
distutils_enable_tests unittest |
|
26 |
distutils_enable_tests pytest |