From a9e615b48134f8cd4043a8c549b82eeb8f769326 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 31 Jan 2013 02:19:17 +0000 Subject: [PATCH] removed aur/python2-cheetah, moved to community --- aur/python2-cheetah/Changelog | 6 ------ aur/python2-cheetah/PKGBUILD | 36 ----------------------------------- 2 files changed, 42 deletions(-) delete mode 100644 aur/python2-cheetah/Changelog delete mode 100644 aur/python2-cheetah/PKGBUILD diff --git a/aur/python2-cheetah/Changelog b/aur/python2-cheetah/Changelog deleted file mode 100644 index 9acc7834a..000000000 --- a/aur/python2-cheetah/Changelog +++ /dev/null @@ -1,6 +0,0 @@ -2012-01-31 Julien Nicoulaud - - * 2.4.4-4 : - Add changelog. - Remove unneeded shebang modification. - diff --git a/aur/python2-cheetah/PKGBUILD b/aur/python2-cheetah/PKGBUILD deleted file mode 100644 index 83e26a6dc..000000000 --- a/aur/python2-cheetah/PKGBUILD +++ /dev/null @@ -1,36 +0,0 @@ -# Maintainer: Julien Nicoulaud -# Contributor: James Rayner -# Contributor: Todd Maynard -# Source: https://github.com/nicoulaj/archlinux-packages - -plugrel=1 - -pkgname=python2-cheetah -pkgver=2.4.4 -pkgrel=5 -pkgdesc="A Python-powered template engine and code generator" -arch=(i686 x86_64) -url="http://www.cheetahtemplate.org" -license=(custom) -depends=(python2 python2-markdown) -makedepends=(python2-distribute) -optdepends=('python2-pygments: for the CodeHighlighter filter') -provides=(cheetah python-cheetah) -conflicts=(cheetah python-cheetah) -changelog=Changelog -source=(http://pypi.python.org/packages/source/C/Cheetah/Cheetah-${pkgver}.tar.gz) -md5sums=('853917116e731afbc8c8a43c37e6ddba') - -build() { - cd "${srcdir}/Cheetah-${pkgver}" - python2 setup.py build -} - -package() { - msg "Install..." - cd "${srcdir}/Cheetah-${pkgver}" - python2 setup.py install --root="${pkgdir}" || return 1 - - msg2 "Install copyright resources in /usr/share/licenses/${pkgname}..." - install -Dm644 "${srcdir}/Cheetah-${pkgver}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -}