mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 13:17:00 +02:00
python3-EasyProcess: rebuild for python3-3.13
This commit is contained in:
parent
51fb90c35c
commit
a5bd0abb16
1 changed files with 2 additions and 3 deletions
|
@ -1,18 +1,17 @@
|
||||||
# Template file for 'python3-EasyProcess'
|
# Template file for 'python3-EasyProcess'
|
||||||
pkgname=python3-EasyProcess
|
pkgname=python3-EasyProcess
|
||||||
version=1.1
|
version=1.1
|
||||||
revision=3
|
revision=4
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest python3-nose python3-PyVirtualDisplay inetutils
|
|
||||||
xorg-server-xvfb python3-six"
|
|
||||||
short_desc="Easy to use python subprocess interface"
|
short_desc="Easy to use python subprocess interface"
|
||||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://github.com/ponty/easyprocess"
|
homepage="https://github.com/ponty/easyprocess"
|
||||||
distfiles="${PYPI_SITE}/E/EasyProcess/EasyProcess-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/E/EasyProcess/EasyProcess-${version}.tar.gz"
|
||||||
checksum=885898302a57aab948973e8b5d32a4229392b9fb2d986ab1d4ffd590e5ba90ec
|
checksum=885898302a57aab948973e8b5d32a4229392b9fb2d986ab1d4ffd590e5ba90ec
|
||||||
|
make_check=no # Tests require removed python3-nose
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue