diff --git a/srcpkgs/python-parso/template b/srcpkgs/python-parso/template new file mode 100644 index 0000000000..7e2768ad42 --- /dev/null +++ b/srcpkgs/python-parso/template @@ -0,0 +1,31 @@ +# Template file for 'python-parso' +pkgname=python-parso +version=0.1.0 +revision=1 +noarch=yes +wrksrc="parso-${version}" +build_style=python-module +pycompile_module="parso" +hostmakedepends="python-setuptools python3-setuptools" +depends="python" +short_desc="A Python parser (Python2)" +maintainer="Alessio Sergi " +homepage="https://github.com/davidhalter/parso" +license="MIT" +distfiles="${PYPI_SITE}/p/parso/parso-${version}.tar.gz" +checksum=c5279916bb417aa2bf634648ff895cf35dce371d7319744884827bfad06f8d7b + +post_install() { + vlicense LICENSE.txt LICENSE +} + +python3-parso_package() { + noarch=yes + depends="python3" + pycompile_module="parso" + short_desc="${short_desc/Python2/Python3}" + pkg_install() { + vmove usr/lib/python3* + vlicense LICENSE.txt LICENSE + } +} diff --git a/srcpkgs/python3-parso b/srcpkgs/python3-parso new file mode 120000 index 0000000000..e4b557e5a8 --- /dev/null +++ b/srcpkgs/python3-parso @@ -0,0 +1 @@ +python-parso \ No newline at end of file