From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F15D0158086 for ; Mon, 18 Oct 2021 02:03:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06B1EE0867; Mon, 18 Oct 2021 02:03:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D2322E0867 for ; Mon, 18 Oct 2021 02:03:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A8C8E343903 for ; Mon, 18 Oct 2021 02:03:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B806D3 for ; Mon, 18 Oct 2021 02:03:05 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1634522575.f0aca0f4e6ac0568b014d7dbfd54ce58e8704321.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-vcs/datalad/ X-VCS-Repository: proj/sci X-VCS-Files: dev-vcs/datalad/datalad-0.15.1.ebuild dev-vcs/datalad/datalad-0.15.2.ebuild dev-vcs/datalad/metadata.xml X-VCS-Directories: dev-vcs/datalad/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: f0aca0f4e6ac0568b014d7dbfd54ce58e8704321 X-VCS-Branch: master Date: Mon, 18 Oct 2021 02:03:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 36dfd92c-32d1-4391-8719-0de3115a162d X-Archives-Hash: 3a205c7673ebacc925653a98915393ce commit: f0aca0f4e6ac0568b014d7dbfd54ce58e8704321 Author: Horea Christian chymera eu> AuthorDate: Mon Oct 18 02:02:55 2021 +0000 Commit: Horea Christian gmail com> CommitDate: Mon Oct 18 02:02:55 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f0aca0f4 dev-vcs/datalad: new package DataLad stack Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Horea Christian chymera.eu> dev-vcs/datalad/datalad-0.15.1.ebuild | 68 +++++++++++++++++++++++++++++++++++ dev-vcs/datalad/datalad-0.15.2.ebuild | 68 +++++++++++++++++++++++++++++++++++ dev-vcs/datalad/metadata.xml | 30 ++++++++++++++++ 3 files changed, 166 insertions(+) diff --git a/dev-vcs/datalad/datalad-0.15.1.ebuild b/dev-vcs/datalad/datalad-0.15.1.ebuild new file mode 100644 index 000000000..2322ac254 --- /dev/null +++ b/dev-vcs/datalad/datalad-0.15.1.ebuild @@ -0,0 +1,68 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8,9} ) +inherit distutils-r1 + +DESCRIPTION="Keep code, data, containers under control with git and git-annex" +HOMEPAGE="https://github.com/datalad/datalad" +SRC_URI="https://github.com/datalad/datalad/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test +downloaders +metadata +publish misc" +RESTRICT="!test? ( test )" + +RDEPEND=" + app-arch/p7zip + dev-python/annexremote[${PYTHON_USEDEP}] + dev-python/appdirs[${PYTHON_USEDEP}] + >=dev-python/chardet-3.0.4[${PYTHON_USEDEP}] + dev-python/distro[${PYTHON_USEDEP}] + dev-python/iso8601[${PYTHON_USEDEP}] + dev-python/humanize[${PYTHON_USEDEP}] + dev-python/fasteners[${PYTHON_USEDEP}] + app-arch/patool[${PYTHON_USEDEP}] + dev-python/tqdm[${PYTHON_USEDEP}] + dev-python/wrapt[${PYTHON_USEDEP}] + downloaders? ( + dev-python/boto[${PYTHON_USEDEP}] + dev-python/keyring[${PYTHON_USEDEP}] + dev-python/keyrings_alt[${PYTHON_USEDEP}] + dev-python/msgpack[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + ) + metadata? ( + dev-python/simplejson[${PYTHON_USEDEP}] + dev-python/whoosh[${PYTHON_USEDEP}] + ) + misc? ( + dev-python/argcomplete[${PYTHON_USEDEP}] + dev-python/pyperclip[${PYTHON_USEDEP}] + dev-python/python-dateutil[${PYTHON_USEDEP}] + ) + publish? ( + dev-vcs/python-gitlab[${PYTHON_USEDEP}] + dev-python/PyGithub[${PYTHON_USEDEP}] + ) +" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/beautifulsoup4[${PYTHON_USEDEP}] + dev-python/httpretty[${PYTHON_USEDEP}] + dev-python/vcrpy[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests nose + +python_test() { + export DATALAD_TESTS_NONETWORK=1 + ${EPYTHON} -m nose -s -v -A "not(integration or usecase or slow or network or turtle)" datalad || die + # Full test suite takes for ever: + # ${EPYTHON} -m nose -s -v datalad || die +} diff --git a/dev-vcs/datalad/datalad-0.15.2.ebuild b/dev-vcs/datalad/datalad-0.15.2.ebuild new file mode 100644 index 000000000..2322ac254 --- /dev/null +++ b/dev-vcs/datalad/datalad-0.15.2.ebuild @@ -0,0 +1,68 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8,9} ) +inherit distutils-r1 + +DESCRIPTION="Keep code, data, containers under control with git and git-annex" +HOMEPAGE="https://github.com/datalad/datalad" +SRC_URI="https://github.com/datalad/datalad/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test +downloaders +metadata +publish misc" +RESTRICT="!test? ( test )" + +RDEPEND=" + app-arch/p7zip + dev-python/annexremote[${PYTHON_USEDEP}] + dev-python/appdirs[${PYTHON_USEDEP}] + >=dev-python/chardet-3.0.4[${PYTHON_USEDEP}] + dev-python/distro[${PYTHON_USEDEP}] + dev-python/iso8601[${PYTHON_USEDEP}] + dev-python/humanize[${PYTHON_USEDEP}] + dev-python/fasteners[${PYTHON_USEDEP}] + app-arch/patool[${PYTHON_USEDEP}] + dev-python/tqdm[${PYTHON_USEDEP}] + dev-python/wrapt[${PYTHON_USEDEP}] + downloaders? ( + dev-python/boto[${PYTHON_USEDEP}] + dev-python/keyring[${PYTHON_USEDEP}] + dev-python/keyrings_alt[${PYTHON_USEDEP}] + dev-python/msgpack[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + ) + metadata? ( + dev-python/simplejson[${PYTHON_USEDEP}] + dev-python/whoosh[${PYTHON_USEDEP}] + ) + misc? ( + dev-python/argcomplete[${PYTHON_USEDEP}] + dev-python/pyperclip[${PYTHON_USEDEP}] + dev-python/python-dateutil[${PYTHON_USEDEP}] + ) + publish? ( + dev-vcs/python-gitlab[${PYTHON_USEDEP}] + dev-python/PyGithub[${PYTHON_USEDEP}] + ) +" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/beautifulsoup4[${PYTHON_USEDEP}] + dev-python/httpretty[${PYTHON_USEDEP}] + dev-python/vcrpy[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests nose + +python_test() { + export DATALAD_TESTS_NONETWORK=1 + ${EPYTHON} -m nose -s -v -A "not(integration or usecase or slow or network or turtle)" datalad || die + # Full test suite takes for ever: + # ${EPYTHON} -m nose -s -v datalad || die +} diff --git a/dev-vcs/datalad/metadata.xml b/dev-vcs/datalad/metadata.xml new file mode 100644 index 000000000..8a6c00a2d --- /dev/null +++ b/dev-vcs/datalad/metadata.xml @@ -0,0 +1,30 @@ + + + + + gentoo@chymera.eu + Horea Christian + + + sci@gentoo.org + Gentoo Science Project + + + DataLad makes data management and data distribution more accessible. To + do that, it stands on the shoulders of Git and Git-annex to deliver a + decentralized system for data exchange. This includes automated + ingestion of data from online portals and exposing it in readily usable + form as Git(-annex) repositories, so-called datasets. The actual data + storage and permission management, however, remains with the original + data providers. + + + Extended support for download resources + Annotated metadata support for datasets + Dataset publishing support + Dataset publishing support + + + datalad/datalad + +