From 65758208420fc5dc6900a01ef4825b62bcccc9ba Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Mon, 27 Sep 2021 06:43:02 -0400 Subject: [PATCH] dev-python/dandischema: removed unused git variable Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Horea Christian --- dev-python/dandischema/ChangeLog | 3 +++ dev-python/dandischema/dandischema-0.3.4.ebuild | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/dandischema/ChangeLog b/dev-python/dandischema/ChangeLog index fea6082..d60723d 100644 --- a/dev-python/dandischema/ChangeLog +++ b/dev-python/dandischema/ChangeLog @@ -1,3 +1,6 @@ + 27 Sep 2021; dandischema-0.3.4.ebuild: + dev-python/dandischema: removed unused git variable + *dandischema-0.3.4 (27 Sep 2021) 27 Sep 2021; +dandischema-0.3.4.ebuild, diff --git a/dev-python/dandischema/dandischema-0.3.4.ebuild b/dev-python/dandischema/dandischema-0.3.4.ebuild index 8c1dac5..cdea6c1 100644 --- a/dev-python/dandischema/dandischema-0.3.4.ebuild +++ b/dev-python/dandischema/dandischema-0.3.4.ebuild @@ -8,7 +8,6 @@ inherit distutils-r1 DESCRIPTION="Schemata for DANDI archive project" HOMEPAGE="https://github.com/dandi/dandischema" -EGIT_REPO_URI="https://github.com/dandi/dandischema.git" SRC_URI="https://github.com/dandi/dandischema/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0"