diff --git a/srcpkgs/python-subprocess32/template b/srcpkgs/python-subprocess32/template deleted file mode 100644 index ec7100cdb9..0000000000 --- a/srcpkgs/python-subprocess32/template +++ /dev/null @@ -1,24 +0,0 @@ -# Template file for 'python-subprocess32' -pkgname=python-subprocess32 -version=3.5.4 -revision=1 -wrksrc="subprocess32-${version}" -build_style=python2-module -pycompile_module="subprocess32.py" -hostmakedepends="python-setuptools" -makedepends="python-devel" -short_desc="Backport of subprocess module from Python 3.x" -maintainer="Alessio Sergi " -homepage="https://github.com/google/python-subprocess32" -license="Python-2.0" -distfiles="${PYPI_SITE}/s/subprocess32/subprocess32-${version}.tar.gz" -checksum=eb2937c80497978d181efa1b839ec2d9622cf9600a039a79d0e108d1f9aec79d - -pre_build() { - if [ "$CROSS_BUILD" ]; then - sed -i 's/^cross_compiling=no/cross_compiling=yes/' configure - fi -} -post_install() { - vlicense LICENSE -}