Commit Graph

7 Commits

Author SHA1 Message Date
sthen
d858b7cc2a Ports built with setuptools on python 3.10 don't need a RUN_DEPENDS on
setuptools (it's used as a package locator but importlib.metadata in
newer Python core or the external importlib_metadata are preferred).
So drop the RDEP in that case (it's still kept for py27) and bump
revisions.
2022-11-26 23:28:11 +00:00
sthen
716f142842 bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:29:09 +00:00
sthen
d1d616c5f0 some of the RDEPs are also BDEPs, with a very odd error 2022-09-12 14:00:24 +00:00
sthen
6b7a3700f2 update to pass-import-3.3 2022-09-12 08:56:36 +00:00
naddy
8c0294c2fa drop RCS Ids 2022-03-11 19:53:16 +00:00
sthen
29389da44c bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:02:15 +00:00
sthen
0266e7714c import ports/security/pass-import, ok kmos
pass-import is an extension for "password-store", allowing you to import
password databases from various password managers to a pass(1) repository.

By default, entries are imported at the root of the password store and
only the main data (password, login, email, URL, group) are kept. This
behaviour can be changed using the provided options.

pass-import handles duplicates and is compatible with browserpass.
It imports OTP secrets in a way that is compatible with pass-otp.

pass-import also provides a pimport script that allows importing
passwords to a small number other password managers. For instance,
you can import passwords to a Keepass database or a generic CSV file.
2021-07-02 19:31:13 +00:00