mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
removed aur/python2-cheetah, moved to community
This commit is contained in:
parent
1c3a0e2dea
commit
a9e615b481
2 changed files with 0 additions and 42 deletions
|
@ -1,6 +0,0 @@
|
|||
2012-01-31 Julien Nicoulaud <julien.nicoulaud@gmail.com>
|
||||
|
||||
* 2.4.4-4 :
|
||||
Add changelog.
|
||||
Remove unneeded shebang modification.
|
||||
|
|
@ -1,36 +0,0 @@
|
|||
# Maintainer: Julien Nicoulaud <julien.nicoulaud@gmail.com>
|
||||
# Contributor: James Rayner <james@archlinux.org>
|
||||
# Contributor: Todd Maynard <arch@toddmaynard.com>
|
||||
# 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"
|
||||
}
|
Loading…
Reference in a new issue