This commit is contained in:
blshkv 2020-12-03 08:31:48 +08:00
parent 3739e5e7be
commit e126a0e249
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
3 changed files with 23 additions and 1 deletions

View file

@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{7..8} )
inherit distutils-r1

View file

@ -0,0 +1 @@
DIST webtech-1.2.9.tar.gz 121661 BLAKE2B 938082407664636180e7ff7da7267fb9c2aa3c9dfe9eca1148d40281aebaf96da0842debc068ba8194c00b76644651aeabffabe2940f07db7969046374a28e13 SHA512 0f74484294583dd1005ad6d9c178db79d67e8dba0e708d32feddd032597570b6d042b98f73c4153955a83ddda98e3f6a432e154953b4d60d4b19c6b7d36a98ba

View 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}"