fix: pass-import
This commit is contained in:
parent
e7799b6a34
commit
689d6e7e75
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{6..11} )
|
PYTHON_COMPAT=( python3_{6..12} )
|
||||||
|
|
||||||
# pass-import makes only one Python implementation, needs PYTHON_SINGLE_TARGET.
|
# pass-import makes only one Python implementation, needs PYTHON_SINGLE_TARGET.
|
||||||
inherit python-single-r1
|
inherit python-single-r1
|
||||||
@ -28,6 +28,7 @@ COMMON_DEPEND="app-shells/bash
|
|||||||
dev-python/secretstorage"
|
dev-python/secretstorage"
|
||||||
DEPEND="${COMMON_DEPEND}
|
DEPEND="${COMMON_DEPEND}
|
||||||
dev-python/setuptools
|
dev-python/setuptools
|
||||||
|
dev-python/dominate
|
||||||
"
|
"
|
||||||
RDEPEND="${COMMON_DEPEND}
|
RDEPEND="${COMMON_DEPEND}
|
||||||
>=app-admin/pass-1.7.0"
|
>=app-admin/pass-1.7.0"
|
||||||
@ -44,6 +45,7 @@ src_prepare() {
|
|||||||
eapply_user
|
eapply_user
|
||||||
python_fix_shebang .
|
python_fix_shebang .
|
||||||
sed -i -e 's:python3:'${EPYTHON}':g' scripts/import.bash scripts/pimport
|
sed -i -e 's:python3:'${EPYTHON}':g' scripts/import.bash scripts/pimport
|
||||||
|
touch share/man/man1/pass-import.1 share/man/man1/pimport.1 CHANGELOG.rst CONTRIBUTING.rst
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
|
@ -4,7 +4,7 @@ DESCRIPTION=generic importer extension for password manager ZX2C4's pass
|
|||||||
EAPI=7
|
EAPI=7
|
||||||
HOMEPAGE=https://github.com/roddhjav/pass-import
|
HOMEPAGE=https://github.com/roddhjav/pass-import
|
||||||
INHERIT=python-single-r1
|
INHERIT=python-single-r1
|
||||||
IUSE=python_single_target_python3_10 python_single_target_python3_11
|
IUSE=python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12
|
||||||
KEYWORDS=~amd64 ~x86
|
KEYWORDS=~amd64 ~x86
|
||||||
LICENSE=GPL-3+
|
LICENSE=GPL-3+
|
||||||
RDEPEND=app-shells/bash dev-python/cryptography dev-python/defusedxml || ( sys-apps/file[python] dev-python/python-magic ) dev-python/pyyaml dev-python/secretstorage >=app-admin/pass-1.7.0
|
RDEPEND=app-shells/bash dev-python/cryptography dev-python/defusedxml || ( sys-apps/file[python] dev-python/python-magic ) dev-python/pyyaml dev-python/secretstorage >=app-admin/pass-1.7.0
|
||||||
@ -12,4 +12,4 @@ RESTRICT=mirror
|
|||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://github.com/roddhjav/pass-import/archive/v3.5.tar.gz -> pass-import-3.5.tar.gz
|
SRC_URI=https://github.com/roddhjav/pass-import/archive/v3.5.tar.gz -> pass-import-3.5.tar.gz
|
||||||
_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 multiprocessing e644caa6eb7ce7e5ab0864383ac13ad9 toolchain-funcs 948855ec7ad9f11351edf9066708dfa9 multilib 7e1347c006a76bb812f3a9f663b79991 python-utils-r1 6881b056477c23167d9a6b33e146374e python-single-r1 f7abe75c203a988aa9b5c460b6c7d0f1
|
_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 multiprocessing e644caa6eb7ce7e5ab0864383ac13ad9 toolchain-funcs 948855ec7ad9f11351edf9066708dfa9 multilib 7e1347c006a76bb812f3a9f663b79991 python-utils-r1 6881b056477c23167d9a6b33e146374e python-single-r1 f7abe75c203a988aa9b5c460b6c7d0f1
|
||||||
_md5_=07a8fc9b3cd6e5d8ea3e63879d3349d7
|
_md5_=160d60013d52ed855517cf6fa11b86c9
|
||||||
|
Loading…
x
Reference in New Issue
Block a user