1
0
Fork 0

Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
Horea Christian 2021-10-02 16:43:53 -04:00
commit 7dc8b22170
6 changed files with 104 additions and 6 deletions

View File

@ -1,4 +1,2 @@
*annexremote-1.5.0 (20 Sep 2021)
20 Sep 2021; <chymera@gentoo.org> +annexremote-1.5.0.ebuild, +metadata.xml:
dev-python/annexremote: new package (datalad dep)
02 Oct 2021; <chymera@gentoo.org> -ChangeLog:
dev-python/annexremote: removed changelog

View File

@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
PYTHON_COMPAT=( python3_{7..9} )
PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1
MY_PN="AnnexRemote"

View File

@ -0,0 +1,4 @@
*datalad-0.15.1 (02 Oct 2021)
02 Oct 2021; <chymera@gentoo.org> +datalad-0.15.1.ebuild, +metadata.xml:
dev-vcs/datalad: new package

1
dev-vcs/datalad/Manifest Normal file
View File

@ -0,0 +1 @@
DIST datalad-0.15.1.tar.gz 1357778 SHA256 cf3d06f00189736a2a4e42283d487d80968f063bfe48e9aabafa08a4bc85d374 SHA512 d5ae7859486748cbf40bd27f3351fa5620b8342c6a4347b8e3e0cb331de5fa33b9384071adbb899fd7878641a210a11b360a9ea68d0c7437eae709244fa08fd1 WHIRLPOOL 9dbce51b820f73ac09a9d384ba750fa959ed9d37b0a2673eaa031d0913f5e7b70cc800e4e89fc7c372ac44e75e60cf902151a7c4d90d9f4fe783a220e5a37023

View File

@ -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
}

View File

@ -0,0 +1,27 @@
<?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">
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.
</longdescription>
<use>
<flag name="downloaders">Extended support for download resources</flag>
<flag name="metadata">Annotated metadata support for datasets</flag>
<flag name="misc">Dataset publishing support</flag>
<flag name="publish">Dataset publishing support</flag>
</use>
</pkgmetadata>