diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-19 05:58:31 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-19 05:58:31 +0200 |
commit | 114eb1afeed4aa9ec6ff02be428b7002e87293f1 (patch) | |
tree | 750e90ca8eb4a23cd449c0f15baf1e3324704d69 /dev-python/simpervisor/simpervisor-1.0.0.ebuild | |
parent | dev-libs/c-blosc2: Bump to 2.9.2 (diff) | |
download | gentoo-114eb1afeed4aa9ec6ff02be428b7002e87293f1.tar.gz gentoo-114eb1afeed4aa9ec6ff02be428b7002e87293f1.tar.bz2 gentoo-114eb1afeed4aa9ec6ff02be428b7002e87293f1.zip |
dev-python/simpervisor: Bump to 1.0.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/simpervisor/simpervisor-1.0.0.ebuild')
-rw-r--r-- | dev-python/simpervisor/simpervisor-1.0.0.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-python/simpervisor/simpervisor-1.0.0.ebuild b/dev-python/simpervisor/simpervisor-1.0.0.ebuild new file mode 100644 index 000000000000..b7132dedeae9 --- /dev/null +++ b/dev-python/simpervisor/simpervisor-1.0.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( python3_{10..11} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Simple Python3 Supervisor library" +HOMEPAGE=" + https://github.com/jupyterhub/simpervisor/ + https://pypi.org/project/simpervisor/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +BDEPEND=" + test? ( + dev-python/aiohttp[${PYTHON_USEDEP}] + dev-python/psutil[${PYTHON_USEDEP}] + dev-python/pytest-asyncio[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest |