dev-python/convertdate: enable py3.11 & docs

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2022-11-22 10:22:21 +05:00
parent 8f1a57ce98
commit e8271c1a9f
2 changed files with 6 additions and 5 deletions

View File

@@ -3,13 +3,13 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Utils for converting between date formats and calculating holidays"
HOMEPAGE="https://github.com/fitnr/convertdate"
SRC_URI="https://github.com/fitnr/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/fitnr/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
@@ -19,5 +19,6 @@ RDEPEND="dev-python/pymeeus[${PYTHON_USEDEP}]"
distutils_enable_tests pytest
# TODO: requires myst_parser
#distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
distutils_enable_sphinx docs \
dev-python/myst-parser \
dev-python/sphinx_rtd_theme