commit: e67246ccf4139835e7d9361a0c45900b2462afa4 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Nov 15 17:57:52 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Nov 15 18:16:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e67246cc
app-admin/pwman3: Remove py3.8-only versions Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-admin/pwman3/Manifest | 1 - app-admin/pwman3/pwman3-0.10.0-r1.ebuild | 32 -------------------------------- 2 files changed, 33 deletions(-) diff --git a/app-admin/pwman3/Manifest b/app-admin/pwman3/Manifest index 47c45d71e338..45f878ee43d8 100644 --- a/app-admin/pwman3/Manifest +++ b/app-admin/pwman3/Manifest @@ -1,2 +1 @@ -DIST pwman3-0.10.0.tar.gz 75726 BLAKE2B ba7331bd3d36ac23d9151a5ebd4a343e2d8c523ba8b324850139a9ba4af8404ddf23380b3eaef523251e8f4137c5c56b6ab509c3927690fc612962ff872ea820 SHA512 a6dc24b2e1405a91f35a9a9155dde5409e35ce733bacee8858930d82443c09b8017e2701bc8c45688483b6c40554e4d6266f6cd21dc6f205b13f96e7de4f57c2 DIST pwman3-0.11.1.tar.gz 76992 BLAKE2B cd7289781436f0f8b941d587c61b2d8a5cad52f3d57d01106d73b3da5930de2bd2df15fe5a4bcfbdce5e5733b7328764d6e4e2d18cba8a575cadad8835218e75 SHA512 111713e23b64a7492b5e2735b0d0117a81759bd9f25a87327a2aa4a465fbbc8a0aa0fbfa86b84cbcd40eb1540d05cdbc6fb81982fe61953df91979e674ce5640 diff --git a/app-admin/pwman3/pwman3-0.10.0-r1.ebuild b/app-admin/pwman3/pwman3-0.10.0-r1.ebuild deleted file mode 100644 index 2e7f722ba09a..000000000000 --- a/app-admin/pwman3/pwman3-0.10.0-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_8 ) -PYTHON_REQ_USE="sqlite" -DISTUTILS_USE_SETUPTOOLS=rdepend -inherit distutils-r1 optfeature - -DESCRIPTION="A lightweight password-manager with multiple database backends" -HOMEPAGE="https://pwman3.github.io/pwman3/" -SRC_URI="https://github.com/pwman3/pwman3/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-python/cryptography-2.3[${PYTHON_USEDEP}] - >=dev-python/colorama-0.3.0[${PYTHON_USEDEP}] -" -BDEPEND="test? ( dev-python/pexpect[${PYTHON_USEDEP}] )" - -distutils_enable_tests setup.py - -pkg_postinst() { - optfeature "Support for mongodb" dev-python/pymongo - optfeature "Support for postgresql" dev-python/psycopg:2 - optfeature "Support for mysql" dev-python/pymysql -}