[arch-commits] Commit in (4 files)

Felix Yan fyan at archlinux.org
Tue Nov 3 07:55:14 UTC 2015


    Date: Tuesday, November 3, 2015 @ 08:55:14
  Author: fyan
Revision: 145744

addpkg: python2-linecache2 1.0.0-1

Added:
  python2-linecache2/
  python2-linecache2/repos/
  python2-linecache2/trunk/
  python2-linecache2/trunk/PKGBUILD

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

Added: python2-linecache2/trunk/PKGBUILD
===================================================================
--- python2-linecache2/trunk/PKGBUILD	                        (rev 0)
+++ python2-linecache2/trunk/PKGBUILD	2015-11-03 07:55:14 UTC (rev 145744)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python2-linecache2
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Backports of the linecache module'
+arch=('any')
+url='http://pypi.python.org/pypi/linecache2'
+license=('PSF')
+depends=('python2')
+makedepends=('python2-setuptools' 'python2-pbr')
+source=("https://pypi.python.org/packages/source/l/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz")
+sha256sums=('4b26ff4e7110db76eeb6f5a7b64a82623839d595c2038eeda662f2a2db78e97c')
+
+package() {
+  cd ${pkgname#*-}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: python2-linecache2/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list