[arch-commits] Commit in python2-cheetah/repos/community-x86_64 (4 files)
Felix Yan
felixonmars at archlinux.org
Tue Jun 5 16:55:30 UTC 2018
Date: Tuesday, June 5, 2018 @ 16:55:30
Author: felixonmars
Revision: 340530
archrelease: copy trunk to community-x86_64
Added:
python2-cheetah/repos/community-x86_64/Changelog
(from rev 340529, python2-cheetah/trunk/Changelog)
python2-cheetah/repos/community-x86_64/PKGBUILD
(from rev 340529, python2-cheetah/trunk/PKGBUILD)
Deleted:
python2-cheetah/repos/community-x86_64/Changelog
python2-cheetah/repos/community-x86_64/PKGBUILD
-----------+
Changelog | 24 ++++++++++-----------
PKGBUILD | 66 ++++++++++++++++++++++++++++++------------------------------
2 files changed, 45 insertions(+), 45 deletions(-)
Deleted: Changelog
===================================================================
--- Changelog 2018-06-05 16:55:16 UTC (rev 340529)
+++ Changelog 2018-06-05 16:55:30 UTC (rev 340530)
@@ -1,12 +0,0 @@
-2012-03-25 Julien Nicoulaud <julien.nicoulaud at 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 at gmail.com>
-
- * 2.4.4-4 :
- Add changelog.
- Remove unneeded shebang modification.
-
Copied: python2-cheetah/repos/community-x86_64/Changelog (from rev 340529, python2-cheetah/trunk/Changelog)
===================================================================
--- Changelog (rev 0)
+++ Changelog 2018-06-05 16:55:30 UTC (rev 340530)
@@ -0,0 +1,12 @@
+2012-03-25 Julien Nicoulaud <julien.nicoulaud at 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 at gmail.com>
+
+ * 2.4.4-4 :
+ Add changelog.
+ Remove unneeded shebang modification.
+
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-05 16:55:16 UTC (rev 340529)
+++ PKGBUILD 2018-06-05 16:55:30 UTC (rev 340530)
@@ -1,33 +0,0 @@
-# Maintainer: Julien Nicoulaud <julien.nicoulaud at gmail.com>
-# Contributor: James Rayner <james at archlinux.org>
-# Contributor: Todd Maynard <arch at toddmaynard.com>
-# Source: https://github.com/nicoulaj/archlinux-packages
-pkgname=python2-cheetah
-pkgver=2.4.4
-pkgrel=6
-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"
-}
Copied: python2-cheetah/repos/community-x86_64/PKGBUILD (from rev 340529, python2-cheetah/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-06-05 16:55:30 UTC (rev 340530)
@@ -0,0 +1,33 @@
+# Maintainer: Julien Nicoulaud <julien.nicoulaud at gmail.com>
+# Contributor: James Rayner <james at archlinux.org>
+# Contributor: Todd Maynard <arch at toddmaynard.com>
+# Source: https://github.com/nicoulaj/archlinux-packages
+pkgname=python2-cheetah
+pkgver=2.4.4
+pkgrel=7
+pkgdesc="A Python-powered template engine and code generator"
+arch=(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=(https://pypi.python.org/packages/source/C/Cheetah/Cheetah-${pkgver}.tar.gz)
+sha512sums=('11b8cbf7d71789d6ae83596b133ddbe0bf1ccf2bca4c59562e7cd1d9bb75fa9d3208c0021d7d77edafdb03fd399cf1a26c003267fbffb94f27bf4457b0f9234c')
+
+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"
+}
More information about the arch-commits
mailing list