empire-5.0.3.ebuild

This commit is contained in:
Anton Bolshakov 2023-02-22 17:54:24 +08:00
parent 99e88a4905
commit 7dfde93407
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
4 changed files with 38 additions and 9 deletions

View file

@ -1,2 +1,2 @@
DIST empire-4.10.0.tar.gz 47761852 BLAKE2B 5324382017112929f1f4d0d018e3b2cc44457d00836eddb9b91a63a8196636a1418444b8f71da3c586b23b1c4b05cec5ea2edbeb65c94b0c5f55bb8af0878f03 SHA512 b66a2538ccc968d2bf2225ebf65fd3e04d33ccc7392bb7d06b2bf1cb5f7b0b215d12c00d03721659d7e55a92ae1a7d08802cbb9deb6f6e8be55aaf6cb8a00002
DIST empire-4.9.0.tar.gz 47622458 BLAKE2B afad08f2df79ab501f6efef543d66d528ceecef3600a19fd7a1880cb1dcbad0f8077978dcbeaee23cc280f71db02bfef68684c1fdc8251d4fe8f1a06e9821df3 SHA512 351140f81346bfba0e89996377016854b7497cedf20dc88862ca5c7d41d717955d4685ab68ef8a711a73f38d23409a462348381e6de0aeb3d534e90d2e912bd4
DIST empire-5.0.3.tar.gz 49431954 BLAKE2B 0b15ee28548c85291181261deefdd4cdb28e0a3af5c235f41884467f1c6492c50a87fa6d46d457ff8f597344a33a760c7119d81d9dc1eefe6855875aec05f7de SHA512 2d0fe74841b9ab513ab8b7c97b2b372b5c3318dfd46a1865d243be9ad1164e37fde3b46e005e7cd4ce0c795fb151612150f64f71ae31edc82a5a59157e90b29e

View file

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -25,7 +25,7 @@ RDEPEND="${PYTHON_DEPS}
$(python_gen_cond_dep '
dev-python/urllib3[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/pydispatcher[${PYTHON_USEDEP}]
dev-python/python-iptools[${PYTHON_USEDEP}]
dev-python/macholib[${PYTHON_USEDEP}]
dev-python/dropbox-sdk[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]
@ -34,7 +34,6 @@ RDEPEND="${PYTHON_DEPS}
dev-python/netifaces[${PYTHON_USEDEP}]
dev-python/jinja[${PYTHON_USEDEP}]
dev-python/xlutils[${PYTHON_USEDEP}]
dev-python/bcrypt[${PYTHON_USEDEP}]
dev-python/pyparsing[${PYTHON_USEDEP}]
dev-python/pymysql[${PYTHON_USEDEP}]
dev-python/sqlalchemy[${PYTHON_USEDEP}]
@ -47,14 +46,21 @@ RDEPEND="${PYTHON_DEPS}
>=dev-python/pydantic-1.8.1[${PYTHON_USEDEP}]
dev-python/pycryptodome[${PYTHON_USEDEP}]
dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/flask-socketio[${PYTHON_USEDEP}]
dev-python/python-socketio[${PYTHON_USEDEP}]
>=dev-python/fastapi-0.70[${PYTHON_USEDEP}]
>=dev-python/uvicorn-0.14.0[${PYTHON_USEDEP}]
dev-python/jq[${PYTHON_USEDEP}]
>=dev-python/aiofiles-0.7.0[${PYTHON_USEDEP}]
>=dev-python/python-multipart-0.0.5[${PYTHON_USEDEP}]
dev-python/python-jose[${PYTHON_USEDEP}]
dev-python/passlib[${PYTHON_USEDEP}]
>=dev-python/websockify-0.10.0[${PYTHON_USEDEP}]
dev-python/pyperclip[${PYTHON_USEDEP}]
>=dev-python/websockets-10.1[${PYTHON_USEDEP}]
>=dev-python/pyperclip-1.8.2[${PYTHON_USEDEP}]
dev-python/pyvnc[${PYTHON_USEDEP}]
>=dev-python/donut-shellcode-0.9.2[${PYTHON_USEDEP}]
dev-python/python-socketio[${PYTHON_USEDEP}]
>=dev-python/flask-2.1.2[${PYTHON_USEDEP}]
dev-python/donut-shellcode[${PYTHON_USEDEP}]
dev-python/pysecretsocks[${PYTHON_USEDEP}]
')
powershell? (
!x86? ( app-shells/pwsh-bin ) )

View file

@ -0,0 +1,24 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1 git-r3
EGIT_REPO_URI="https://github.com/BC-SECURITY/PySecretSOCKS.git"
EGIT_COMMIT_DATE="${PV}"
DESCRIPTION="A python SOCKS server for tunneling connections over another channel."
HOMEPAGE="https://github.com/BC-SECURITY/PySecretSOCKS"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

View file

@ -47,7 +47,6 @@ def portage_mapping(search):
"dev-python/Pillow": "dev-python/pillow",
"dev-python/protobuf": "dev-python/protobuf-python",
"dev-python/pjsip": "net-libs/pjproject",
"dev-python/prompt-toolkit": "dev-python/prompt_toolkit",
"dev-python/protego": "dev-python/Protego",
"dev-python/psycopg2-binary": "dev-python/psycopg",
"dev-python/psycopg2": "dev-python/psycopg",