mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python3-chroot: update to 0.10.4.
This commit is contained in:
parent
2288d3be90
commit
e1ba27cc70
1 changed files with 8 additions and 5 deletions
|
@ -1,17 +1,20 @@
|
||||||
# Template file for 'python3-chroot'
|
# Template file for 'python3-chroot'
|
||||||
pkgname=python3-chroot
|
pkgname=python3-chroot
|
||||||
version=0.10.1
|
version=0.10.4
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python3-module
|
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"
|
hostmakedepends="python3-setuptools python3-snakeoil"
|
||||||
depends="python3-snakeoil"
|
depends="python3-snakeoil"
|
||||||
|
checkdepends="${depends} python3-pytest-xdist"
|
||||||
short_desc="Python3 Library and CLI tool that simplify chroot handling"
|
short_desc="Python3 Library and CLI tool that simplify chroot handling"
|
||||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/pkgcore/pychroot"
|
homepage="https://pkgcore.github.io/pychroot/"
|
||||||
#changelog="https://github.com/pkgcore/pychroot/blob/master/NEWS.rst"
|
changelog="https://raw.githubusercontent.com/pkgcore/pychroot/master/NEWS.rst"
|
||||||
distfiles="${PYPI_SITE}/p/pychroot/pychroot-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pychroot/pychroot-${version}.tar.gz"
|
||||||
checksum=10b2d5195062d110df8e28bcdb1d79d1e8109fb77a226455ab2df6b40e7ff289
|
checksum=bb06b9c5b811aba80acac0f214ff7e5c7814b17f899986cdcd3f914f31a39609
|
||||||
conflicts="python-chroot>=0"
|
conflicts="python-chroot>=0"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue