From 1ab831b463b516ca03136f934e107c015d300330 Mon Sep 17 00:00:00 2001 From: Anton Bolshakov Date: Thu, 4 Jan 2024 11:00:30 +0800 Subject: [PATCH] androguard-4.0.2.ebuild --- dev-python/loguru/Manifest | 1 + dev-python/loguru/loguru-0.7.2.ebuild | 35 +++++++++++++++++++ dev-python/loguru/metadata.xml | 16 +++++++++ dev-util/androguard/Manifest | 2 +- .../androguard/androguard-3.4.0_alpha1.ebuild | 3 +- ...d-4.0.1.ebuild => androguard-4.0.2.ebuild} | 6 ++-- 6 files changed, 58 insertions(+), 5 deletions(-) create mode 100644 dev-python/loguru/Manifest create mode 100644 dev-python/loguru/loguru-0.7.2.ebuild create mode 100644 dev-python/loguru/metadata.xml rename dev-util/androguard/{androguard-4.0.1.ebuild => androguard-4.0.2.ebuild} (88%) diff --git a/dev-python/loguru/Manifest b/dev-python/loguru/Manifest new file mode 100644 index 0000000000..4d7b0008da --- /dev/null +++ b/dev-python/loguru/Manifest @@ -0,0 +1 @@ +DIST loguru-0.7.2.gh.tar.gz 443643 BLAKE2B 208c4ad989257e0e0d5cecf41c9722f398e5c73528f8a88c92e28490121723d5c19b4170ff246446e94237e8bb732f83e4b9fcc66c42aa7e3c1ba25aaa069e34 SHA512 e4d358f12ec33393bdac836206a15a3161653684b69839f58bbdc692155e4aee4b6ec700ab13b83f431a67df5ec86cacf2cb90fa052827e5e03c68c1f132e339 diff --git a/dev-python/loguru/loguru-0.7.2.ebuild b/dev-python/loguru/loguru-0.7.2.ebuild new file mode 100644 index 0000000000..7703fbe45e --- /dev/null +++ b/dev-python/loguru/loguru-0.7.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 2019-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..12} ) + +inherit distutils-r1 + +DESCRIPTION="Python logging made (stupidly) simple" +HOMEPAGE=" + https://github.com/Delgan/loguru/ + https://pypi.org/project/loguru/ +" +SRC_URI=" + https://github.com/Delgan/loguru/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86" + +BDEPEND=" + test? ( + >=dev-python/colorama-0.4.6[${PYTHON_USEDEP}] + >=dev-python/freezegun-1.2.2[${PYTHON_USEDEP}] + dev-python/mypy[${PYTHON_USEDEP}] + ) +" + +# filesystem buffering tests may fail +# on tmpfs with 64k PAGESZ, but pass fine on ext4 +distutils_enable_tests pytest diff --git a/dev-python/loguru/metadata.xml b/dev-python/loguru/metadata.xml new file mode 100644 index 0000000000..e9467c36ed --- /dev/null +++ b/dev-python/loguru/metadata.xml @@ -0,0 +1,16 @@ + + + + + gyakovlev@gentoo.org + Georgy Yakovlev + + + This library is intended to make Python logging less painful by adding a bunch of useful functionalities that solve caveats of the standard loggers. + Using logs in your application should be an automatism, Loguru tries to make it both pleasant and powerful. + + + Delgan/loguru + loguru + + diff --git a/dev-util/androguard/Manifest b/dev-util/androguard/Manifest index cae56d8308..7aa9ebab94 100644 --- a/dev-util/androguard/Manifest +++ b/dev-util/androguard/Manifest @@ -1,2 +1,2 @@ DIST androguard-3.4.0_alpha1.gh.tar.gz 45678301 BLAKE2B e32e7cc081812e69815ca001e3ff385421486cbf6da070a28fb9746dbc6856194a312d9580458b49c5acf706938d387feb6977779a533aa13def47bdfbe307ca SHA512 6e51ea3f10923c5931815162097fcadd2a8bc1b7d4ff09e6f157ad76be0be00a2429d04c157275f144cd8ee0c86ebcf5b41d08e876a7fe8bc24c978a71b8b9cd -DIST androguard-4.0.1.tar.gz 874196 BLAKE2B 0baeef96573bdff7cecd264540d5620d58944928b1a12fd61af8dbcd73513c41b2b248b0327bac15e92e108db524166804b5aab52f9b946aae336a32375bf848 SHA512 869fe91f4ecd3dbc753f3883ab3eef9885d4c0b1bed098ce90757d614543aaa1399c86b58a0312de721cffa68fd3662dd26c7c6dff95bc040374983ed5a20e3b +DIST androguard-4.0.2.tar.gz 876950 BLAKE2B c4f851386abebd0a415cf714e42a6c982bc672f38357d40b70163ab0bf8d7f61f5bfbd4f84ad52e7833f7b7891e08cdf80f0f4700201be60cea67558d8af7184 SHA512 d23aab57fe0b240df775630dba4c7d0cd91f0933ff7124069fd30252150ffe786574e922981fc20d8b367ba6e59bb11e9978b2754ada8d080e4582a58b069cea diff --git a/dev-util/androguard/androguard-3.4.0_alpha1.ebuild b/dev-util/androguard/androguard-3.4.0_alpha1.ebuild index 8924703ae2..4dfc3733f0 100644 --- a/dev-util/androguard/androguard-3.4.0_alpha1.ebuild +++ b/dev-util/androguard/androguard-3.4.0_alpha1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 +DISTUTILS_USE_PEP517=poetry PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 diff --git a/dev-util/androguard/androguard-4.0.1.ebuild b/dev-util/androguard/androguard-4.0.2.ebuild similarity index 88% rename from dev-util/androguard/androguard-4.0.1.ebuild rename to dev-util/androguard/androguard-4.0.2.ebuild index 4242d6b6e0..0877f86729 100644 --- a/dev-util/androguard/androguard-4.0.1.ebuild +++ b/dev-util/androguard/androguard-4.0.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi DESCRIPTION="Read Android's binary format for XML files (AXML) and a decompiler for DEX" @@ -23,7 +23,7 @@ RDEPEND=" >=dev-python/asn1crypto-0.24.0[${PYTHON_USEDEP}] dev-python/click[${PYTHON_USEDEP}] >=dev-python/pydot-1.4.1[${PYTHON_USEDEP}] - >=dev-python/ipython-5.0[${PYTHON_USEDEP}] + >=dev-python/ipython-5.0.0[${PYTHON_USEDEP}] dev-python/mutf8[${PYTHON_USEDEP}] dev-python/dataset[${PYTHON_USEDEP}] dev-python/frida-python[${PYTHON_USEDEP}]