commit:     09cc7ad0e31e252baad162072fdb6779b5468c83
Author:     Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Thu Apr 23 05:40:01 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Apr 23 06:36:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09cc7ad0

app-admin/pwman3: add python3.7 and python3.8

Closes: https://bugs.gentoo.org/718186
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15419
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-admin/pwman3/pwman3-0.10.0-r1.ebuild | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/app-admin/pwman3/pwman3-0.10.0-r1.ebuild 
b/app-admin/pwman3/pwman3-0.10.0-r1.ebuild
new file mode 100644
index 00000000000..fac9659b89f
--- /dev/null
+++ b/app-admin/pwman3/pwman3-0.10.0-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_REQ_USE="sqlite"
+inherit distutils-r1 eutils
+
+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}]
+       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
+       optfeature "Support for mysql" dev-python/pymysql
+}

Reply via email to