dev-python/cotyledon: treeclean

Closes: https://bugs.gentoo.org/816651
Closes: https://bugs.gentoo.org/817299
Closes: https://bugs.gentoo.org/897410
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2023-03-26 19:58:29 +05:00
parent d2ac893ef4
commit 04db6beb60
4 changed files with 0 additions and 48 deletions

View File

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

View File

@@ -1,33 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..10} )
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}]
dev-python/oslo-config[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest

View File

@@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://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>