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>[email protected]</email>
+ <name>Horea Christian</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>[email protected]</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>