diff --git a/srcpkgs/python-pathspec/template b/srcpkgs/python-pathspec/template deleted file mode 100644 index bd4736ec45d..00000000000 --- a/srcpkgs/python-pathspec/template +++ /dev/null @@ -1,30 +0,0 @@ -# Template file for 'python-pathspec' -pkgname=python-pathspec -version=0.6.0 -revision=2 -archs=noarch -wrksrc="pathspec-${version}" -build_style=python-module -pycompile_module="pathspec" -hostmakedepends="python-setuptools python3-setuptools" -depends="python" -short_desc="Python2 utility library for pattern matching of file paths" -maintainer="Orphaned " -license="MPL-2.0" -homepage="https://github.com/cpburnz/python-path-specification" -distfiles="${PYPI_SITE}/p/pathspec/pathspec-${version}.tar.gz" -checksum=e285ccc8b0785beadd4c18e5708b12bb8fcf529a1e61215b3feff1d1e559ea5c - -do_check() { - python3 setup.py test -} - -python3-pathspec_package() { - archs=noarch - pycompile_module="pathspec" - depends="python3" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - } -} diff --git a/srcpkgs/python3-pathspec b/srcpkgs/python3-pathspec deleted file mode 120000 index 2ddef36db7d..00000000000 --- a/srcpkgs/python3-pathspec +++ /dev/null @@ -1 +0,0 @@ -python-pathspec \ No newline at end of file diff --git a/srcpkgs/python3-pathspec/template b/srcpkgs/python3-pathspec/template new file mode 100644 index 00000000000..19859fb496e --- /dev/null +++ b/srcpkgs/python3-pathspec/template @@ -0,0 +1,18 @@ +# Template file for 'python3-pathspec' +pkgname=python3-pathspec +version=0.6.0 +revision=3 +wrksrc="pathspec-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Python3 utility library for pattern matching of file paths" +maintainer="Orphaned " +license="MPL-2.0" +homepage="https://github.com/cpburnz/python-path-specification" +distfiles="${PYPI_SITE}/p/pathspec/pathspec-${version}.tar.gz" +checksum=e285ccc8b0785beadd4c18e5708b12bb8fcf529a1e61215b3feff1d1e559ea5c + +do_check() { + python3 setup.py test +}