mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
parent
e262afc5cf
commit
624f11050f
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-chroot'
|
# Template file for 'python-chroot'
|
||||||
pkgname=python-chroot
|
pkgname=python-chroot
|
||||||
version=0.9.16
|
version=0.9.18
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="pychroot-${version}"
|
wrksrc="pychroot-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -9,11 +9,12 @@ pycompile_module="pychroot"
|
||||||
hostmakedepends="python-setuptools python3-setuptools python-snakeoil python3-snakeoil"
|
hostmakedepends="python-setuptools python3-setuptools python-snakeoil python3-snakeoil"
|
||||||
depends="python-snakeoil"
|
depends="python-snakeoil"
|
||||||
short_desc="Python2 Library and CLI tool that simplify chroot handling"
|
short_desc="Python2 Library and CLI tool that simplify chroot handling"
|
||||||
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="https://github.com/pkgcore/pychroot"
|
homepage="https://github.com/pkgcore/pychroot"
|
||||||
|
#changelog="https://github.com/pkgcore/pychroot/blob/master/NEWS.rst"
|
||||||
distfiles="${PYPI_SITE}/p/pychroot/pychroot-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pychroot/pychroot-${version}.tar.gz"
|
||||||
checksum=8bcfde4f045d34181ab6ec869abb6608c1340de4dd15ceac003287ec610d221d
|
checksum=ec78082c9ea8a30733ac1cf9773431fe118fb4cbeaf1098572c3b8e4e16eb7aa
|
||||||
alternatives="chroot:pychroot:/usr/bin/pychroot2"
|
alternatives="chroot:pychroot:/usr/bin/pychroot2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue