diff --git a/srcpkgs/python-ptyprocess/template b/srcpkgs/python-ptyprocess/template index f78fda207b2..37a1b7691f9 100644 --- a/srcpkgs/python-ptyprocess/template +++ b/srcpkgs/python-ptyprocess/template @@ -1,12 +1,11 @@ # Template file for 'python-ptyprocess' pkgname=python-ptyprocess version=0.5.1 -revision=1 +revision=2 noarch=yes wrksrc="ptyprocess-${version}" build_style=python-module -python_versions="2.7 3.4" -hostmakedepends="python-setuptools python3.4-setuptools" +hostmakedepends="python-setuptools python3-setuptools" depends="python" pycompile_module="ptyprocess" short_desc="Run a subprocess in a pseudo terminal (Python2)" @@ -16,13 +15,19 @@ license="ISC" distfiles="${PYPI_SITE}/p/ptyprocess/ptyprocess-${version}.tar.gz" checksum=0530ce63a9295bfae7bd06edc02b6aa935619f486f0f1dc0972f516265ee81a6 -python3.4-ptyprocess_package() { +python3-ptyprocess_package() { noarch=yes - depends="python3.4" - pycompile_version="3.4" + depends="python3" pycompile_module="ptyprocess" - short_desc="${short_desc/Python2/Python3.4}" + replaces="python3.4-ptyprocess>=0" + short_desc="${short_desc/Python2/Python3}" pkg_install() { - vmove usr/lib/python3.4 + vmove usr/lib/python3* } } +python3.4-ptyprocess_package() { + noarch=yes + build_style=meta + short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)" + depends="python3-ptyprocess>=${version}_${revision}" +} diff --git a/srcpkgs/python3-ptyprocess b/srcpkgs/python3-ptyprocess new file mode 120000 index 00000000000..08451da4e8b --- /dev/null +++ b/srcpkgs/python3-ptyprocess @@ -0,0 +1 @@ +python-ptyprocess \ No newline at end of file