public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-python/annexremote/
@ 2021-10-16  6:27 Horea Christian
  0 siblings, 0 replies; 9+ messages in thread
From: Horea Christian @ 2021-10-16  6:27 UTC (permalink / raw
  To: gentoo-commits

commit:     d3f131b00fa7c24588876b745c3b97f4641ad29c
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sat Oct 16 06:27:04 2021 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sat Oct 16 06:27:04 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=d3f131b0

dev-python/annexremote: new package

DataLad stack

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-python/annexremote/annexremote-1.5.0.ebuild | 37 +++++++++++++++++++++++++
 dev-python/annexremote/annexremote-1.6.0.ebuild | 37 +++++++++++++++++++++++++
 dev-python/annexremote/metadata.xml             | 21 ++++++++++++++
 3 files changed, 95 insertions(+)

diff --git a/dev-python/annexremote/annexremote-1.5.0.ebuild b/dev-python/annexremote/annexremote-1.5.0.ebuild
new file mode 100644
index 000000000..94549009e
--- /dev/null
+++ b/dev-python/annexremote/annexremote-1.5.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+MY_PN="AnnexRemote"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Helper module to easily develop git-annex remotes"
+HOMEPAGE="https://github.com/Lykos153/AnnexRemote"
+SRC_URI="https://github.com/Lykos153/AnnexRemote/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+S="${WORKDIR}/${MY_P}"
+
+COMMON_DEPEND="dev-python/future[${PYTHON_USEDEP}]"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+DEPEND="
+	${COMMON_DEPEND}
+"
+
+distutils_enable_tests nose
+
+python_install_all() {
+	distutils-r1_python_install_all
+	dodoc README.md
+	use examples && dodoc -r examples
+}

diff --git a/dev-python/annexremote/annexremote-1.6.0.ebuild b/dev-python/annexremote/annexremote-1.6.0.ebuild
new file mode 100644
index 000000000..94549009e
--- /dev/null
+++ b/dev-python/annexremote/annexremote-1.6.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+MY_PN="AnnexRemote"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Helper module to easily develop git-annex remotes"
+HOMEPAGE="https://github.com/Lykos153/AnnexRemote"
+SRC_URI="https://github.com/Lykos153/AnnexRemote/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+S="${WORKDIR}/${MY_P}"
+
+COMMON_DEPEND="dev-python/future[${PYTHON_USEDEP}]"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+DEPEND="
+	${COMMON_DEPEND}
+"
+
+distutils_enable_tests nose
+
+python_install_all() {
+	distutils-r1_python_install_all
+	dodoc README.md
+	use examples && dodoc -r examples
+}

diff --git a/dev-python/annexremote/metadata.xml b/dev-python/annexremote/metadata.xml
new file mode 100644
index 000000000..0c1ee80ae
--- /dev/null
+++ b/dev-python/annexremote/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>gentoo@chymera.eu</email>
+		<name>Horea Christian</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>sci@gentoo.org</email>
+		<name>Gentoo Science Project</name>
+	</maintainer>
+	<longdescription lang="en">
+		Helper module to easily develop special remotes for git annex. AnnexRemote
+		handles all the protocol stuff for you, so you can focus on the remote
+		itself. It implements the complete external special remote protocol and
+		fulfils all specifications regarding whitespaces etc.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">Lykos153/AnnexRemote</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/annexremote/
@ 2022-05-27  4:13 Horea Christian
  0 siblings, 0 replies; 9+ messages in thread
From: Horea Christian @ 2022-05-27  4:13 UTC (permalink / raw
  To: gentoo-commits

commit:     d269919305b5a4d6602c3f2aa4b33d426ba1bddc
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri May 27 04:13:06 2022 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri May 27 04:13:06 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=d2699193

dev-python/annexremote: pypi sources

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-python/annexremote/annexremote-1.5.0.ebuild | 9 ++-------
 dev-python/annexremote/annexremote-1.6.0.ebuild | 9 ++-------
 dev-python/annexremote/metadata.xml             | 1 +
 3 files changed, 5 insertions(+), 14 deletions(-)

diff --git a/dev-python/annexremote/annexremote-1.5.0.ebuild b/dev-python/annexremote/annexremote-1.5.0.ebuild
index 94549009e..b35e3c274 100644
--- a/dev-python/annexremote/annexremote-1.5.0.ebuild
+++ b/dev-python/annexremote/annexremote-1.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,20 +6,15 @@ EAPI=8
 PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
-MY_PN="AnnexRemote"
-MY_P="${MY_PN}-${PV}"
-
 DESCRIPTION="Helper module to easily develop git-annex remotes"
 HOMEPAGE="https://github.com/Lykos153/AnnexRemote"
-SRC_URI="https://github.com/Lykos153/AnnexRemote/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="examples"
 
-S="${WORKDIR}/${MY_P}"
-
 COMMON_DEPEND="dev-python/future[${PYTHON_USEDEP}]"
 RDEPEND="
 	${COMMON_DEPEND}

diff --git a/dev-python/annexremote/annexremote-1.6.0.ebuild b/dev-python/annexremote/annexremote-1.6.0.ebuild
index 94549009e..b35e3c274 100644
--- a/dev-python/annexremote/annexremote-1.6.0.ebuild
+++ b/dev-python/annexremote/annexremote-1.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,20 +6,15 @@ EAPI=8
 PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
-MY_PN="AnnexRemote"
-MY_P="${MY_PN}-${PV}"
-
 DESCRIPTION="Helper module to easily develop git-annex remotes"
 HOMEPAGE="https://github.com/Lykos153/AnnexRemote"
-SRC_URI="https://github.com/Lykos153/AnnexRemote/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="examples"
 
-S="${WORKDIR}/${MY_P}"
-
 COMMON_DEPEND="dev-python/future[${PYTHON_USEDEP}]"
 RDEPEND="
 	${COMMON_DEPEND}

diff --git a/dev-python/annexremote/metadata.xml b/dev-python/annexremote/metadata.xml
index 0c1ee80ae..a4bcc5d17 100644
--- a/dev-python/annexremote/metadata.xml
+++ b/dev-python/annexremote/metadata.xml
@@ -17,5 +17,6 @@
 	</longdescription>
 	<upstream>
 		<remote-id type="github">Lykos153/AnnexRemote</remote-id>
+		<remote-id type="pypi">annexremote</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/annexremote/
@ 2023-01-13  6:55 Horea Christian
  0 siblings, 0 replies; 9+ messages in thread
From: Horea Christian @ 2023-01-13  6:55 UTC (permalink / raw
  To: gentoo-commits

commit:     4d9b6f00d7a5f492afbaab660ec151d1dd3aca33
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Jan 13 06:54:55 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Jan 13 06:54:55 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=4d9b6f00

dev-python/annexremote: restricted tests

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-python/annexremote/annexremote-1.5.0.ebuild | 3 +++
 dev-python/annexremote/annexremote-1.6.0.ebuild | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/dev-python/annexremote/annexremote-1.5.0.ebuild b/dev-python/annexremote/annexremote-1.5.0.ebuild
index e5a7b7cc3..90511a157 100644
--- a/dev-python/annexremote/annexremote-1.5.0.ebuild
+++ b/dev-python/annexremote/annexremote-1.5.0.ebuild
@@ -14,6 +14,9 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="examples"
+# Reported upstream:
+# https://github.com/Lykos153/AnnexRemote/issues/61
+RESTRICT="test"
 
 COMMON_DEPEND="dev-python/future[${PYTHON_USEDEP}]"
 RDEPEND="

diff --git a/dev-python/annexremote/annexremote-1.6.0.ebuild b/dev-python/annexremote/annexremote-1.6.0.ebuild
index e5a7b7cc3..90511a157 100644
--- a/dev-python/annexremote/annexremote-1.6.0.ebuild
+++ b/dev-python/annexremote/annexremote-1.6.0.ebuild
@@ -14,6 +14,9 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="examples"
+# Reported upstream:
+# https://github.com/Lykos153/AnnexRemote/issues/61
+RESTRICT="test"
 
 COMMON_DEPEND="dev-python/future[${PYTHON_USEDEP}]"
 RDEPEND="


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/annexremote/
@ 2023-05-02 12:28 Andrew Ammerlaan
  0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2023-05-02 12:28 UTC (permalink / raw
  To: gentoo-commits

commit:     2f4052088e8bbd5610cb326482ee9c24729d1d7d
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue May  2 12:28:27 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue May  2 12:28:27 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=2f405208

dev-python/annexremote: treeclean

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/annexremote/annexremote-1.5.0.ebuild | 35 -------------------------
 dev-python/annexremote/annexremote-1.6.0.ebuild | 35 -------------------------
 dev-python/annexremote/metadata.xml             | 22 ----------------
 3 files changed, 92 deletions(-)

diff --git a/dev-python/annexremote/annexremote-1.5.0.ebuild b/dev-python/annexremote/annexremote-1.5.0.ebuild
deleted file mode 100644
index 90511a157..000000000
--- a/dev-python/annexremote/annexremote-1.5.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_10 )
-inherit distutils-r1
-
-DESCRIPTION="Helper module to easily develop git-annex remotes"
-HOMEPAGE="https://github.com/Lykos153/AnnexRemote"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-# Reported upstream:
-# https://github.com/Lykos153/AnnexRemote/issues/61
-RESTRICT="test"
-
-COMMON_DEPEND="dev-python/future[${PYTHON_USEDEP}]"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-DEPEND="
-	${COMMON_DEPEND}
-"
-
-distutils_enable_tests nose
-
-python_install_all() {
-	distutils-r1_python_install_all
-	dodoc README.md
-	use examples && dodoc -r examples
-}

diff --git a/dev-python/annexremote/annexremote-1.6.0.ebuild b/dev-python/annexremote/annexremote-1.6.0.ebuild
deleted file mode 100644
index 90511a157..000000000
--- a/dev-python/annexremote/annexremote-1.6.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_10 )
-inherit distutils-r1
-
-DESCRIPTION="Helper module to easily develop git-annex remotes"
-HOMEPAGE="https://github.com/Lykos153/AnnexRemote"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-# Reported upstream:
-# https://github.com/Lykos153/AnnexRemote/issues/61
-RESTRICT="test"
-
-COMMON_DEPEND="dev-python/future[${PYTHON_USEDEP}]"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-DEPEND="
-	${COMMON_DEPEND}
-"
-
-distutils_enable_tests nose
-
-python_install_all() {
-	distutils-r1_python_install_all
-	dodoc README.md
-	use examples && dodoc -r examples
-}

diff --git a/dev-python/annexremote/metadata.xml b/dev-python/annexremote/metadata.xml
deleted file mode 100644
index a4bcc5d17..000000000
--- a/dev-python/annexremote/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>gentoo@chymera.eu</email>
-		<name>Horea Christian</name>
-	</maintainer>
-	<maintainer type="project">
-		<email>sci@gentoo.org</email>
-		<name>Gentoo Science Project</name>
-	</maintainer>
-	<longdescription lang="en">
-		Helper module to easily develop special remotes for git annex. AnnexRemote
-		handles all the protocol stuff for you, so you can focus on the remote
-		itself. It implements the complete external special remote protocol and
-		fulfils all specifications regarding whitespaces etc.
-	</longdescription>
-	<upstream>
-		<remote-id type="github">Lykos153/AnnexRemote</remote-id>
-		<remote-id type="pypi">annexremote</remote-id>
-	</upstream>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/annexremote/
@ 2023-05-02 19:03 Horea Christian
  0 siblings, 0 replies; 9+ messages in thread
From: Horea Christian @ 2023-05-02 19:03 UTC (permalink / raw
  To: gentoo-commits

commit:     010dffaf976907f5f8fcefbc33e1a9a81626f8ee
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue May  2 18:26:26 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue May  2 18:28:03 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=010dffaf

dev-python/annexremote: brought back

This reverts commit 2f4052088e8bbd5610cb326482ee9c24729d1d7d.

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-python/annexremote/annexremote-1.5.0.ebuild | 35 +++++++++++++++++++++++++
 dev-python/annexremote/annexremote-1.6.0.ebuild | 35 +++++++++++++++++++++++++
 dev-python/annexremote/metadata.xml             | 22 ++++++++++++++++
 3 files changed, 92 insertions(+)

diff --git a/dev-python/annexremote/annexremote-1.5.0.ebuild b/dev-python/annexremote/annexremote-1.5.0.ebuild
new file mode 100644
index 000000000..90511a157
--- /dev/null
+++ b/dev-python/annexremote/annexremote-1.5.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_10 )
+inherit distutils-r1
+
+DESCRIPTION="Helper module to easily develop git-annex remotes"
+HOMEPAGE="https://github.com/Lykos153/AnnexRemote"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+# Reported upstream:
+# https://github.com/Lykos153/AnnexRemote/issues/61
+RESTRICT="test"
+
+COMMON_DEPEND="dev-python/future[${PYTHON_USEDEP}]"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+DEPEND="
+	${COMMON_DEPEND}
+"
+
+distutils_enable_tests nose
+
+python_install_all() {
+	distutils-r1_python_install_all
+	dodoc README.md
+	use examples && dodoc -r examples
+}

diff --git a/dev-python/annexremote/annexremote-1.6.0.ebuild b/dev-python/annexremote/annexremote-1.6.0.ebuild
new file mode 100644
index 000000000..90511a157
--- /dev/null
+++ b/dev-python/annexremote/annexremote-1.6.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_10 )
+inherit distutils-r1
+
+DESCRIPTION="Helper module to easily develop git-annex remotes"
+HOMEPAGE="https://github.com/Lykos153/AnnexRemote"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+# Reported upstream:
+# https://github.com/Lykos153/AnnexRemote/issues/61
+RESTRICT="test"
+
+COMMON_DEPEND="dev-python/future[${PYTHON_USEDEP}]"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+DEPEND="
+	${COMMON_DEPEND}
+"
+
+distutils_enable_tests nose
+
+python_install_all() {
+	distutils-r1_python_install_all
+	dodoc README.md
+	use examples && dodoc -r examples
+}

diff --git a/dev-python/annexremote/metadata.xml b/dev-python/annexremote/metadata.xml
new file mode 100644
index 000000000..a4bcc5d17
--- /dev/null
+++ b/dev-python/annexremote/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>gentoo@chymera.eu</email>
+		<name>Horea Christian</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>sci@gentoo.org</email>
+		<name>Gentoo Science Project</name>
+	</maintainer>
+	<longdescription lang="en">
+		Helper module to easily develop special remotes for git annex. AnnexRemote
+		handles all the protocol stuff for you, so you can focus on the remote
+		itself. It implements the complete external special remote protocol and
+		fulfils all specifications regarding whitespaces etc.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">Lykos153/AnnexRemote</remote-id>
+		<remote-id type="pypi">annexremote</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/annexremote/
@ 2023-05-02 19:03 Horea Christian
  0 siblings, 0 replies; 9+ messages in thread
From: Horea Christian @ 2023-05-02 19:03 UTC (permalink / raw
  To: gentoo-commits

commit:     283f908da2ebd0660d9ecd975d71e791cf0ed211
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue May  2 19:02:07 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue May  2 19:02:21 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=283f908d

dev-python/annexremote: update SRC_URI, PYTHON_COMPAT, PEP517 bump

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-python/annexremote/annexremote-1.5.0.ebuild | 18 ++++--------------
 dev-python/annexremote/annexremote-1.6.0.ebuild | 18 ++++--------------
 2 files changed, 8 insertions(+), 28 deletions(-)

diff --git a/dev-python/annexremote/annexremote-1.5.0.ebuild b/dev-python/annexremote/annexremote-1.5.0.ebuild
index 90511a157..a6dacd5c9 100644
--- a/dev-python/annexremote/annexremote-1.5.0.ebuild
+++ b/dev-python/annexremote/annexremote-1.5.0.ebuild
@@ -3,31 +3,21 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_10 )
-inherit distutils-r1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+inherit distutils-r1 pypi
 
 DESCRIPTION="Helper module to easily develop git-annex remotes"
 HOMEPAGE="https://github.com/Lykos153/AnnexRemote"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="examples"
-# Reported upstream:
+# Tests require nose, reported upstream:
 # https://github.com/Lykos153/AnnexRemote/issues/61
 RESTRICT="test"
 
-COMMON_DEPEND="dev-python/future[${PYTHON_USEDEP}]"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-DEPEND="
-	${COMMON_DEPEND}
-"
-
-distutils_enable_tests nose
-
 python_install_all() {
 	distutils-r1_python_install_all
 	dodoc README.md

diff --git a/dev-python/annexremote/annexremote-1.6.0.ebuild b/dev-python/annexremote/annexremote-1.6.0.ebuild
index 90511a157..a6dacd5c9 100644
--- a/dev-python/annexremote/annexremote-1.6.0.ebuild
+++ b/dev-python/annexremote/annexremote-1.6.0.ebuild
@@ -3,31 +3,21 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_10 )
-inherit distutils-r1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+inherit distutils-r1 pypi
 
 DESCRIPTION="Helper module to easily develop git-annex remotes"
 HOMEPAGE="https://github.com/Lykos153/AnnexRemote"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="examples"
-# Reported upstream:
+# Tests require nose, reported upstream:
 # https://github.com/Lykos153/AnnexRemote/issues/61
 RESTRICT="test"
 
-COMMON_DEPEND="dev-python/future[${PYTHON_USEDEP}]"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-DEPEND="
-	${COMMON_DEPEND}
-"
-
-distutils_enable_tests nose
-
 python_install_all() {
 	distutils-r1_python_install_all
 	dodoc README.md


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/annexremote/
@ 2024-08-02  5:31 Horea Christian
  0 siblings, 0 replies; 9+ messages in thread
From: Horea Christian @ 2024-08-02  5:31 UTC (permalink / raw
  To: gentoo-commits

commit:     90a3d14b6a6418040654ed66497646d2e172f5df
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Aug  2 05:26:55 2024 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Aug  2 05:26:55 2024 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=90a3d14b

dev-python/annexremote: version bump

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-python/annexremote/annexremote-1.5.0.ebuild              |  2 +-
 dev-python/annexremote/annexremote-1.6.0.ebuild              |  2 +-
 .../{annexremote-1.5.0.ebuild => annexremote-1.6.5.ebuild}   | 12 +++++++-----
 3 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/dev-python/annexremote/annexremote-1.5.0.ebuild b/dev-python/annexremote/annexremote-1.5.0.ebuild
index a6dacd5c9..c2fc5bb4f 100644
--- a/dev-python/annexremote/annexremote-1.5.0.ebuild
+++ b/dev-python/annexremote/annexremote-1.5.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..13} )
 inherit distutils-r1 pypi
 
 DESCRIPTION="Helper module to easily develop git-annex remotes"

diff --git a/dev-python/annexremote/annexremote-1.6.0.ebuild b/dev-python/annexremote/annexremote-1.6.0.ebuild
index a6dacd5c9..c2fc5bb4f 100644
--- a/dev-python/annexremote/annexremote-1.6.0.ebuild
+++ b/dev-python/annexremote/annexremote-1.6.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..13} )
 inherit distutils-r1 pypi
 
 DESCRIPTION="Helper module to easily develop git-annex remotes"

diff --git a/dev-python/annexremote/annexremote-1.5.0.ebuild b/dev-python/annexremote/annexremote-1.6.5.ebuild
similarity index 66%
copy from dev-python/annexremote/annexremote-1.5.0.ebuild
copy to dev-python/annexremote/annexremote-1.6.5.ebuild
index a6dacd5c9..8397d547c 100644
--- a/dev-python/annexremote/annexremote-1.5.0.ebuild
+++ b/dev-python/annexremote/annexremote-1.6.5.ebuild
@@ -4,22 +4,24 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-inherit distutils-r1 pypi
+PYTHON_COMPAT=( python3_{10..13} )
+inherit distutils-r1
 
 DESCRIPTION="Helper module to easily develop git-annex remotes"
 HOMEPAGE="https://github.com/Lykos153/AnnexRemote"
+SRC_URI="https://github.com/Lykos153/AnnexRemote/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="examples"
-# Tests require nose, reported upstream:
-# https://github.com/Lykos153/AnnexRemote/issues/61
-RESTRICT="test"
 
 python_install_all() {
 	distutils-r1_python_install_all
 	dodoc README.md
 	use examples && dodoc -r examples
 }
+
+S="${WORKDIR}/AnnexRemote-${PV}"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/annexremote/
@ 2024-08-02  5:31 Horea Christian
  0 siblings, 0 replies; 9+ messages in thread
From: Horea Christian @ 2024-08-02  5:31 UTC (permalink / raw
  To: gentoo-commits

commit:     8ff78b4659f3378fe50c7b2c25dd7073949462cd
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Aug  2 05:27:40 2024 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Aug  2 05:27:40 2024 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=8ff78b46

dev-python/annexremote: drop 1.5.0, 1.6.0

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-python/annexremote/annexremote-1.5.0.ebuild | 25 -------------------------
 dev-python/annexremote/annexremote-1.6.0.ebuild | 25 -------------------------
 2 files changed, 50 deletions(-)

diff --git a/dev-python/annexremote/annexremote-1.5.0.ebuild b/dev-python/annexremote/annexremote-1.5.0.ebuild
deleted file mode 100644
index c2fc5bb4f..000000000
--- a/dev-python/annexremote/annexremote-1.5.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-inherit distutils-r1 pypi
-
-DESCRIPTION="Helper module to easily develop git-annex remotes"
-HOMEPAGE="https://github.com/Lykos153/AnnexRemote"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-# Tests require nose, reported upstream:
-# https://github.com/Lykos153/AnnexRemote/issues/61
-RESTRICT="test"
-
-python_install_all() {
-	distutils-r1_python_install_all
-	dodoc README.md
-	use examples && dodoc -r examples
-}

diff --git a/dev-python/annexremote/annexremote-1.6.0.ebuild b/dev-python/annexremote/annexremote-1.6.0.ebuild
deleted file mode 100644
index c2fc5bb4f..000000000
--- a/dev-python/annexremote/annexremote-1.6.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-inherit distutils-r1 pypi
-
-DESCRIPTION="Helper module to easily develop git-annex remotes"
-HOMEPAGE="https://github.com/Lykos153/AnnexRemote"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-# Tests require nose, reported upstream:
-# https://github.com/Lykos153/AnnexRemote/issues/61
-RESTRICT="test"
-
-python_install_all() {
-	distutils-r1_python_install_all
-	dodoc README.md
-	use examples && dodoc -r examples
-}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/annexremote/
@ 2024-08-02  5:31 Horea Christian
  0 siblings, 0 replies; 9+ messages in thread
From: Horea Christian @ 2024-08-02  5:31 UTC (permalink / raw
  To: gentoo-commits

commit:     65717ea565e25ac11cf0152f278eaed0531c7c17
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Aug  2 05:28:45 2024 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Aug  2 05:28:45 2024 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=65717ea5

dev-python/annexremote: reordered variables

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-python/annexremote/annexremote-1.6.5.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/annexremote/annexremote-1.6.5.ebuild b/dev-python/annexremote/annexremote-1.6.5.ebuild
index 8397d547c..39e5f7b09 100644
--- a/dev-python/annexremote/annexremote-1.6.5.ebuild
+++ b/dev-python/annexremote/annexremote-1.6.5.ebuild
@@ -11,6 +11,7 @@ DESCRIPTION="Helper module to easily develop git-annex remotes"
 HOMEPAGE="https://github.com/Lykos153/AnnexRemote"
 SRC_URI="https://github.com/Lykos153/AnnexRemote/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
 
+S="${WORKDIR}/AnnexRemote-${PV}"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
@@ -22,6 +23,4 @@ python_install_all() {
 	use examples && dodoc -r examples
 }
 
-S="${WORKDIR}/AnnexRemote-${PV}"
-
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-08-02  5:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-02 19:03 [gentoo-commits] proj/sci:master commit in: dev-python/annexremote/ Horea Christian
  -- strict thread matches above, loose matches on Subject: below --
2024-08-02  5:31 Horea Christian
2024-08-02  5:31 Horea Christian
2024-08-02  5:31 Horea Christian
2023-05-02 19:03 Horea Christian
2023-05-02 12:28 Andrew Ammerlaan
2023-01-13  6:55 Horea Christian
2022-05-27  4:13 Horea Christian
2021-10-16  6:27 Horea Christian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox