void-packages/srcpkgs/python3-chroot/template

23 lines
845 B
Bash

# Template file for 'python3-chroot'
pkgname=python3-chroot
version=0.10.4
revision=2
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 <Vaelatern@voidlinux.org>"
license="BSD-3-Clause"
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=bb06b9c5b811aba80acac0f214ff7e5c7814b17f899986cdcd3f914f31a39609
conflicts="python-chroot>=0"
post_install() {
vlicense LICENSE
}