[arch-commits] Commit in python-blessed/repos (2 files)

Eli Schwartz eschwartz at archlinux.org
Wed Jul 4 19:18:19 UTC 2018


    Date: Wednesday, July 4, 2018 @ 19:18:19
  Author: eschwartz
Revision: 352096

archrelease: copy trunk to community-staging-any

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

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

Copied: python-blessed/repos/community-staging-any/PKGBUILD (from rev 352094, python-blessed/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-07-04 19:18:19 UTC (rev 352096)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Tatsuyuki Ishi <ishitatsuyuki at gmail.com>
+
+pkgname=python-blessed
+pkgver=1.15.0
+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')
+depends=('python-six' 'python-wcwidth')
+makedepends=('python-setuptools')
+checkdepends=('python-mock' 'python-pytest')
+source=("https://pypi.python.org/packages/source/b/blessed/blessed-${pkgver}.tar.gz")
+sha256sums=('777b0b6b5ce51f3832e498c22bc6a093b6b5f99148c7cbf866d26e2dec51ef21')
+
+build() {
+  cd blessed-${pkgver}
+
+  python setup.py build
+}
+
+check() {
+  cd blessed-${pkgver}
+
+  python -m pytest
+}
+
+package() {
+  cd blessed-${pkgver}
+
+  python setup.py install --root="${pkgdir}" --optimize='1' --skip-build
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list