18 lines
679 B
Bash
18 lines
679 B
Bash
# Template file for 'python3-pyclip'
|
|
pkgname=python3-pyclip
|
|
version=0.6.0
|
|
revision=1
|
|
wrksrc="pyclip-${version}"
|
|
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=60b02c936dd8e24dc4e4a15f09e5f1e9b49bcde7e032da120630ab1d74c5fa16
|
|
|
|
# tests are broken due to "pyclip: error: argument command: invalid choice: 'test' (choose from 'copy', 'paste', 'clear')"
|
|
make_check="no"
|