Gentoo Archives: gentoo-commits

From: Theo Anderson <telans@××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pykeepass/
Date: Fri, 08 Jan 2021 10:39:57
Message-Id: 1610102052.d4ef124994bb8654b56010a882a57fcd729f35eb.telans@gentoo
1 commit: d4ef124994bb8654b56010a882a57fcd729f35eb
2 Author: Theo Anderson <telans <AT> posteo <DOT> de>
3 AuthorDate: Fri Jan 8 10:34:12 2021 +0000
4 Commit: Theo Anderson <telans <AT> posteo <DOT> de>
5 CommitDate: Fri Jan 8 10:34:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d4ef1249
7
8 dev-python/pykeepass: drop old
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Theo Anderson <telans <AT> posteo.de>
12
13 dev-python/pykeepass/pykeepass-3.2.0.ebuild | 33 -----------------------------
14 dev-python/pykeepass/pykeepass-3.2.1.ebuild | 32 ----------------------------
15 2 files changed, 65 deletions(-)
16
17 diff --git a/dev-python/pykeepass/pykeepass-3.2.0.ebuild b/dev-python/pykeepass/pykeepass-3.2.0.ebuild
18 deleted file mode 100644
19 index 6fca8bdb..00000000
20 --- a/dev-python/pykeepass/pykeepass-3.2.0.ebuild
21 +++ /dev/null
22 @@ -1,33 +0,0 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=7
27 -
28 -PYTHON_COMPAT=( python3_7 ) # not all dependency are 3.8 ready
29 -
30 -inherit distutils-r1 eutils toolchain-funcs
31 -
32 -DESCRIPTION="Python library to interact with keepass databases (supports KDBX3 and KDBX4) "
33 -HOMEPAGE="https://github.com/libkeepass/pykeepass"
34 -SRC_URI="https://github.com/libkeepass/pykeepass/archive/${PV}.tar.gz -> ${P}.tar.gz"
35 -
36 -LICENSE="GPL-3"
37 -SLOT="0"
38 -KEYWORDS="~amd64 ~x86"
39 -IUSE=""
40 -
41 -RDEPEND="
42 - >=dev-python/argon2-cffi-19.1.0[${PYTHON_USEDEP}]
43 - >=dev-python/construct-2.9.4[${PYTHON_USEDEP}]
44 - >=dev-python/future-0.17.0[${PYTHON_USEDEP}]
45 - >=dev-python/lxml-4.3.4[${PYTHON_USEDEP}]
46 - >=dev-python/pycryptodome-3.8.2[${PYTHON_USEDEP}]
47 - >=dev-python/python-dateutil-2.8.0[${PYTHON_USEDEP}]
48 -"
49 -DEPEND="${RDEPEND}"
50 -
51 -PATCHES=( "${FILESDIR}/0001-setup.py-exclude-tests-directory.patch" )
52 -
53 -python_test() {
54 - "${EPYTHON}" tests/tests.py -v || die
55 -}
56
57 diff --git a/dev-python/pykeepass/pykeepass-3.2.1.ebuild b/dev-python/pykeepass/pykeepass-3.2.1.ebuild
58 deleted file mode 100644
59 index 7a28d45a..00000000
60 --- a/dev-python/pykeepass/pykeepass-3.2.1.ebuild
61 +++ /dev/null
62 @@ -1,32 +0,0 @@
63 -# Copyright 1999-2020 Gentoo Authors
64 -# Distributed under the terms of the GNU General Public License v2
65 -
66 -EAPI=7
67 -
68 -PYTHON_COMPAT=( python3_{7..9} )
69 -
70 -inherit distutils-r1
71 -
72 -DESCRIPTION="Python library to interact with keepass databases (supports KDBX3 and KDBX4) "
73 -HOMEPAGE="https://github.com/libkeepass/pykeepass"
74 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
75 -
76 -LICENSE="GPL-3"
77 -SLOT="0"
78 -KEYWORDS="~amd64 ~x86"
79 -
80 -RDEPEND="
81 - >=dev-python/argon2-cffi-19.1.0[${PYTHON_USEDEP}]
82 - >=dev-python/construct-2.9.4[${PYTHON_USEDEP}]
83 - >=dev-python/future-0.17.0[${PYTHON_USEDEP}]
84 - >=dev-python/lxml-4.3.4[${PYTHON_USEDEP}]
85 - >=dev-python/pycryptodome-3.8.2[${PYTHON_USEDEP}]
86 - >=dev-python/python-dateutil-2.8.0[${PYTHON_USEDEP}]
87 -"
88 -DEPEND="${RDEPEND}"
89 -
90 -PATCHES=( "${FILESDIR}/0001-setup.py-exclude-tests-directory.patch" )
91 -
92 -python_test() {
93 - "${EPYTHON}" tests/tests.py -v || die
94 -}