mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: python3-pyclip-0.6.0
This commit is contained in:
parent
8c7c6c1059
commit
3ba894bd57
1 changed files with 17 additions and 0 deletions
17
srcpkgs/python3-pyclip/template
Normal file
17
srcpkgs/python3-pyclip/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# 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"
|
Loading…
Add table
Reference in a new issue