mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-25 08:11:01 +02:00
pyhunter: unfuck, https://github.com/pentoo/pentoo-overlay/issues/370
This commit is contained in:
parent
b974fdf1aa
commit
14853cd631
2 changed files with 6 additions and 6 deletions
1
dev-python/pyhunter/Manifest
Normal file
1
dev-python/pyhunter/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST pyhunter-0.3.tar.gz 6345 BLAKE2B 2353298d1a30e1fb75f533ee7f26d28fcbcfb3c20953ff753875e93c8a049880b11c14234decfdd9eede7bea7ed239567052a74523e2b45298218d2c1624172e SHA512 97c98119aa2b8d690b1978b7d6839bfc8c9f18c84b7ea1a39d971ef79a58446ec70fa9ece9fc69469247f58382bab6910a043a767cc9ecd7c1e0dd59ff7d5978
|
||||
|
|
@ -9,21 +9,20 @@ inherit distutils-r1
|
|||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~arm ~arm64 ~*"
|
||||
KEYWORDS="~amd64 ~x86 ~arm ~arm64"
|
||||
DESCRIPTION="PyHunter.io wrappper (often for marketing ), Redteam's use as OSINT wrapper verify harvest/emails."
|
||||
HOMEPAGE="https://github.com/VonStruddle/PyHunter"
|
||||
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
MY_P=${P}
|
||||
# MY_P=${P}
|
||||
EGIT_REPO_URI="https://github.com/VonStruddle/PyHunter.git"
|
||||
inherit git-r3
|
||||
else
|
||||
MY_P=${PN}-${PV/_/-}
|
||||
SRC_URI="https://github.com/VonStruddle/PyHunter/archive/v${PV}.tar.gz -> ${P}.tar.gz""
|
||||
|
||||
# MY_P=${PN}-${PV/_/-}
|
||||
SRC_URI="https://github.com/VonStruddle/PyHunter/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/PyHunter-${PV}"
|
||||
fi
|
||||
|
||||
|
||||
DEPEND="dev-python/appdirs
|
||||
dev-python/autopep8
|
||||
dev-python/packaging
|
||||
|
|
|
|||
Loading…
Reference in a new issue