diff --git a/dev-python/pykeepass/Manifest b/dev-python/pykeepass/Manifest
deleted file mode 100644
index 0418ac4d0f..0000000000
--- a/dev-python/pykeepass/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pykeepass-4.0.7.gh.tar.gz 110217 BLAKE2B 314d02c7c9e04f7ef784f116d77fbf93f56720dedf4a36a19ce8d088d60326b87bb3d6926ffe39a47663554f65c67ef57852827f29f63d85416221dc230dc415 SHA512 51d2ade1cc7d3f0c705d39d0ec8a7087995ee6ed9ea573bb87ee8783792709a707230352e572ed0e420cbc8122ae741f4f3c40f5ef8949c53afcb0bc1da2a0fe
diff --git a/dev-python/pykeepass/metadata.xml b/dev-python/pykeepass/metadata.xml
deleted file mode 100644
index 6389af9361..0000000000
--- a/dev-python/pykeepass/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
- libkeepass/pykeepass
-
-
diff --git a/dev-python/pykeepass/pykeepass-4.0.7.ebuild b/dev-python/pykeepass/pykeepass-4.0.7.ebuild
deleted file mode 100644
index 0c7c61fe1c..0000000000
--- a/dev-python/pykeepass/pykeepass-4.0.7.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{11..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}.gh.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- >=dev-python/argon2-cffi-19.2.0[${PYTHON_USEDEP}]
- >=dev-python/construct-2.10.54[${PYTHON_USEDEP}]
- >=dev-python/lxml-4.3.5[${PYTHON_USEDEP}]
- >=dev-python/pycryptodome-3.8.2[${PYTHON_USEDEP}]
- test? ( >=dev-python/pyotp-2.9.0[${PYTHON_USEDEP}] )
-"
-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
-}
-
-python_test() {
- "${EPYTHON}" tests/tests.py -v || die
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 2adefc1f3d..2638c2224f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -123,11 +123,6 @@ dev-python/sphinx-argparse-cli
# Removal on 2025-04-05.
dev-python/pyodbc
-# Anna (cybertailor) Vyalkova (2025-03-05)
-# Unmaintained in GURU, no revdeps left.
-# Removal on 2025-04-05.
-dev-python/pykeepass
-
# Julien Roy (2024-03-21)
# sys-libs/libucontext is masked in ::gentoo
sys-libs/gcompat