dev-python/pykeepass: add ebuild
This commit is contained in:
parent
40b8b43475
commit
8030c08eb6
3 changed files with 39 additions and 0 deletions
29
dev-python/pykeepass/pykeepass-2.7.1.ebuild
Normal file
29
dev-python/pykeepass/pykeepass-2.7.1.ebuild
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_4 )
|
||||
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/libkeepass-0.2.0
|
||||
>=dev-python/lxml-3.8.0
|
||||
>=dev-python/nose-1.3.7
|
||||
>=dev-python/pycrypto-2.6.1
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
python_prepare_all() {
|
||||
rm -r tests
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue