Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/dacite/
Date: Thu, 03 Dec 2020 11:35:57
Message-Id: 1606995330.c3920ac12d4e1bb593c6e9e2ef267337ab0d5c7b.andrewammerlaan@gentoo
1 commit: c3920ac12d4e1bb593c6e9e2ef267337ab0d5c7b
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Thu Dec 3 11:35:30 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Thu Dec 3 11:35:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c3920ac1
7
8 dev-python/dacite: remove trailing whitespace
9
10 remove empty blank line
11 remove unnecessary python dep, is added by eclass
12
13 Package-Manager: Portage-3.0.11, Repoman-3.0.2
14 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
15
16 dev-python/dacite/dacite-1.6.0.ebuild | 6 +-----
17 1 file changed, 1 insertion(+), 5 deletions(-)
18
19 diff --git a/dev-python/dacite/dacite-1.6.0.ebuild b/dev-python/dacite/dacite-1.6.0.ebuild
20 index 80a97cb8..f312d082 100644
21 --- a/dev-python/dacite/dacite-1.6.0.ebuild
22 +++ b/dev-python/dacite/dacite-1.6.0.ebuild
23 @@ -8,12 +8,8 @@ inherit distutils-r1
24
25 DESCRIPTION="This module simplifies creation of data classes (PEP 557) from dictionaries"
26 HOMEPAGE="https://github.com/konradhalas/dacite"
27 -SRC_URI="https://github.com/konradhalas/dacite/archive/v${PV}.tar.gz -> ${P}.tar.gz"
28 +SRC_URI="https://github.com/konradhalas/dacite/archive/v${PV}.tar.gz -> ${P}.tar.gz"
29
30 SLOT="0"
31 LICENSE="GPL-2"
32 KEYWORDS="~amd64 ~x86"
33 -IUSE=""
34 -
35 -DEPEND=">=dev-lang/python-3.6"
36 -