diff --git a/dev-python/trivup/Manifest b/dev-python/trivup/Manifest deleted file mode 100644 index 7a8ed75c5f..0000000000 --- a/dev-python/trivup/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST trivup-0.10.0.gh.tar.gz 194500 BLAKE2B 46e9f50e1602f270aab5720d205a3d16882a5c7fcf342913083a9172b86f97346b8a7d33267d666734c476f2c7ef7d2618a3fa234fbf1cd559ae614766e1c425 SHA512 8598280e3a38dee85c46d52e688dc2e146bc5ffcede678326af661ac9fd09f7719d6b892a7d264b94d147e0b02f117eca8472898d479bdc4a64b521c2807262a diff --git a/dev-python/trivup/metadata.xml b/dev-python/trivup/metadata.xml deleted file mode 100644 index 8b0293d219..0000000000 --- a/dev-python/trivup/metadata.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - lssndrbarbieri@gmail.com - Alessandro Barbieri - - -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. - - - edenhill/trivup - trivup - - diff --git a/dev-python/trivup/trivup-0.10.0.ebuild b/dev-python/trivup/trivup-0.10.0.ebuild deleted file mode 100644 index 7458b7cb6b..0000000000 --- a/dev-python/trivup/trivup-0.10.0.ebuild +++ /dev/null @@ -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