[arch-commits] Commit in (4 files)

Ionut Biru ibiru at archlinux.org
Fri Jul 23 16:26:07 UTC 2010


    Date: Friday, July 23, 2010 @ 12:26:06
  Author: ibiru
Revision: 85981

initial commit. needed by python-mako

Added:
  python-markupsafe/
  python-markupsafe/repos/
  python-markupsafe/trunk/
  python-markupsafe/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

Added: python-markupsafe/trunk/PKGBUILD
===================================================================
--- python-markupsafe/trunk/PKGBUILD	                        (rev 0)
+++ python-markupsafe/trunk/PKGBUILD	2010-07-23 16:26:06 UTC (rev 85981)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Alex Anthony <alex.anthony28991 at gmail.com>
+
+pkgname=python-markupsafe
+pkgver=0.9.2
+pkgrel=1
+pkgdesc="Implements a XML/HTML/XHTML Markup safe string for Python"
+arch=('i686' 'x86_64')
+url="http://pypi.python.org/pypi/MarkupSafe"
+license=('custom')
+depends=('python')
+makedepends=('setuptools')
+source=(http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-${pkgver}.tar.gz)
+md5sums=('69b72d1afdd9e808f9c1ef65f819c7a6')
+
+build() {
+  cd ${srcdir}/MarkupSafe-${pkgver}
+  python setup.py install --root=${pkgdir} --optimize=1
+
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


Property changes on: python-markupsafe/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list