[arch-commits] Commit in python-termcolor/repos (community-any community-any/PKGBUILD)

Sergej Pupykin spupykin at nymeria.archlinux.org
Wed Jul 3 11:37:53 UTC 2013


    Date: Wednesday, July 3, 2013 @ 13:37:53
  Author: spupykin
Revision: 93414

archrelease: copy trunk to community-any

Added:
  python-termcolor/repos/community-any/
  python-termcolor/repos/community-any/PKGBUILD
    (from rev 93413, python-termcolor/trunk/PKGBUILD)

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

Copied: python-termcolor/repos/community-any/PKGBUILD (from rev 93413, python-termcolor/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2013-07-03 11:37:53 UTC (rev 93414)
@@ -0,0 +1,28 @@
+# Maintainer: Tim Hatch <tim at timhatch.com>
+
+pkgbase=python-termcolor
+pkgname=('python-termcolor' 'python2-termcolor')
+pkgver=1.1.0
+pkgrel=1
+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)
+conflicts=('python-termcolor')
+replaces=('python-termcolor')
+provides=('python-termcolor')
+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