Merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
796c44e6f4
@ -1,2 +1,5 @@
|
||||
04 Oct 2021; <chymera@gentoo.org> annexremote-1.5.0.ebuild:
|
||||
dev-python/annexremote: enabled test suite passes
|
||||
|
||||
02 Oct 2021; <chymera@gentoo.org> -ChangeLog:
|
||||
dev-python/annexremote: removed changelog
|
||||
|
@ -20,9 +20,16 @@ IUSE="examples"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
RDEPEND="dev-python/future[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
COMMON_DEPEND="dev-python/future[${PYTHON_USEDEP}]"
|
||||
RDEPEND="
|
||||
${COMMON_DEPEND}
|
||||
dev-vcs/git-annex
|
||||
"
|
||||
DEPEND="
|
||||
${COMMON_DEPEND}
|
||||
"
|
||||
|
||||
distutils_enable_tests nose
|
||||
|
||||
python_install_all() {
|
||||
distutils-r1_python_install_all
|
||||
|
@ -1,3 +1,6 @@
|
||||
02 Oct 2021; <chymera@gentoo.org> dandi-cli-0.27.2.ebuild:
|
||||
dev-vcs/dandi-cli: let tests break for testing purposes
|
||||
|
||||
*dandi-cli-0.27.2 (27 Sep 2021)
|
||||
|
||||
27 Sep 2021; <chymera@gentoo.org> +dandi-cli-0.27.2.ebuild, +metadata.xml:
|
||||
|
@ -14,7 +14,7 @@ LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
RESTRICT="test"
|
||||
#RESTRICT="test"
|
||||
# Test fail during collection, reported upstream: https://github.com/dandi/dandi-cli/issues/774
|
||||
|
||||
RDEPEND="
|
||||
|
@ -1,3 +1,6 @@
|
||||
04 Oct 2021; <chymera@gentoo.org> datalad-0.15.1.ebuild:
|
||||
dev-vcs/datalad: enabling publish by default
|
||||
|
||||
*datalad-0.15.1 (02 Oct 2021)
|
||||
|
||||
02 Oct 2021; <chymera@gentoo.org> +datalad-0.15.1.ebuild, +metadata.xml:
|
||||
|
@ -13,7 +13,7 @@ SRC_URI="https://github.com/datalad/datalad/archive/refs/tags/${PV}.tar.gz -> ${
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="test +downloaders +metadata publish misc"
|
||||
IUSE="test +downloaders +metadata +publish misc"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
|
Loading…
x
Reference in New Issue
Block a user