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

Maxime Gauduin alucryd at archlinux.org
Thu Mar 18 09:09:58 UTC 2021


    Date: Thursday, March 18, 2021 @ 09:09:58
  Author: alucryd
Revision: 894333

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-18 09:09:53 UTC (rev 894332)
+++ PKGBUILD	2021-03-18 09:09:58 UTC (rev 894333)
@@ -1,50 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Tatsuyuki Ishi <ishitatsuyuki at gmail.com>
-
-pkgname=python-blessed
-pkgver=1.17.12
-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=b22d3aa6a348416e49d14ce9d42bac48f0593e73
-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 py39
-}
-
-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 894332, python-blessed/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-18 09:09:58 UTC (rev 894333)
@@ -0,0 +1,50 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Tatsuyuki Ishi <ishitatsuyuki at gmail.com>
+
+pkgname=python-blessed
+pkgver=1.18.0
+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=33f36604823eb0b5c4b1af3191ebd357b3a57b30
+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 py39
+}
+
+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