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

Maxime Gauduin alucryd at archlinux.org
Tue May 5 11:07:15 UTC 2020


    Date: Tuesday, May 5, 2020 @ 11:07:15
  Author: alucryd
Revision: 624904

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   98 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-05 11:07:10 UTC (rev 624903)
+++ PKGBUILD	2020-05-05 11:07:15 UTC (rev 624904)
@@ -1,49 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Tatsuyuki Ishi <ishitatsuyuki at gmail.com>
-
-pkgname=python-blessed
-pkgver=1.17.4
-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)
-depends=(
-  python-six
-  python-wcwidth
-)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-tox
-)
-source=(git+https://github.com/jquast/blessed.git#tag=33154bf53d75a18f3d2ff688e89c34e568666c8e)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd blessed
-
-  git describe --tags
-}
-
-build() {
-  cd blessed
-
-  python setup.py build
-}
-
-check() {
-  cd blessed
-
-  tox -e py38
-}
-
-package() {
-  cd blessed
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-blessed/repos/community-any/PKGBUILD (from rev 624903, python-blessed/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-05 11:07:15 UTC (rev 624904)
@@ -0,0 +1,49 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Tatsuyuki Ishi <ishitatsuyuki at gmail.com>
+
+pkgname=python-blessed
+pkgver=1.17.5
+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)
+depends=(
+  python-six
+  python-wcwidth
+)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-tox
+)
+source=(git+https://github.com/jquast/blessed.git#tag=39bdd9cfbd0948ddc4ac26372836cdeb871420b4)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd blessed
+
+  git describe --tags
+}
+
+build() {
+  cd blessed
+
+  python setup.py build
+}
+
+check() {
+  cd blessed
+
+  tox -e py38
+}
+
+package() {
+  cd blessed
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list