[arch-commits] Commit in python-termcolor/repos (2 files)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Mon Mar 17 10:02:27 UTC 2014
Date: Monday, March 17, 2014 @ 11:02:27
Author: spupykin
Revision: 107415
archrelease: copy trunk to community-staging-any
Added:
python-termcolor/repos/community-staging-any/
python-termcolor/repos/community-staging-any/PKGBUILD
(from rev 107414, python-termcolor/trunk/PKGBUILD)
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Copied: python-termcolor/repos/community-staging-any/PKGBUILD (from rev 107414, python-termcolor/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2014-03-17 10:02:27 UTC (rev 107415)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Tim Hatch <tim at timhatch.com>
+
+pkgbase=python-termcolor
+pkgname=('python-termcolor' 'python2-termcolor')
+pkgver=1.1.0
+pkgrel=3
+pkgdesc="ANSII Color formatting for output in terminal"
+arch=('any')
+license=('GPL')
+url="http://pypi.python.org/pypi/termcolor"
+makedepends=('python' 'python2')
+source=(http://pypi.python.org/packages/source/t/termcolor/termcolor-$pkgver.tar.gz)
+md5sums=('043e89644f8909d462fbbfa511c768df')
+
+package_python-termcolor() {
+ depends=('python')
+
+ cd $srcdir/termcolor-$pkgver
+ python setup.py install --root=$pkgdir
+}
+
+package_python2-termcolor() {
+ depends=('python2')
+
+ cd $srcdir/termcolor-$pkgver
+ python2 setup.py install --root=$pkgdir
+}
More information about the arch-commits
mailing list