From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 512D2158041 for ; Mon, 8 Apr 2024 10:12:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9266DE2A1D; Mon, 8 Apr 2024 10:12:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74761E2A1D for ; Mon, 8 Apr 2024 10:12:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D971343357 for ; Mon, 8 Apr 2024 10:12:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFE0315DA for ; Mon, 8 Apr 2024 10:12:28 +0000 (UTC) From: "Kyle Elbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kyle Elbert" Message-ID: <1712571117.1b5ed6af874db1ef2cd2c05861c9e9f43ab1a646.kcelbert@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pykeepass/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pykeepass/Manifest dev-python/pykeepass/pykeepass-4.0.2.ebuild dev-python/pykeepass/pykeepass-4.0.7.ebuild X-VCS-Directories: dev-python/pykeepass/ X-VCS-Committer: kcelbert X-VCS-Committer-Name: Kyle Elbert X-VCS-Revision: 1b5ed6af874db1ef2cd2c05861c9e9f43ab1a646 X-VCS-Branch: dev Date: Mon, 8 Apr 2024 10:12:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 72639b1e-f42f-4953-bafc-6e6367375667 X-Archives-Hash: 4812b06c40aff8057f0a35c686f70ff3 commit: 1b5ed6af874db1ef2cd2c05861c9e9f43ab1a646 Author: Kyle Elbert gmail com> AuthorDate: Mon Apr 8 10:03:21 2024 +0000 Commit: Kyle Elbert gmail com> CommitDate: Mon Apr 8 10:11:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b5ed6af dev-python/pykeepass: bump to 4.0.7 and modernize Switched to PEP 517 mode Added Python compatibility for 3.11 and 3.12 after running tests Closes: https://bugs.gentoo.org/921859 Closes: https://bugs.gentoo.org/897540 Signed-off-by: Kyle Elbert gmail.com> dev-python/pykeepass/Manifest | 2 +- .../{pykeepass-4.0.2.ebuild => pykeepass-4.0.7.ebuild} | 17 ++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/dev-python/pykeepass/Manifest b/dev-python/pykeepass/Manifest index 82fafddbe9..0418ac4d0f 100644 --- a/dev-python/pykeepass/Manifest +++ b/dev-python/pykeepass/Manifest @@ -1 +1 @@ -DIST pykeepass-4.0.2.tar.gz 102819 BLAKE2B 27bac0508328ed36bed779a5a74978a0e7d3aec25212811de7295214b05fc018e722530b3e40d2e09a68c8ffffd93f60dde79aa6ee03b1a445c1ac93d51c0847 SHA512 2e3704246fd1bf230fa6525a3d2cba1cd09634b669653df3c66ac52642bcd1a59f28ca09ef8a05b31e70604c70b9ad247d7ab2badddab325aa0dee837c0a2402 +DIST pykeepass-4.0.7.gh.tar.gz 110217 BLAKE2B 314d02c7c9e04f7ef784f116d77fbf93f56720dedf4a36a19ce8d088d60326b87bb3d6926ffe39a47663554f65c67ef57852827f29f63d85416221dc230dc415 SHA512 51d2ade1cc7d3f0c705d39d0ec8a7087995ee6ed9ea573bb87ee8783792709a707230352e572ed0e420cbc8122ae741f4f3c40f5ef8949c53afcb0bc1da2a0fe diff --git a/dev-python/pykeepass/pykeepass-4.0.2.ebuild b/dev-python/pykeepass/pykeepass-4.0.7.ebuild similarity index 71% rename from dev-python/pykeepass/pykeepass-4.0.2.ebuild rename to dev-python/pykeepass/pykeepass-4.0.7.ebuild index cbf415b5e0..63104af586 100644 --- a/dev-python/pykeepass/pykeepass-4.0.2.ebuild +++ b/dev-python/pykeepass/pykeepass-4.0.7.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 - -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="Python library to interact with keepass databases (supports KDBX3 and KDBX4) " HOMEPAGE="https://github.com/libkeepass/pykeepass" -SRC_URI="https://github.com/libkeepass/pykeepass/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/libkeepass/pykeepass/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="GPL-3" SLOT="0" @@ -18,16 +18,15 @@ KEYWORDS="~amd64 ~x86" RDEPEND=" >=dev-python/argon2-cffi-19.2.0[${PYTHON_USEDEP}] >=dev-python/construct-2.10.54[${PYTHON_USEDEP}] - >=dev-python/future-0.18.2[${PYTHON_USEDEP}] >=dev-python/lxml-4.3.5[${PYTHON_USEDEP}] >=dev-python/pycryptodome-3.8.2[${PYTHON_USEDEP}] - >=dev-python/python-dateutil-2.8.1[${PYTHON_USEDEP}] + test? ( >=dev-python/pyotp-2.9.0[${PYTHON_USEDEP}] ) " -DEPEND="${RDEPEND}" - -distutils_enable_tests pytest +distutils_enable_tests unittest src_prepare() { + # their package listing was skipping the subpackage + sed -i '/packages =/d' pyproject.toml || die distutils-r1_src_prepare # pycryptodomex to pycryptodome conversion sed -i 's/Cryptodome/Crypto/g' pykeepass/kdbx_parsing/{common,twofish}.py || die