diff --git a/srcpkgs/python3-pyperclip b/srcpkgs/python3-pyperclip deleted file mode 120000 index ec52e733755..00000000000 --- a/srcpkgs/python3-pyperclip +++ /dev/null @@ -1 +0,0 @@ -python-pyperclip \ No newline at end of file diff --git a/srcpkgs/python-pyperclip/template b/srcpkgs/python3-pyperclip/template similarity index 50% rename from srcpkgs/python-pyperclip/template rename to srcpkgs/python3-pyperclip/template index 1286923b906..11e758320b9 100644 --- a/srcpkgs/python-pyperclip/template +++ b/srcpkgs/python3-pyperclip/template @@ -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 " +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Cross-platform clipboard module (Python3)" +maintainer="Orphaned " 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*" - } -}