dev-python/pykeepass: bump to 3.2.0
Package-Manager: Portage-2.3.103, Repoman-2.3.23
This commit is contained in:
parent
c4d3feb712
commit
9da0839214
2 changed files with 2 additions and 2 deletions
|
|
@ -1,30 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{3_6,3_7} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Low-level library to interact with keepass databases (supports the v.4 format) "
|
||||
HOMEPAGE="https://github.com/pschmitt/pykeepass"
|
||||
SRC_URI="https://github.com/pschmitt/pykeepass/archive/${PV}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
dev-python/lxml[${PYTHON_USEDEP}]
|
||||
dev-python/argon2-cffi[${PYTHON_USEDEP}]
|
||||
dev-python/construct[${PYTHON_USEDEP}]
|
||||
dev-python/python-dateutil[${PYTHON_USEDEP}]
|
||||
dev-python/pycryptodome[${PYTHON_USEDEP}]
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
python_prepare_all() {
|
||||
rm -r tests
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue