summaryrefslogtreecommitdiff
path: root/social/python2-cheetah
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-12-22 00:42:45 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-12-26 22:21:31 -0500
commit8461d2ac3e9abbe1254ab7d2518d6ae1662d7030 (patch)
tree26817a3f00c6551bed100ae07fb1acaef691bce5 /social/python2-cheetah
parent2798b055cbeeb2580b2677e5c223fca7654e1103 (diff)
handle duplicates between social and pcr
Diffstat (limited to 'social/python2-cheetah')
-rw-r--r--social/python2-cheetah/Changelog6
-rw-r--r--social/python2-cheetah/PKGBUILD33
2 files changed, 0 insertions, 39 deletions
diff --git a/social/python2-cheetah/Changelog b/social/python2-cheetah/Changelog
deleted file mode 100644
index 9acc7834a..000000000
--- a/social/python2-cheetah/Changelog
+++ /dev/null
@@ -1,6 +0,0 @@
-2012-01-31 Julien Nicoulaud <julien.nicoulaud@gmail.com>
-
- * 2.4.4-4 :
- Add changelog.
- Remove unneeded shebang modification.
-
diff --git a/social/python2-cheetah/PKGBUILD b/social/python2-cheetah/PKGBUILD
deleted file mode 100644
index 34ce863a8..000000000
--- a/social/python2-cheetah/PKGBUILD
+++ /dev/null
@@ -1,33 +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
-pkgname=python2-cheetah
-pkgver=2.4.4
-pkgrel=4
-pkgdesc="A Python-powered template engine and code generator"
-arch=(i686 x86_64)
-url="http://www.cheetahtemplate.org"
-license=(custom)
-depends=(python2 python-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"
-}