diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-04-29 01:39:06 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-04-29 01:39:06 -0500 |
commit | 0220842121c5fa8ffac398aa03ae2dd0600f3414 (patch) | |
tree | e60f7464d7b9b0d60acb4394648b8fc3b3a347a6 /pcr/python2-cheetah | |
parent | dae971ac95e073d00717b164371b0f2658e43ec4 (diff) | |
download | abslibre-0220842121c5fa8ffac398aa03ae2dd0600f3414.tar.gz abslibre-0220842121c5fa8ffac398aa03ae2dd0600f3414.tar.bz2 abslibre-0220842121c5fa8ffac398aa03ae2dd0600f3414.zip |
Removing packages. This packages are in community repo
Diffstat (limited to 'pcr/python2-cheetah')
-rw-r--r-- | pcr/python2-cheetah/Changelog | 12 | ||||
-rw-r--r-- | pcr/python2-cheetah/PKGBUILD | 34 |
2 files changed, 0 insertions, 46 deletions
diff --git a/pcr/python2-cheetah/Changelog b/pcr/python2-cheetah/Changelog deleted file mode 100644 index e95e8c91f..000000000 --- a/pcr/python2-cheetah/Changelog +++ /dev/null @@ -1,12 +0,0 @@ -2012-03-25 Julien Nicoulaud <julien.nicoulaud@gmail.com> - - * 2.4.4-5 : - Change dependency on 'python-markdown' to 'python2-markdown' since - FS#28265 is solved. - -2012-01-31 Julien Nicoulaud <julien.nicoulaud@gmail.com> - - * 2.4.4-4 : - Add changelog. - Remove unneeded shebang modification. - diff --git a/pcr/python2-cheetah/PKGBUILD b/pcr/python2-cheetah/PKGBUILD deleted file mode 100644 index d4aa36c3a..000000000 --- a/pcr/python2-cheetah/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# Contributor (Arch): Julien Nicoulaud <julien.nicoulaud@gmail.com> -# Contributor (Arch): James Rayner <james@archlinux.org> -# Contributor (Arch): Todd Maynard <arch@toddmaynard.com> -# Source: https://github.com/nicoulaj/archlinux-packages -# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.io> - -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) - -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" -} |