Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/annexremote/
Date: Fri, 27 May 2022 04:13:25
Message-Id: 1653624786.d269919305b5a4d6602c3f2aa4b33d426ba1bddc.chymera@gentoo
1 commit: d269919305b5a4d6602c3f2aa4b33d426ba1bddc
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Fri May 27 04:13:06 2022 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Fri May 27 04:13:06 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d2699193
7
8 dev-python/annexremote: pypi sources
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 dev-python/annexremote/annexremote-1.5.0.ebuild | 9 ++-------
14 dev-python/annexremote/annexremote-1.6.0.ebuild | 9 ++-------
15 dev-python/annexremote/metadata.xml | 1 +
16 3 files changed, 5 insertions(+), 14 deletions(-)
17
18 diff --git a/dev-python/annexremote/annexremote-1.5.0.ebuild b/dev-python/annexremote/annexremote-1.5.0.ebuild
19 index 94549009e..b35e3c274 100644
20 --- a/dev-python/annexremote/annexremote-1.5.0.ebuild
21 +++ b/dev-python/annexremote/annexremote-1.5.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=8
28 @@ -6,20 +6,15 @@ EAPI=8
29 PYTHON_COMPAT=( python3_{8..10} )
30 inherit distutils-r1
31
32 -MY_PN="AnnexRemote"
33 -MY_P="${MY_PN}-${PV}"
34 -
35 DESCRIPTION="Helper module to easily develop git-annex remotes"
36 HOMEPAGE="https://github.com/Lykos153/AnnexRemote"
37 -SRC_URI="https://github.com/Lykos153/AnnexRemote/archive/v${PV}.tar.gz -> ${P}.tar.gz"
38 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
39
40 LICENSE="GPL-3"
41 SLOT="0"
42 KEYWORDS="~amd64 ~x86"
43 IUSE="examples"
44
45 -S="${WORKDIR}/${MY_P}"
46 -
47 COMMON_DEPEND="dev-python/future[${PYTHON_USEDEP}]"
48 RDEPEND="
49 ${COMMON_DEPEND}
50
51 diff --git a/dev-python/annexremote/annexremote-1.6.0.ebuild b/dev-python/annexremote/annexremote-1.6.0.ebuild
52 index 94549009e..b35e3c274 100644
53 --- a/dev-python/annexremote/annexremote-1.6.0.ebuild
54 +++ b/dev-python/annexremote/annexremote-1.6.0.ebuild
55 @@ -1,4 +1,4 @@
56 -# Copyright 1999-2021 Gentoo Authors
57 +# Copyright 1999-2022 Gentoo Authors
58 # Distributed under the terms of the GNU General Public License v2
59
60 EAPI=8
61 @@ -6,20 +6,15 @@ EAPI=8
62 PYTHON_COMPAT=( python3_{8..10} )
63 inherit distutils-r1
64
65 -MY_PN="AnnexRemote"
66 -MY_P="${MY_PN}-${PV}"
67 -
68 DESCRIPTION="Helper module to easily develop git-annex remotes"
69 HOMEPAGE="https://github.com/Lykos153/AnnexRemote"
70 -SRC_URI="https://github.com/Lykos153/AnnexRemote/archive/v${PV}.tar.gz -> ${P}.tar.gz"
71 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
72
73 LICENSE="GPL-3"
74 SLOT="0"
75 KEYWORDS="~amd64 ~x86"
76 IUSE="examples"
77
78 -S="${WORKDIR}/${MY_P}"
79 -
80 COMMON_DEPEND="dev-python/future[${PYTHON_USEDEP}]"
81 RDEPEND="
82 ${COMMON_DEPEND}
83
84 diff --git a/dev-python/annexremote/metadata.xml b/dev-python/annexremote/metadata.xml
85 index 0c1ee80ae..a4bcc5d17 100644
86 --- a/dev-python/annexremote/metadata.xml
87 +++ b/dev-python/annexremote/metadata.xml
88 @@ -17,5 +17,6 @@
89 </longdescription>
90 <upstream>
91 <remote-id type="github">Lykos153/AnnexRemote</remote-id>
92 + <remote-id type="pypi">annexremote</remote-id>
93 </upstream>
94 </pkgmetadata>