From 28b51aed84fa99b2f215b96e2a9383919a14d29d Mon Sep 17 00:00:00 2001 From: Anton Bolshakov Date: Fri, 26 Apr 2024 09:57:22 +0800 Subject: [PATCH] msoffcrypto-tool-5.3.1.ebuild --- dev-python/msoffcrypto-tool/Manifest | 2 +- dev-python/msoffcrypto-tool/metadata.xml | 3 +++ .../msoffcrypto-tool/msoffcrypto-tool-5.0.0.ebuild | 4 ++-- ...ool-4.12.0.ebuild => msoffcrypto-tool-5.3.1.ebuild} | 10 +++++----- 4 files changed, 11 insertions(+), 8 deletions(-) rename dev-python/msoffcrypto-tool/{msoffcrypto-tool-4.12.0.ebuild => msoffcrypto-tool-5.3.1.ebuild} (78%) diff --git a/dev-python/msoffcrypto-tool/Manifest b/dev-python/msoffcrypto-tool/Manifest index 555ce922d..2c64b0053 100644 --- a/dev-python/msoffcrypto-tool/Manifest +++ b/dev-python/msoffcrypto-tool/Manifest @@ -1,2 +1,2 @@ -DIST msoffcrypto-tool-4.12.0.tar.gz 217425 BLAKE2B aab47bd909e6ebe5e0c0eea3a11caf454bb3ca5b54486b59f9347af84d77e1b8031097b8069f88e7c89330173f18a09900449b5f9580a2ec2d3e1e1db876678d SHA512 9392ba219c011f8bbca0190e5e091a9d53e02d5e1946adaedac4615a64da605de1b5eb214034da9c6eb3142ad8ce37770c24d92f02d355eb4978db7e9129bc9c DIST msoffcrypto-tool-5.0.0.tar.gz 232639 BLAKE2B 891dbb25fe397beda74a032ca0b8d094ba833e9062ae53d0cbdf43a0d1e435ccc28f7c06cdde683e4606fbed2294c83632de28fa4daa76fd3cac495dd4ca68b4 SHA512 e2c03384d6447146ef0790da9d40c070e5fe9af3d2273ed1eb6410025146db7917df0f5704a8f6734b4f372da59e3f84ad3b1262715ca9f3b5b87c8dc4ad9847 +DIST msoffcrypto-tool-5.3.1.tar.gz 295229 BLAKE2B d89a27b0d2ca47e94c00026a13d57f699acd3d44d78f5e821e83cdac9f90901024129b3def67badc83d4bbbb619730e768a3661832b3cb5fd0d331e4336be50f SHA512 affebaec294cb9fb8cc2f7c808a7a8aca5adf15d83770b30db594bd1ce0d9229f010c307d54aa6f6cf02f696680dcf5cda13d2fe6e110b2a39d820ae1833dc51 diff --git a/dev-python/msoffcrypto-tool/metadata.xml b/dev-python/msoffcrypto-tool/metadata.xml index c4511c144..32a16679c 100644 --- a/dev-python/msoffcrypto-tool/metadata.xml +++ b/dev-python/msoffcrypto-tool/metadata.xml @@ -5,4 +5,7 @@ email@linxon.ru Yury Martynov + + nolze/msoffcrypto-tool + diff --git a/dev-python/msoffcrypto-tool/msoffcrypto-tool-5.0.0.ebuild b/dev-python/msoffcrypto-tool/msoffcrypto-tool-5.0.0.ebuild index 993298a8c..e92003dc3 100644 --- a/dev-python/msoffcrypto-tool/msoffcrypto-tool-5.0.0.ebuild +++ b/dev-python/msoffcrypto-tool/msoffcrypto-tool-5.0.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DISTUTILS_USE_PEP517=poetry PYTHON_COMPAT=( python3_{10..12} ) diff --git a/dev-python/msoffcrypto-tool/msoffcrypto-tool-4.12.0.ebuild b/dev-python/msoffcrypto-tool/msoffcrypto-tool-5.3.1.ebuild similarity index 78% rename from dev-python/msoffcrypto-tool/msoffcrypto-tool-4.12.0.ebuild rename to dev-python/msoffcrypto-tool/msoffcrypto-tool-5.3.1.ebuild index 993298a8c..70ef482a4 100644 --- a/dev-python/msoffcrypto-tool/msoffcrypto-tool-4.12.0.ebuild +++ b/dev-python/msoffcrypto-tool/msoffcrypto-tool-5.3.1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DISTUTILS_USE_PEP517=poetry PYTHON_COMPAT=( python3_{10..12} ) @@ -20,7 +20,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS}" RDEPEND="${DEPEND} - dev-python/olefile[${PYTHON_USEDEP}] - dev-python/cryptography[${PYTHON_USEDEP}]" - + >=dev-python/cryptography-35.0[${PYTHON_USEDEP}] + >=dev-python/olefile-0.46[${PYTHON_USEDEP}] +" RESTRICT="test"