Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/send2trash/
Date: Sun, 30 May 2021 17:32:34
Message-Id: 1622394808.3e37052ba3ba866ac5237599f7e21cf8e2872846.mgorny@gentoo
1 commit: 3e37052ba3ba866ac5237599f7e21cf8e2872846
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 30 17:13:28 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 30 17:13:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e37052b
7
8 dev-python/send2trash: Update homepage
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/send2trash/metadata.xml | 2 +-
13 dev-python/send2trash/send2trash-1.5.0-r1.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/send2trash/metadata.xml b/dev-python/send2trash/metadata.xml
17 index 9dd52975619..706dea08435 100644
18 --- a/dev-python/send2trash/metadata.xml
19 +++ b/dev-python/send2trash/metadata.xml
20 @@ -7,6 +7,6 @@
21 </maintainer>
22 <upstream>
23 <remote-id type="pypi">Send2Trash</remote-id>
24 - <remote-id type="github">hsoft/send2trash</remote-id>
25 + <remote-id type="github">arsenetar/send2trash</remote-id>
26 </upstream>
27 </pkgmetadata>
28
29 diff --git a/dev-python/send2trash/send2trash-1.5.0-r1.ebuild b/dev-python/send2trash/send2trash-1.5.0-r1.ebuild
30 index 7e7a2b9a85a..de7f741d891 100644
31 --- a/dev-python/send2trash/send2trash-1.5.0-r1.ebuild
32 +++ b/dev-python/send2trash/send2trash-1.5.0-r1.ebuild
33 @@ -13,7 +13,7 @@ MY_P="${MY_PN}-${PV}"
34 DESCRIPTION="Sends files to the Trash (or Recycle Bin)"
35 HOMEPAGE="
36 https://pypi.org/project/Send2Trash/
37 - https://github.com/hsoft/send2trash"
38 + https://github.com/arsenetar/send2trash/"
39 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
40 S="${WORKDIR}"/${MY_P}