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

Maxime Gauduin alucryd at archlinux.org
Mon Oct 19 14:35:50 UTC 2020


    Date: Monday, October 19, 2020 @ 14:35:49
  Author: alucryd
Revision: 727170

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |  100 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-19 14:35:44 UTC (rev 727169)
+++ PKGBUILD	2020-10-19 14:35:49 UTC (rev 727170)
@@ -1,50 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Tatsuyuki Ishi <ishitatsuyuki at gmail.com>
-
-pkgname=python-blessed
-pkgver=1.17.10
-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
-)
-_tag=50a55507d765b938cb6a7be051d2c22d8fbfbcf1
-source=(git+https://github.com/jquast/blessed.git#tag=${_tag})
-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 727169, python-blessed/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-19 14:35:49 UTC (rev 727170)
@@ -0,0 +1,50 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Tatsuyuki Ishi <ishitatsuyuki at gmail.com>
+
+pkgname=python-blessed
+pkgver=1.17.11
+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
+)
+_tag=5a8219087b51c183cf34952cdbcf1794d0c7ce59
+source=(git+https://github.com/jquast/blessed.git#tag=${_tag})
+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