From e1ba27cc706022de0a4c9df45f794d35b0a79cd3 Mon Sep 17 00:00:00 2001 From: icp Date: Tue, 29 Nov 2022 01:32:35 +0530 Subject: [PATCH] python3-chroot: update to 0.10.4. --- srcpkgs/python3-chroot/template | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-chroot/template b/srcpkgs/python3-chroot/template index f9c9b91a8a5..5640f459763 100644 --- a/srcpkgs/python3-chroot/template +++ b/srcpkgs/python3-chroot/template @@ -1,17 +1,20 @@ # Template file for 'python3-chroot' pkgname=python3-chroot -version=0.10.1 -revision=3 +version=0.10.4 +revision=1 build_style=python3-module +# OSError: [Errno 16] Device or resource busy: '/proc' +make_check_args="--deselect=tests/test_chroot.py::TestChroot::test_chroot" hostmakedepends="python3-setuptools python3-snakeoil" depends="python3-snakeoil" +checkdepends="${depends} python3-pytest-xdist" short_desc="Python3 Library and CLI tool that simplify chroot handling" maintainer="Toyam Cox " license="BSD-3-Clause" -homepage="https://github.com/pkgcore/pychroot" -#changelog="https://github.com/pkgcore/pychroot/blob/master/NEWS.rst" +homepage="https://pkgcore.github.io/pychroot/" +changelog="https://raw.githubusercontent.com/pkgcore/pychroot/master/NEWS.rst" distfiles="${PYPI_SITE}/p/pychroot/pychroot-${version}.tar.gz" -checksum=10b2d5195062d110df8e28bcdb1d79d1e8109fb77a226455ab2df6b40e7ff289 +checksum=bb06b9c5b811aba80acac0f214ff7e5c7814b17f899986cdcd3f914f31a39609 conflicts="python-chroot>=0" post_install() {