public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Petr Vaněk" <arkamar@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/pwman3/
Date: Sat, 15 Mar 2025 08:43:45 +0000 (UTC)	[thread overview]
Message-ID: <1742028106.0ddc65a1dc5267db27bbf58770cf51d0f0d1fa88.arkamar@gentoo> (raw)

commit:     0ddc65a1dc5267db27bbf58770cf51d0f0d1fa88
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 15 08:02:20 2025 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sat Mar 15 08:41:46 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ddc65a1

app-admin/pwman3: drop 0.12.2

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 app-admin/pwman3/Manifest             |  1 -
 app-admin/pwman3/pwman3-0.12.2.ebuild | 40 -----------------------------------
 2 files changed, 41 deletions(-)

diff --git a/app-admin/pwman3/Manifest b/app-admin/pwman3/Manifest
index 79fc6c165dbc..4ed3fbfeb6a1 100644
--- a/app-admin/pwman3/Manifest
+++ b/app-admin/pwman3/Manifest
@@ -1,2 +1 @@
-DIST pwman3-0.12.2.tar.gz 76744 BLAKE2B 5223169a267f0c35bcb26499138c9b768c6e29c4ce39d4fb89c56eb72d24a9729159bed93af24e12f1e0e6c1569586772eb36954afd51afc7c97c9de898346e5 SHA512 587839e7d532ef3c53e2c429b086eb6bd59290ce43687034400f8e0772cc4e97c9296694ad83c5fa3fdde37b8d8fef5bc150e9f81fcb9fe8712ffafb4be8b400
 DIST pwman3-0.13.1.tar.gz 81775 BLAKE2B d470735a8d514b335f2cf0c0ca84db2f362324262fd22617a98084d2e34b3b37447c2519204525a582a2bb5365f82452819270ad26195537fb776dedcf432bd2 SHA512 8b729968b7817a82692a8f9424f81882e4568cf8ecf5de52037a176ca028aaa58cf238f1d92dab02fbbe547fb872f74440d6eb0bc7a4b0a30649b6d9e3008ee4

diff --git a/app-admin/pwman3/pwman3-0.12.2.ebuild b/app-admin/pwman3/pwman3-0.12.2.ebuild
deleted file mode 100644
index 671c2afbb0dc..000000000000
--- a/app-admin/pwman3/pwman3-0.12.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-PYTHON_REQ_USE="sqlite"
-DISTUTILS_USE_PEP517=setuptools
-
-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"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=dev-python/cryptography-2.3[${PYTHON_USEDEP}]
-	>=dev-python/colorama-0.4.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		dev-python/pexpect[${PYTHON_USEDEP}]
-	)
-"
-
-python_test() {
-	"${EPYTHON}" -m tests.test_pwman || die "Tests fail with ${EPYTHON}"
-}
-
-pkg_postinst() {
-	optfeature "Support for mongodb" dev-python/pymongo
-	optfeature "Support for postgresql" dev-python/psycopg:2
-	optfeature "Support for mysql" dev-python/pymysql
-}


             reply	other threads:[~2025-03-15  8:43 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-15  8:43 Petr Vaněk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-15  8:43 [gentoo-commits] repo/gentoo:master commit in: app-admin/pwman3/ Petr Vaněk
2024-08-28  6:11 Joonas Niilola
2024-03-25 15:21 Michał Górny
2024-03-25 14:30 Michał Górny
2024-03-25 14:30 Michał Górny
2023-03-07  7:49 Joonas Niilola
2023-03-07  7:49 Joonas Niilola
2022-11-15 18:17 Michał Górny
2022-06-04  7:42 Michał Górny
2021-05-23  9:20 Michał Górny
2020-08-08  9:04 Joonas Niilola
2020-04-23  6:37 Joonas Niilola
2020-04-23  6:37 Joonas Niilola
2020-04-23  6:37 Joonas Niilola
2020-01-20 21:43 Ben Kohler
2019-04-14 18:18 Patrice Clement
2018-09-18  7:10 Michał Górny
2018-09-13  7:55 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1742028106.0ddc65a1dc5267db27bbf58770cf51d0f0d1fa88.arkamar@gentoo \
    --to=arkamar@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox