mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
python3-pyperclip: update to 1.8.2.
This commit is contained in:
parent
f79485e32f
commit
5c114d8e8c
1 changed files with 5 additions and 3 deletions
|
@ -1,17 +1,19 @@
|
||||||
# Template file for 'python3-pyperclip'
|
# Template file for 'python3-pyperclip'
|
||||||
pkgname=python3-pyperclip
|
pkgname=python3-pyperclip
|
||||||
version=1.8.1
|
version=1.8.2
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc=pyperclip-${version}
|
wrksrc=pyperclip-${version}
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
checkdepends="python3-pytest xclip xvfb-run"
|
||||||
short_desc="Cross-platform clipboard module (Python3)"
|
short_desc="Cross-platform clipboard module (Python3)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://pypi.org/project/pyperclip"
|
homepage="https://pypi.org/project/pyperclip"
|
||||||
distfiles="${PYPI_SITE}/p/pyperclip/pyperclip-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pyperclip/pyperclip-${version}.tar.gz"
|
||||||
checksum=9abef1e79ce635eb62309ecae02dfb5a3eb952fa7d6dce09c1aef063f81424d3
|
checksum=105254a8b04934f0bc84e9c24eb360a591aaf6535c9def5f29d92af107a9bf57
|
||||||
|
make_check_pre="xvfb-run"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue