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

Maxime Gauduin alucryd at archlinux.org
Sat Sep 2 20:07:48 UTC 2017


    Date: Saturday, September 2, 2017 @ 20:07:48
  Author: alucryd
Revision: 255580

archrelease: copy trunk to community-any

Added:
  python-blessed/repos/community-any/PKGBUILD
    (from rev 255579, python-blessed/trunk/PKGBUILD)
Deleted:
  python-blessed/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   90 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-02 20:07:32 UTC (rev 255579)
+++ PKGBUILD	2017-09-02 20:07:48 UTC (rev 255580)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Tatsuyuki Ishi <ishitatsuyuki at gmail.com>
-
-pkgbase=python-blessed
-pkgname=('python-blessed' 'python2-blessed')
-pkgver=1.14.2
-pkgrel=1
-pkgdesc='A thin, practical wrapper around terminal styling, screen positioning, and keyboard input'
-arch=('any')
-url='https://github.com/jquast/blessed'
-license=('GPL')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("python-blessed-${pkgver}.tar.gz::https://github.com/jquast/blessed/archive/${pkgver}.tar.gz")
-sha256sums=('6c375f28e8a4d85d03dd46e3dd058a9cd2279d51da018bca0c0f6b5d98b1ee34')
-
-prepare() {
-  cp -r {,python-}blessed-${pkgver}
-  mv {,python2-}blessed-${pkgver}
-}
-
-build() {
-  for py in python{,2}; do
-    pushd ${py}-blessed-${pkgver}
-    ${py} setup.py build
-    popd
-  done
-}
-package_python-blessed() {
-  depends=('python' 'python-dateutil' 'python-nose')
-
-  cd python-blessed-${pkgver}
-
-  python setup.py install --skip-build --root="${pkgdir}" --optimize='1' --skip-build
-}
-
-package_python2-blessed() {
-  depends=('python2' 'python2-dateutil' 'python2-nose')
-
-  cd python2-blessed-${pkgver}
-
-  python2 setup.py install --skip-build --root="${pkgdir}" --optimize='1' --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-blessed/repos/community-any/PKGBUILD (from rev 255579, python-blessed/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-09-02 20:07:48 UTC (rev 255580)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Tatsuyuki Ishi <ishitatsuyuki at gmail.com>
+
+pkgbase=python-blessed
+pkgname=('python-blessed' 'python2-blessed')
+pkgver=1.14.2
+pkgrel=2
+pkgdesc='A thin, practical wrapper around terminal styling, screen positioning, and keyboard input'
+arch=('any')
+url='https://github.com/jquast/blessed'
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("python-blessed-${pkgver}.tar.gz::https://github.com/jquast/blessed/archive/${pkgver}.tar.gz")
+sha256sums=('6c375f28e8a4d85d03dd46e3dd058a9cd2279d51da018bca0c0f6b5d98b1ee34')
+
+prepare() {
+  cp -r {,python-}blessed-${pkgver}
+  mv {,python2-}blessed-${pkgver}
+}
+
+build() {
+  for py in python{,2}; do
+    pushd ${py}-blessed-${pkgver}
+    ${py} setup.py build
+    popd
+  done
+}
+package_python-blessed() {
+  depends=('python-six' 'python-wcwidth')
+
+  cd python-blessed-${pkgver}
+
+  python setup.py install --skip-build --root="${pkgdir}" --optimize='1' --skip-build
+}
+
+package_python2-blessed() {
+  depends=('python2-six' 'python2-wcwidth')
+
+  cd python2-blessed-${pkgver}
+
+  python2 setup.py install --skip-build --root="${pkgdir}" --optimize='1' --skip-build
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list