2023-01-16 06:21:52 -05:00
|
|
|
# Copyright 1999-2023 Gentoo Authors
|
2021-11-08 14:41:27 -05:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=8
|
|
|
|
|
2023-01-16 06:21:52 -05:00
|
|
|
DISTUTILS_USE_PEP517=setuptools
|
2022-08-05 17:30:16 -04:00
|
|
|
PYTHON_COMPAT=( python3_{8..11} )
|
2021-11-08 14:41:27 -05:00
|
|
|
|
|
|
|
inherit distutils-r1
|
|
|
|
|
2022-07-13 14:39:25 -04:00
|
|
|
if [[ ${PV} == 9999 ]]; then
|
2021-11-08 14:41:27 -05:00
|
|
|
inherit git-r3
|
|
|
|
EGIT_REPO_URI="https://github.com/Evidlo/markdown_captions.git"
|
2022-07-13 14:39:25 -04:00
|
|
|
else
|
2023-04-01 02:34:57 -04:00
|
|
|
PYPI_NO_NORMALIZE=1
|
|
|
|
inherit pypi
|
2022-07-13 14:39:25 -04:00
|
|
|
KEYWORDS="~amd64"
|
2021-11-08 14:41:27 -05:00
|
|
|
fi
|
|
|
|
|
2022-07-13 14:39:25 -04:00
|
|
|
DESCRIPTION="Image captions for python-markdown"
|
2021-11-08 14:41:27 -05:00
|
|
|
HOMEPAGE="https://github.com/Evidlo/markdown_captions"
|
|
|
|
LICENSE="GPL-3"
|
|
|
|
SLOT="0"
|
|
|
|
|
2022-07-13 14:39:25 -04:00
|
|
|
DEPEND=""
|
2021-11-08 14:41:27 -05:00
|
|
|
RDEPEND="dev-python/markdown"
|
|
|
|
BDEPEND=""
|