diff --git a/srcpkgs/python-pathlib2/template b/srcpkgs/python-pathlib2/template index 4bd0af2413..bb7bec778f 100644 --- a/srcpkgs/python-pathlib2/template +++ b/srcpkgs/python-pathlib2/template @@ -1,20 +1,31 @@ # Template file for 'python-pathlib2' pkgname=python-pathlib2 version=2.3.4 -revision=1 +revision=2 archs=noarch wrksrc="pathlib2-${version}" -build_style=python2-module -pycompile_module="pathlib2.py" -hostmakedepends="python-setuptools" +build_style=python-module +pycompile_module="pathlib2" +hostmakedepends="python-setuptools python3-setuptools" depends="python-six python-scandir" -short_desc="Backport of Python 3.4+ pathlib module" +short_desc="Object-oriented filesystem paths (Python2)" maintainer="Alessio Sergi " -homepage="https://github.com/mcmtroffaes/pathlib2" license="MIT" +homepage="https://github.com/mcmtroffaes/pathlib2" distfiles="${PYPI_SITE}/p/pathlib2/pathlib2-${version}.tar.gz" checksum=446014523bb9be5c28128c4d2a10ad6bb60769e78bd85658fe44a450674e0ef8 +python3-pathlib2_package() { + archs=noarch + depends="python3-six python3-scandir" + pycompile_module="pathlib2" + short_desc="${short_desc/Python2/Python3}" + pkg_install() { + vmove usr/lib/python3* + vlicense LICENSE.rst + } +} + post_install() { vlicense LICENSE.rst } diff --git a/srcpkgs/python3-pathlib2 b/srcpkgs/python3-pathlib2 new file mode 120000 index 0000000000..bb0f70e054 --- /dev/null +++ b/srcpkgs/python3-pathlib2 @@ -0,0 +1 @@ +python-pathlib2 \ No newline at end of file