1
0
Fork 0

dev-vcs/datalad: version bump

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2021-10-16 19:43:29 -04:00
parent 31f5d2e8f8
commit 4d5f34b414
No known key found for this signature in database
GPG Key ID: 161C0BE6255333D3
4 changed files with 76 additions and 0 deletions

View File

@ -0,0 +1,4 @@
*datalad-0.15.2 (16 Oct 2021)
16 Oct 2021; <chymera@gentoo.org> +datalad-0.15.2.ebuild, metadata.xml:
dev-vcs/datalad: version bump

View File

@ -1 +1,2 @@
DIST datalad-0.15.1.tar.gz 1357778 SHA256 cf3d06f00189736a2a4e42283d487d80968f063bfe48e9aabafa08a4bc85d374 SHA512 d5ae7859486748cbf40bd27f3351fa5620b8342c6a4347b8e3e0cb331de5fa33b9384071adbb899fd7878641a210a11b360a9ea68d0c7437eae709244fa08fd1 WHIRLPOOL 9dbce51b820f73ac09a9d384ba750fa959ed9d37b0a2673eaa031d0913f5e7b70cc800e4e89fc7c372ac44e75e60cf902151a7c4d90d9f4fe783a220e5a37023
DIST datalad-0.15.2.tar.gz 1361038 SHA256 1e2e54f4ec1b54ef450f0e10675f6d2335897abb1307be642e6d34797b489a0b SHA512 f0206855439c2d376172218ec6bf1ffa3277508256a5a49a2ec65a57bb5720e039481329c16459ed62eb1c9ed0126dc178ca34fa2c3b8dfdf8b8a0706a2b8658 WHIRLPOOL 564ccae5ef43fd4e6839d4d3536a8c22da1a937fce43c661f7ecbb25cf0cb0bf934cda57a8c32faab2a37ef033b32011685f32dd1c2894319a7e55f0c322ca23

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

@ -24,4 +24,7 @@
<flag name="misc">Dataset publishing support</flag>
<flag name="publish">Dataset publishing support</flag>
</use>
<upstream>
<remote-id type="github">datalad/datalad</remote-id>
</upstream>
</pkgmetadata>