python-pyperclip: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-20 17:37:00 +07:00
parent 5ac3853a15
commit 0680e7723e
2 changed files with 8 additions and 19 deletions

View file

@ -1 +0,0 @@
python-pyperclip

View file

@ -1,15 +1,14 @@
# Template file for 'python-pyperclip'
pkgname=python-pyperclip
# Template file for 'python3-pyperclip'
pkgname=python3-pyperclip
version=1.8.0
revision=1
archs=noarch
revision=2
create_wrksrc=yes
build_wrksrc=pyperclip-${version}
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
short_desc="Cross-platform clipboard module (Python2)"
maintainer="Nathan Owens <ndowens04@gmail.com>"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Cross-platform clipboard module (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://pypi.org/project/pyperclip"
distfiles="${PYPI_SITE}/p/pyperclip/pyperclip-${version}.tar.gz
@ -20,12 +19,3 @@ checksum="b75b975160428d84608c26edba2dec146e7799566aea42c1fe1b32e72b6028f2
post_install() {
vlicense ../LICENSE.txt
}
python3-pyperclip_package() {
archs=noarch
depends="python3"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove "usr/lib/python3*"
}
}