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' # Template file for 'python3-pyperclip'
pkgname=python-pyperclip pkgname=python3-pyperclip
version=1.8.0 version=1.8.0
revision=1 revision=2
archs=noarch
create_wrksrc=yes create_wrksrc=yes
build_wrksrc=pyperclip-${version} build_wrksrc=pyperclip-${version}
build_style=python-module build_style=python3-module
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python3-setuptools"
depends="python" depends="python3"
short_desc="Cross-platform clipboard module (Python2)" short_desc="Cross-platform clipboard module (Python3)"
maintainer="Nathan Owens <ndowens04@gmail.com>" 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
@ -20,12 +19,3 @@ checksum="b75b975160428d84608c26edba2dec146e7799566aea42c1fe1b32e72b6028f2
post_install() { post_install() {
vlicense ../LICENSE.txt vlicense ../LICENSE.txt
} }
python3-pyperclip_package() {
archs=noarch
depends="python3"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove "usr/lib/python3*"
}
}