mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
enteletaor: drop, unmaintained, unbuildable
This commit is contained in:
parent
6bfd258df4
commit
129eed9e78
2 changed files with 0 additions and 43 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST enteletaor-1.1.1.tar.gz 2967933 BLAKE2B b0f056998bd8e51c6df8cb50c13569be65da3b39ce03c69abf6d6bb7f0bb886c89055ca0b87c923fff2fd1e65a884ea28d29eba2e639b128dba843ca7cfc68e6 SHA512 e3f1422a8ba5dcbbb9b806a9b55b77795f57ad3de0419085d8bb3a2d8ae55c00865ee7a95d984fef4d2a1f9ae83e8d87186dc8fc46032cbb9c13749f54c6175b
|
||||
|
|
@ -1,42 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/cr0hn/enteletaor"
|
||||
else
|
||||
HASH_COMMIT="${PV}"
|
||||
SRC_URI="https://github.com/cr0hn/enteletaor/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Message Queue & Broker Injection tool"
|
||||
HOMEPAGE="https://github.com/cr0hn/enteletaor"
|
||||
|
||||
LICENSE="Unlicense"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="
|
||||
dev-python/celery[${PYTHON_USEDEP}]
|
||||
dev-python/colorlog[${PYTHON_USEDEP}]
|
||||
dev-python/eventlet[${PYTHON_USEDEP}]
|
||||
dev-python/ipaddress[${PYTHON_USEDEP}]
|
||||
dev-python/kombu[${PYTHON_USEDEP}]
|
||||
dev-python/lxml[${PYTHON_USEDEP}]
|
||||
dev-python/netaddr[${PYTHON_USEDEP}]
|
||||
dev-python/pyzmq[${PYTHON_USEDEP}]
|
||||
dev-python/redis-py[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
dev-python/wtforms[${PYTHON_USEDEP}]
|
||||
dev-ruby/amqp"
|
||||
|
||||
S="${WORKDIR}/${PN}-${HASH_COMMIT}"
|
||||
Loading…
Reference in a new issue