diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-08-20 09:36:58 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-08-20 09:37:57 +0300 |
commit | 8f7954ae7bb923c16ac6cd236debef5088004722 (patch) | |
tree | 4d68476ef5e2fdf39020f321e3692ca1eaba43f5 /dev-util/cookiecutter | |
parent | dev-util/cookiecutter: enable py3.10 (diff) | |
download | gentoo-8f7954ae7bb923c16ac6cd236debef5088004722.tar.gz gentoo-8f7954ae7bb923c16ac6cd236debef5088004722.tar.bz2 gentoo-8f7954ae7bb923c16ac6cd236debef5088004722.zip |
dev-util/cookiecutter: cleanup, fix DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/809125
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/cookiecutter')
-rw-r--r-- | dev-util/cookiecutter/cookiecutter-1.7.3.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-util/cookiecutter/cookiecutter-1.7.3.ebuild b/dev-util/cookiecutter/cookiecutter-1.7.3.ebuild index a4ffe28a0b01..8f17c7650bd6 100644 --- a/dev-util/cookiecutter/cookiecutter-1.7.3.ebuild +++ b/dev-util/cookiecutter/cookiecutter-1.7.3.ebuild @@ -4,8 +4,6 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_USE_SETUPTOOLS="rdepend" - inherit distutils-r1 DESCRIPTION="Command-line utility to create projects from cookiecutters (project templates)" @@ -18,11 +16,11 @@ KEYWORDS="~amd64 ~x86" RDEPEND=" >=dev-python/binaryornot-0.4.4[${PYTHON_USEDEP}] + >=dev-python/click-7.0[${PYTHON_USEDEP}] >=dev-python/jinja-2.7[${PYTHON_USEDEP}] <dev-python/jinja-4.0.0[${PYTHON_USEDEP}] - >=dev-python/click-7.0[${PYTHON_USEDEP}] - >=dev-python/poyo-0.5.0[${PYTHON_USEDEP}] >=dev-python/jinja2-time-0.2.0[${PYTHON_USEDEP}] + >=dev-python/poyo-0.5.0[${PYTHON_USEDEP}] >=dev-python/python-slugify-4.0.0[${PYTHON_USEDEP}] >=dev-python/requests-2.23.0[${PYTHON_USEDEP}] >=dev-python/six-1.10[${PYTHON_USEDEP}] @@ -40,10 +38,12 @@ DOCS=( README.md HISTORY.md CONTRIBUTING.md ) PATCHES=( "${FILESDIR}/test_cli-1.7.2.patch" - ) +) distutils_enable_tests pytest -distutils_enable_sphinx docs dev-python/sphinx_rtd_theme dev-python/recommonmark +distutils_enable_sphinx docs \ + dev-python/sphinx_rtd_theme \ + dev-python/recommonmark python_test() { epytest -o addopts= |