diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-11-29 01:39:01 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-11-29 01:39:01 +0000 |
| commit | f4537b6303dc71941803bb488ce042ce3552282e (patch) | |
| tree | 822ab7d4d141fdfc3c45d4458fda00c66d7cb962 /dev-python/simpervisor | |
| parent | 3c7c34a53a51513bf1b34ebab7408a0be681d867 (diff) | |
| download | baldeagleos-repo-f4537b6303dc71941803bb488ce042ce3552282e.tar.gz baldeagleos-repo-f4537b6303dc71941803bb488ce042ce3552282e.tar.xz baldeagleos-repo-f4537b6303dc71941803bb488ce042ce3552282e.zip | |
Adding metadata
Diffstat (limited to 'dev-python/simpervisor')
| -rw-r--r-- | dev-python/simpervisor/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/simpervisor/metadata.xml | 13 | ||||
| -rw-r--r-- | dev-python/simpervisor/simpervisor-0.4.ebuild | 24 |
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-python/simpervisor/Manifest b/dev-python/simpervisor/Manifest new file mode 100644 index 000000000000..1bd64a777a9d --- /dev/null +++ b/dev-python/simpervisor/Manifest @@ -0,0 +1 @@ +DIST simpervisor-0.4.tar.gz 8542 BLAKE2B bd96284b65468110f445e96a9978b67bc73b0a0f188dcaf592f42291937130e72247195b8ce142726ba430716b87283d844003bb0980de952531639417a23f50 SHA512 4aea0071d6a486c7b27fc39fa02d7b610d680c90ba07f3c27c3d98b132b79b97bcb5c7847ce9d3ca7bb46663f91494e0012c8c9e14017ca1c591fb6312419692 diff --git a/dev-python/simpervisor/metadata.xml b/dev-python/simpervisor/metadata.xml new file mode 100644 index 000000000000..5c5077f46f21 --- /dev/null +++ b/dev-python/simpervisor/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Gentoo Python Project</name> + </maintainer> + <upstream> + <remote-id type="pypi">simpervisor</remote-id> + </upstream> + <origin>gentoo-staging</origin> + <stabilize-allarches/> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-python/simpervisor/simpervisor-0.4.ebuild b/dev-python/simpervisor/simpervisor-0.4.ebuild new file mode 100644 index 000000000000..ef48f0789718 --- /dev/null +++ b/dev-python/simpervisor/simpervisor-0.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) + +inherit distutils-r1 + +DESCRIPTION="Simple Python3 Supervisor library" +HOMEPAGE="https://github.com/jupyterhub/simpervisor" +SRC_URI="https://github.com/jupyterhub/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="test? ( + dev-python/pytest-asyncio[${PYTHON_USEDEP}] + dev-python/aiohttp[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest |
