From 02e4937e0b00a93c018d8c673ff697e117687e86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 20 Sep 2020 13:13:59 +0700 Subject: [PATCH] python-CherryPy: drop --- srcpkgs/python-CherryPy/template | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 srcpkgs/python-CherryPy/template diff --git a/srcpkgs/python-CherryPy/template b/srcpkgs/python-CherryPy/template deleted file mode 100644 index b1e17cca37a..00000000000 --- a/srcpkgs/python-CherryPy/template +++ /dev/null @@ -1,29 +0,0 @@ -# Template file for 'python-CherryPy' -pkgname=python-CherryPy -reverts="18.0.1_1 18.0.0_1" -version=17.4.2 -revision=1 -archs=noarch -wrksrc="CherryPy-${version}" -build_style=python2-module -pycompile_module="cherrypy" -hostmakedepends="python-setuptools" -depends="python-setuptools python-six python-Cheroot python-portend - python-contextlib2 python-zc.lockfile" -short_desc="Object-oriented HTTP framework (Python2)" -maintainer="bra1nwave " -license="BSD-3-Clause" -homepage="https://cherrypy.org/" -distfiles="${PYPI_SITE}/C/CherryPy/CherryPy-${version}.tar.gz" -checksum=ef1619ad161f526745d4f0e4e517753d9d985814f1280e330661333d2ba05cdf -alternatives="cherrypy:cherryd:/usr/bin/cherryd2" - -pre_build() { - vsed -i setup.py \ - -e '/setuptools_scm/d' \ - -e "s|use_scm_version=True|version='${version}'|" -} -post_install() { - mv ${DESTDIR}/usr/bin/cherryd ${DESTDIR}/usr/bin/cherryd2 - vlicense LICENSE.md -}