From f0aca0f4e6ac0568b014d7dbfd54ce58e8704321 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Sun, 17 Oct 2021 22:02:55 -0400 Subject: dev-vcs/datalad: new package DataLad stack Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Horea Christian --- dev-vcs/datalad/Manifest | 2 ++ dev-vcs/datalad/datalad-0.15.1.ebuild | 68 +++++++++++++++++++++++++++++++++++ dev-vcs/datalad/datalad-0.15.2.ebuild | 68 +++++++++++++++++++++++++++++++++++ dev-vcs/datalad/metadata.xml | 30 ++++++++++++++++ 4 files changed, 168 insertions(+) create mode 100644 dev-vcs/datalad/Manifest create mode 100644 dev-vcs/datalad/datalad-0.15.1.ebuild create mode 100644 dev-vcs/datalad/datalad-0.15.2.ebuild create mode 100644 dev-vcs/datalad/metadata.xml diff --git a/dev-vcs/datalad/Manifest b/dev-vcs/datalad/Manifest new file mode 100644 index 000000000..c4147a574 --- /dev/null +++ b/dev-vcs/datalad/Manifest @@ -0,0 +1,2 @@ +DIST datalad-0.15.1.tar.gz 1357778 BLAKE2B 7c12c3ff1bd8d260e8e7cfd9e477a1f0798f6fc0fbdbc335229bcf88362ebc7280eeb92bb59c45e0f66677297680e4d8d7bc8f56c7ac171f921bc389c1ceef7c SHA512 d5ae7859486748cbf40bd27f3351fa5620b8342c6a4347b8e3e0cb331de5fa33b9384071adbb899fd7878641a210a11b360a9ea68d0c7437eae709244fa08fd1 +DIST datalad-0.15.2.tar.gz 1361038 BLAKE2B c515b374f0781693ed0f1d0d2c260a0bdb1c9e998b782a2232c501b4ab7c022adc38f00a79d0aed04ffde4ade5c696705d53bf16dbaec2378c74ef4ab35a7a15 SHA512 f0206855439c2d376172218ec6bf1ffa3277508256a5a49a2ec65a57bb5720e039481329c16459ed62eb1c9ed0126dc178ca34fa2c3b8dfdf8b8a0706a2b8658 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 + + -- cgit v1.2.3