dev-python/libkeepass: bump to 0.3.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
Anton Schubert 2018-08-01 12:09:47 +02:00
parent 17e11b7f2e
commit cacab960ee
2 changed files with 27 additions and 3 deletions

View file

@ -0,0 +1,22 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
inherit distutils-r1
DESCRIPTION="A library to access KeePass 1.x/KeePassX (v3) and KeePass 2.x (v4) files"
HOMEPAGE="https://github.com/libkeepass/libkeepass"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
dev-python/pycrypto
dev-python/lxml
"
RDEPEND="${DEPEND}"