mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-pyperclip: update to 1.8.1
[ci skip]
This commit is contained in:
parent
dba783c0a2
commit
d0546d102a
1 changed files with 6 additions and 9 deletions
|
@ -1,9 +1,8 @@
|
||||||
# Template file for 'python3-pyperclip'
|
# Template file for 'python3-pyperclip'
|
||||||
pkgname=python3-pyperclip
|
pkgname=python3-pyperclip
|
||||||
version=1.8.0
|
version=1.8.1
|
||||||
revision=3
|
revision=1
|
||||||
create_wrksrc=yes
|
wrksrc=pyperclip-${version}
|
||||||
build_wrksrc=pyperclip-${version}
|
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
@ -11,11 +10,9 @@ 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"
|
||||||
https://raw.githubusercontent.com/asweigart/pyperclip/master/LICENSE.txt"
|
checksum=9abef1e79ce635eb62309ecae02dfb5a3eb952fa7d6dce09c1aef063f81424d3
|
||||||
checksum="b75b975160428d84608c26edba2dec146e7799566aea42c1fe1b32e72b6028f2
|
|
||||||
a72b0acc9389e4c17ced890ef1b03455e04978d39e25636099b93efb76b74ead"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense ../LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue