mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 07:49:00 -04:00
app-misc/sherlock: new package, add 0.15.0, live
Signed-off-by: Marco Sirabella <marco@sirabella.org>
This commit is contained in:
parent
b7e0066692
commit
f6f53d8d31
1
app-misc/sherlock/Manifest
Normal file
1
app-misc/sherlock/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST sherlock-0.15.0.tar.gz 590008 BLAKE2B fac3f705a0177ae7eca4e4926b878c369263720b663ef585b47109530c94cb6e04bfbc6832c2c6a5c2a2b96b645983e2625e3ba6f5d9f86a1a4cd69ca2ab3635 SHA512 9b926e0c4226f669b5549b3f7984a070c063d56e067a8b222e749d79c470d37430cc7615e9d38728833caf6e88cbee3788c10c9ae9dfcdc38dc9e6f73adc3b76
|
12
app-misc/sherlock/metadata.xml
Normal file
12
app-misc/sherlock/metadata.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>marco@sirabella.org</email>
|
||||
<name>Marco Sirabella</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">sherlock-project/sherlock</remote-id>
|
||||
<bugs-to>https://github.com/sherlock-project/sherlock/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
37
app-misc/sherlock/sherlock-0.15.0.ebuild
Normal file
37
app-misc/sherlock/sherlock-0.15.0.ebuild
Normal file
@ -0,0 +1,37 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_SINGLE_IMPL=1
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Hunt down social media accounts by username across social networks"
|
||||
HOMEPAGE="http://sherlock-project.github.io/"
|
||||
if [[ ${PV} == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/sherlock-project/sherlock.git"
|
||||
else
|
||||
SRC_URI="https://github.com/sherlock-project/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
$(python_gen_cond_dep '
|
||||
>=dev-python/certifi-2019.6.16[${PYTHON_USEDEP}]
|
||||
>=dev-python/colorama-0.4.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/PySocks-1.7.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-2.22.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-futures-1.00.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pandas-1.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/openpyxl-3.0.10.0.0[${PYTHON_USEDEP}]
|
||||
')
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
distutils_enable_sphinx docs
|
37
app-misc/sherlock/sherlock-9999.ebuild
Normal file
37
app-misc/sherlock/sherlock-9999.ebuild
Normal file
@ -0,0 +1,37 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_SINGLE_IMPL=1
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Hunt down social media accounts by username across social networks"
|
||||
HOMEPAGE="http://sherlock-project.github.io/"
|
||||
if [[ ${PV} == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/sherlock-project/sherlock.git"
|
||||
else
|
||||
SRC_URI="https://github.com/sherlock-project/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
$(python_gen_cond_dep '
|
||||
>=dev-python/certifi-2019.6.16[${PYTHON_USEDEP}]
|
||||
>=dev-python/colorama-0.4.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/PySocks-1.7.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-2.22.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-futures-1.00.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pandas-1.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/openpyxl-3.0.10.0.0[${PYTHON_USEDEP}]
|
||||
')
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
distutils_enable_sphinx docs
|
Loading…
x
Reference in New Issue
Block a user