diff --git a/srcpkgs/python-pathtools/template b/srcpkgs/python-pathtools/template deleted file mode 100644 index 47dc6ef6a71..00000000000 --- a/srcpkgs/python-pathtools/template +++ /dev/null @@ -1,31 +0,0 @@ -# Template file for 'python-pathtools' -pkgname=python-pathtools -version=0.1.2 -revision=2 -archs=noarch -wrksrc="pathtools-${version}" -build_style=python-module -pycompile_module="pathtools" -hostmakedepends="python-setuptools python3-setuptools" -depends="python" -short_desc="File system general utilities (Python2)" -maintainer="Maurizio Porrato " -homepage="https://github.com/gorakhargosh/pathtools" -license="MIT" -distfiles="${PYPI_SITE}/p/pathtools/pathtools-${version}.tar.gz" -checksum=7c35c5421a39bb82e58018febd90e3b6e5db34c5443aaaf742b3f33d4655f1c0 - -post_install() { - vlicense LICENSE -} - -python3-pathtools_package() { - archs=noarch - pycompile_module="pathtools" - depends="python3" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE - } -} diff --git a/srcpkgs/python3-pathtools b/srcpkgs/python3-pathtools deleted file mode 120000 index febf45fa60f..00000000000 --- a/srcpkgs/python3-pathtools +++ /dev/null @@ -1 +0,0 @@ -python-pathtools \ No newline at end of file diff --git a/srcpkgs/python3-pathtools/template b/srcpkgs/python3-pathtools/template new file mode 100644 index 00000000000..8e5c7a04026 --- /dev/null +++ b/srcpkgs/python3-pathtools/template @@ -0,0 +1,18 @@ +# Template file for 'python3-pathtools' +pkgname=python3-pathtools +version=0.1.2 +revision=3 +wrksrc="pathtools-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="File system general utilities (Python3)" +maintainer="Maurizio Porrato " +license="MIT" +homepage="https://github.com/gorakhargosh/pathtools" +distfiles="${PYPI_SITE}/p/pathtools/pathtools-${version}.tar.gz" +checksum=7c35c5421a39bb82e58018febd90e3b6e5db34c5443aaaf742b3f33d4655f1c0 + +post_install() { + vlicense LICENSE +}