17 lines
652 B
Bash
17 lines
652 B
Bash
# Template file for 'python3-pyclip'
|
|
pkgname=python3-pyclip
|
|
version=0.7.0
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Cross-platform Clipboard module for Python"
|
|
maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/spyoungtech/pyclip"
|
|
distfiles="https://github.com/spyoungtech/pyclip/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=6fd5e0eaa40ff349959d1cee2872eee90ae32065cc5df9714b1066981535acde
|
|
|
|
# tests are broken due to "pyclip: error: argument command: invalid choice: 'test' (choose from 'copy', 'paste', 'clear')"
|
|
make_check="no"
|