mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-29 18:21:03 +02:00
webtech: new tool, fix https://github.com/pentoo/pentoo-overlay/issues/693
This commit is contained in:
parent
3739e5e7be
commit
e126a0e249
3 changed files with 23 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
PYTHON_COMPAT=( python3_{7..8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
|
|
|||
1
net-analyzer/webtech/Manifest
Normal file
1
net-analyzer/webtech/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST webtech-1.2.9.tar.gz 121661 BLAKE2B 938082407664636180e7ff7da7267fb9c2aa3c9dfe9eca1148d40281aebaf96da0842debc068ba8194c00b76644651aeabffabe2940f07db7969046374a28e13 SHA512 0f74484294583dd1005ad6d9c178db79d67e8dba0e708d32feddd032597570b6d042b98f73c4153955a83ddda98e3f6a432e154953b4d60d4b19c6b7d36a98ba
|
||||
21
net-analyzer/webtech/webtech-1.2.9.ebuild
Normal file
21
net-analyzer/webtech/webtech-1.2.9.ebuild
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
PYTHON_COMPAT=( python3_{6..9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Identify technologies used on websites"
|
||||
HOMEPAGE="https://github.com/ShielderSec/webtech"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
Loading…
Reference in a new issue