pentoo-overlay/net-analyzer/plecost/plecost-9999.ebuild
Anton Bolshakov ac927d2aac
PEP517
2025-01-06 12:37:24 +08:00

24 lines
679 B
Bash

#Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
inherit git-r3 distutils-r1
DESCRIPTION="Wordpress finger printing tool, retrieve information about the plugins and versions installed"
HOMEPAGE="http://www.iniqua.com/labs/plecost/"
EGIT_REPO_URI="https://github.com/iniqua/plecost.git"
EGIT_BRANCH="develop"
LICENSE="BSD"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND="dev-python/beautifulsoup4[${PYTHON_USEDEP}]
dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/termcolor[${PYTHON_USEDEP}]
dev-python/chardet[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"