commit: c3920ac12d4e1bb593c6e9e2ef267337ab0d5c7b Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Thu Dec 3 11:35:30 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Thu Dec 3 11:35:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c3920ac1
dev-python/dacite: remove trailing whitespace remove empty blank line remove unnecessary python dep, is added by eclass Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> dev-python/dacite/dacite-1.6.0.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-python/dacite/dacite-1.6.0.ebuild b/dev-python/dacite/dacite-1.6.0.ebuild index 80a97cb8..f312d082 100644 --- a/dev-python/dacite/dacite-1.6.0.ebuild +++ b/dev-python/dacite/dacite-1.6.0.ebuild @@ -8,12 +8,8 @@ inherit distutils-r1 DESCRIPTION="This module simplifies creation of data classes (PEP 557) from dictionaries" HOMEPAGE="https://github.com/konradhalas/dacite" -SRC_URI="https://github.com/konradhalas/dacite/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/konradhalas/dacite/archive/v${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=dev-lang/python-3.6" -
