public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/pwman3/
Date: Thu, 13 Sep 2018 07:55:53 +0000 (UTC)	[thread overview]
Message-ID: <1536825349.0c00ea7bd29da6482b3867c5ed0c7cfe2d7e9a8e.mgorny@gentoo> (raw)

commit:     0c00ea7bd29da6482b3867c5ed0c7cfe2d7e9a8e
Author:     Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Wed Sep  5 12:11:56 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Sep 13 07:55:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c00ea7b

app-admin/pwman3: new package

Pwman3 is a lightweight password-manager with multiple database
backends. Pwman3 is written in Python.

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9375

 app-admin/pwman3/Manifest             |  1 +
 app-admin/pwman3/metadata.xml         | 27 +++++++++++++++++++++++++
 app-admin/pwman3/pwman3-0.9.11.ebuild | 38 +++++++++++++++++++++++++++++++++++
 3 files changed, 66 insertions(+)

diff --git a/app-admin/pwman3/Manifest b/app-admin/pwman3/Manifest
new file mode 100644
index 00000000000..66153c9bb7b
--- /dev/null
+++ b/app-admin/pwman3/Manifest
@@ -0,0 +1 @@
+DIST pwman3-0.9.11.tar.gz 74364 BLAKE2B 9544b692e8853b7fb8e1b4d51093e72e04f8d82888a9278c94aaa27716026b348bb16f0fa9c52af2144395a4ffb242c8a48fc34252890e68477d2e3a70ea4a88 SHA512 2aa5a7b4d810d1bbc6aea34b728f89190570cbfbedc33f45cc1aa4d737ebbb9e993d2d372b44f956d5cdbc07f911f289fd77d7df167100e820455650f5b3e46a

diff --git a/app-admin/pwman3/metadata.xml b/app-admin/pwman3/metadata.xml
new file mode 100644
index 00000000000..9bb7c286611
--- /dev/null
+++ b/app-admin/pwman3/metadata.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+	<name>Oz Tiram</name>
+	<email>oz.tiram@gmail.com</email>
+</maintainer>
+<maintainer type="project">
+	<email>proxy-maint@gentoo.org</email>
+	<name>Proxy Maintainers</name>
+</maintainer>
+<use>
+	<flag name="mongodb">Add support for MongoDB</flag>
+</use>
+<longdescription lang="en">
+	A lightweight command line password manager, which can use different
+	databases to store your passwords (currently, SQLite, MySQL, Postgresql
+	and MongoDB are supported). Pwman3 can also copy passwords to the
+	clipboard without exposing them. Besides managing and storing passwords,
+	Pwman3 can also generate passwords using different algorithms.
+	Per default pwman3 uses a strong AES encryption algorithm to store the
+	data.
+</longdescription>
+<upstream>
+	<remote-id type="github">pwman3/pwman3</remote-id>
+</upstream>
+</pkgmetadata>

diff --git a/app-admin/pwman3/pwman3-0.9.11.ebuild b/app-admin/pwman3/pwman3-0.9.11.ebuild
new file mode 100644
index 00000000000..6fb41c3843e
--- /dev/null
+++ b/app-admin/pwman3/pwman3-0.9.11.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_5 python3_6 )
+PYTHON_REQ_USE="sqlite?"
+inherit distutils-r1
+
+DESCRIPTION="A lightweight password-manager with multiple database backends"
+HOMEPAGE="https://pwman3.github.io"
+SRC_URI="https://github.com/pwman3/pwman3/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="mongodb mysql postgres +sqlite test"
+
+COMMON="
+	>=dev-python/cryptography-2.3[${PYTHON_USEDEP}]
+	>=dev-python/colorama-0.3.0[${PYTHON_USEDEP}]
+	"
+
+DEPEND="
+	${COMMON}
+	test? ( dev-python/pexpect[${PYTHON_USEDEP}] )
+	"
+
+RDEPEND="
+	${COMMON}
+	mongodb? ( dev-python/pymongo[${PYTHON_USEDEP}] )
+	mysql? ( dev-python/pymysql[${PYTHON_USEDEP}] )
+	postgres? ( dev-python/psycopg[${PYTHON_USEDEP}] )
+	"
+
+python_test() {
+	esetup.py test
+}


             reply	other threads:[~2018-09-13  7:55 UTC|newest]

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

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=1536825349.0c00ea7bd29da6482b3867c5ed0c7cfe2d7e9a8e.mgorny@gentoo \
    --to=mgorny@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