dev-python/trivup: treeclean

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-07-06 02:55:36 +02:00
parent 4ef6e2dcd4
commit 379408365a
3 changed files with 0 additions and 59 deletions

View File

@@ -1 +0,0 @@
DIST trivup-0.10.0.gh.tar.gz 194500 BLAKE2B 46e9f50e1602f270aab5720d205a3d16882a5c7fcf342913083a9172b86f97346b8a7d33267d666734c476f2c7ef7d2618a3fa234fbf1cd559ae614766e1c425 SHA512 8598280e3a38dee85c46d52e688dc2e146bc5ffcede678326af661ac9fd09f7719d6b892a7d264b94d147e0b02f117eca8472898d479bdc4a64b521c2807262a

View File

@@ -1,28 +0,0 @@
<?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>
<longdescription lang="en">
trivup is a flexible, pluggable, light-weight, partly naiivistic, framework for trivially bringing up a cluster of applications.
The initial use-case is to bring up a simple Kafka cluster for easily testing librdkafka on different broker versions.
Featured apps:
Apache Kafka cluster with optional KRaft (ZooKeeper-less) support
Apache ZooKeeper
Confluent's Schema-Registry
Kerberos 5 KDC for GSSAPI/Kerberos authentication
OAUTHBEARER OIDC JWK ticket server
SSL CA/public/private certificate generation
SECURITY WARNING: trivup will run unprotected, wide-open, poorly-configured, server applications on your machine, providing an ingress vector for intrusion, theft and data-loss. DO NOT RUN ON PUBLIC NETWORKS.
</longdescription>
<upstream>
<remote-id type="github">edenhill/trivup</remote-id>
<remote-id type="pypi">trivup</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,30 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Trivially Up a cluster of applications"
HOMEPAGE="
https://github.com/edenhill/trivup
https://pypi.org/project/trivup/
"
SRC_URI="https://github.com/edenhill/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-python/requests[${PYTHON_USEDEP}]
dev-python/jwcrypto[${PYTHON_USEDEP}]
dev-python/python_jwt[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
RESTRICT="test" # tests try to download and install kafka
distutils_enable_tests pytest