dev-python/cotyledon: initial import

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri 2021-10-03 18:21:25 +02:00
parent 9641d7bd5b
commit 90284c01af
No known key found for this signature in database
GPG Key ID: 4E4140121372C837
3 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST cotyledon-1.7.3.tar.gz 23354 BLAKE2B 9437ff26fb5b65420e2c45eb1d689e30350cef72bc92f3403d98ca9e6e92b93588764fa00a96ee26ea356283b87910dc2af05f989acb5e043572ab7bcbb651fb SHA512 28415bfa128c9f1760ece2707a4a3b67441f26e14125f322e8f23c4efaa65ea7e5a522378629a0d675ef1533ff21b4c252b36adf9ea38a70011d53af6e8ee06d

View File

@ -0,0 +1,32 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1
DESCRIPTION="Cotyledon provides a framework for defining long-running services"
HOMEPAGE="
https://github.com/sileht/cotyledon
https://pypi.org/project/cotyledon
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="Apache-2.0"
KEYWORDS="~amd64"
RDEPEND="
dev-python/setproctitle[${PYTHON_USEDEP}]
"
DEPEND="
${RDEPEND}
test? (
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pytest-xdist[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/sileht/cotyledon/issues</bugs-to>
<remote-id type="pypi">cotyledon</remote-id>
<remote-id type="github">sileht/cotyledon</remote-id>
</upstream>
</pkgmetadata>