python-pyperclip: leave builddir clean
This commit is contained in:
parent
e5a21723d2
commit
58b683ea01
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'python-pyperclip'
|
||||
pkgname=python-pyperclip
|
||||
version=1.7.0
|
||||
revision=2
|
||||
revision=3
|
||||
archs=noarch
|
||||
wrksrc=pyperclip-${version}
|
||||
create_wrksrc=yes
|
||||
build_wrksrc=pyperclip-${version}
|
||||
build_style=python-module
|
||||
pycompile_module="pyperclip"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
short_desc="Cross-platform clipboard module (Python2)"
|
||||
|
@ -24,7 +24,6 @@ checksum="979325468ccf682104d5dcaf753f869868100631301d3e72f47babdea5700d1c
|
|||
python3-pyperclip_package() {
|
||||
archs=noarch
|
||||
depends="python3"
|
||||
pycompile_module="pyperclip"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/python3*"
|
||||
|
|
Loading…
Reference in New Issue