diff --git a/app-exploits/empire/empire-6.0.2.ebuild b/app-exploits/empire/empire-6.0.2.ebuild index 1edde0495..bf0d56dad 100644 --- a/app-exploits/empire/empire-6.0.2.ebuild +++ b/app-exploits/empire/empire-6.0.2.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/Empire-${PV}" LICENSE="BSD" SLOT="0" -#KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" IUSE="powershell java" REQUIRED_USE="powershell? ( !x86 ) ${PYTHON_REQUIRED_USE}" diff --git a/dev-python/fastapi/Manifest b/dev-python/fastapi/Manifest index 4db881169..f7bbc6bb2 100644 --- a/dev-python/fastapi/Manifest +++ b/dev-python/fastapi/Manifest @@ -1 +1,2 @@ DIST fastapi-0.109.2.tar.gz 11720963 BLAKE2B c58170f38f86d089b1e8e9ea98c56ea8c7cfc2f3d92663b69c9ee5b2e5ed3cd28de2fa02a128cbe600f4e3c41851140542be1b13aaaea1b23f5295d4f949a5da SHA512 b6b26c41f9097112fc06f573b60e90af104834e5ab6115b681143b4d24ee22d4b4bf5dd4a0095cdd18a36a40a6d0d72a6a2dc2e5ab5bae16d98d085f2312a836 +DIST fastapi-0.115.12.tar.gz 295236 BLAKE2B 224b74553668721dde3592a50a3d5b02a967a58f55d3beb6bec753755cddfbb803f0661ce6cc41af3ddfc28bb304d053f41aad8ab9d8965048ff80cad6c3207e SHA512 8eb8d998643ca748744b9c00e14cdd62f02e58145e2a64dcf090361d56fa52a12b643b8fc3dc98f41af74c06d46b787acf92ae2be828d99b6d4290c20ced7f6f diff --git a/dev-python/fastapi/fastapi-0.115.12.ebuild b/dev-python/fastapi/fastapi-0.115.12.ebuild new file mode 100644 index 000000000..8b94ac650 --- /dev/null +++ b/dev-python/fastapi/fastapi-0.115.12.ebuild @@ -0,0 +1,53 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=pdm-backend +PYTHON_COMPAT=( python3_{10..13} ) +#may be not stricly required +PYTHON_REQ_USE="threads(+)" + +inherit distutils-r1 pypi + +DESCRIPTION="High performance framework, easy to learn, fast to code, ready for production" +HOMEPAGE="https://fastapi.tiangolo.com/" +#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 arm64 x86" +IUSE="all" + +RESTRICT="test" + +# FIXME: missing deps: +# >=dev-python/pydantic-settings-2.0.0[${PYTHON_USEDEP}] +# >=dev-python/pydantic-extra-types-2.0.0[${PYTHON_USEDEP}] +RDEPEND=" + >=dev-python/starlette-0.27.0[${PYTHON_USEDEP}] + >=dev-python/pydantic-1.7.4[${PYTHON_USEDEP}] + >=dev-python/typing-extensions-4.8.0[${PYTHON_USEDEP}] + >=dev-python/anyio-3.7.1[${PYTHON_USEDEP}] +all? ( + >=dev-python/httpx-0.23.0[${PYTHON_USEDEP}] + dev-python/jinja2[${PYTHON_USEDEP}] + >=dev-python/python-multipart-0.0.5[${PYTHON_USEDEP}] + >=dev-python/itsdangerous-1.1.0[${PYTHON_USEDEP}] + >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}] + >=dev-python/ujson-4.0.1[${PYTHON_USEDEP}] + >=dev-python/orjson-3.2.1[${PYTHON_USEDEP}] + >=dev-python/email-validator-2.0.0[${PYTHON_USEDEP}] + >=dev-python/uvicorn-0.12.0[${PYTHON_USEDEP}] +)" + +#FIXME: add missing deps +#BDEPEND="test? ( +#)" + +#distutils_enable_tests pytest + +#src_prepare(){ +# sed -i -e 's|starlette==0.19.1|starlette>=0.19.1|g' pyproject.toml || die +# eapply_user +#} diff --git a/dev-python/pyinstaller/Manifest b/dev-python/pyinstaller/Manifest index 0270fe1a0..c6dc455a2 100644 --- a/dev-python/pyinstaller/Manifest +++ b/dev-python/pyinstaller/Manifest @@ -1 +1,2 @@ +DIST pyinstaller-6.13.0.tar.gz 4276427 BLAKE2B ca8c4c1bce834c0c4f63e89781ef9ef50c32a336ae9fc5a2355ea8cbf29b0c77e53baaf378ab5115b287fa7260168dabba23bfc73b5b874439dd402af0f978be SHA512 82219efe46c507fd34cf2329a3029f97551484889ccf64feada168b86457ac2eae7f681fbc34c2a798973bb5d20cd3e27a5e51f6c02cea7968b13d6ce5a6172f DIST pyinstaller-6.2.0.tar.gz 4135706 BLAKE2B 03cce690e7806dd52732671bd854843e23c0798b39f1fceb068237e1e28e3a436dc0c6077be3d03739ec4a14a0145607f6d5dc2137f46aa5fd18dd8adaa9a40e SHA512 dbcf5f7b0c18555eebeddd89f467b5c8c5555f5586ea65f905b9abe6eafa463b3700cb9a3b2777bfbccd9cbc270566590d564ec8191076d84b17034e5f9180c4 diff --git a/dev-python/pyinstaller/pyinstaller-6.13.0.ebuild b/dev-python/pyinstaller/pyinstaller-6.13.0.ebuild new file mode 100644 index 000000000..385c0aabb --- /dev/null +++ b/dev-python/pyinstaller/pyinstaller-6.13.0.ebuild @@ -0,0 +1,54 @@ +# 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_{11..13} ) +PYTHON_REQ_USE='threads(+)' + +inherit distutils-r1 pypi + +DESCRIPTION="Program converting Python programs into stand-alone executables" +HOMEPAGE="https://www.pyinstaller.org" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/pyinstaller/pyinstaller" + EGIT_BRANCH="develop" +else +# MY_PN="PyInstaller" +# MY_P="${MY_PN}-${PV}" +# SRC_URI="https://github.com/pyinstaller/pyinstaller/releases/download/v${PV}/${MY_P}.tar.gz" + KEYWORDS="amd64 ~arm64 x86" + +# S="${WORKDIR}/${MY_P}" +fi + +LICENSE="GPL-2" +SLOT="0" +IUSE="clang debug doc leak-detector" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RESTRICT="test" + +QA_PREBUILT="usr/lib/python*/site-packages/PyInstaller/bootloader/Linux-*" + +RDEPEND="${PYTHON_DEPS} + sys-libs/zlib + dev-python/altgraph[${PYTHON_USEDEP}] + >=dev-python/pefile-2022.5.30[${PYTHON_USEDEP}] + >=dev-python/macholib-1.8[${PYTHON_USEDEP}] + >=dev-python/pyinstaller-hooks-contrib-2021.4[${PYTHON_USEDEP}] + >=dev-python/packaging-22.0[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + leak-detector? ( dev-libs/boehm-gc ) + clang? ( llvm-core/clang ) + !clang? ( sys-devel/gcc )" + +src_install() { + distutils-r1_src_install + insinto /etc/revdep-rebuild + doins "${FILESDIR}"/50${PN} +} diff --git a/dev-python/python-socketio/Manifest b/dev-python/python-socketio/Manifest index 911adcf3b..5d927d0bf 100644 --- a/dev-python/python-socketio/Manifest +++ b/dev-python/python-socketio/Manifest @@ -1 +1,2 @@ DIST python-socketio-5.11.2.tar.gz 116905 BLAKE2B 678c42b1cd4f215b35516da2fabcfe6d8d03dabeed2050756efa1e79558a829189e7fea30c7d35c8bf19c2e7cae0abca7a04e5c24774cc34bb6f9fd8bfdef2bf SHA512 b093790f0e3fad18d6c420a590032f52a8d387a3a02a3502b924e45cdc5d54dfaf35b8b3937e4cedf780117a94afc68f503f22170b43f25a7c5fe4cf1acdf3d3 +DIST python_socketio-5.13.0.tar.gz 121125 BLAKE2B a46da8d80723c8f926bda2ffe3826eabfb71d23d410ece27ed5dfdaa5662be64b85e947d2463d2ecadca37d857f85e5e53f3c2b509ced918fd3f90e876489d73 SHA512 c950aae3fe61fdb8d77551f05769e5d77ff82cce64b5b1660c70851087fb36bf34ec72375f00bf6867a42edb5755f0623ece62f145fc58286d29d2c086301667 diff --git a/dev-python/python-socketio/python-socketio-5.11.2.ebuild b/dev-python/python-socketio/python-socketio-5.11.2.ebuild index 2cabfb0ea..a125cadcf 100644 --- a/dev-python/python-socketio/python-socketio-5.11.2.ebuild +++ b/dev-python/python-socketio/python-socketio-5.11.2.ebuild @@ -6,7 +6,6 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{11..13} ) PYPI_NO_NORMALIZE=1 -DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi DESCRIPTION="Python implementation of the Socket.IO realtime server." diff --git a/dev-python/python-socketio/python-socketio-5.13.0.ebuild b/dev-python/python-socketio/python-socketio-5.13.0.ebuild new file mode 100644 index 000000000..c44e7e818 --- /dev/null +++ b/dev-python/python-socketio/python-socketio-5.13.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{11..13} ) +inherit distutils-r1 pypi + +DESCRIPTION="Python implementation of the Socket.IO realtime server." +HOMEPAGE=" + https://python-socketio.readthedocs.org/ + https://github.com/miguelgrinberg/python-socketio/ + https://pypi.org/project/python-socketio" + +LICENSE="MIT" +SLOT="0" +#FIXME: no stable version for dev-python/python-engineio yet, but we don't care +KEYWORDS="amd64 ~arm64 ~x86" +IUSE="client asyncio-client" + +RDEPEND="dev-python/bidict[${PYTHON_USEDEP}] + >=dev-python/python-engineio-4.8.0[${PYTHON_USEDEP}] + client? ( dev-python/requests[${PYTHON_USEDEP}] + dev-python/websocket-client[${PYTHON_USEDEP}] ) + asyncio-client? ( dev-python/aiohttp[${PYTHON_USEDEP}] + dev-python/websockets[${PYTHON_USEDEP}] )" +DEPEND="${RDEPEND}" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +# pypi tarball does not contain tests +RESTRICT="test"