[arch-commits] Commit in python-blessed/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Sun Mar 22 19:46:49 UTC 2020
Date: Sunday, March 22, 2020 @ 19:46:49
Author: alucryd
Revision: 603624
archrelease: copy trunk to community-any
Added:
python-blessed/repos/community-any/PKGBUILD
(from rev 603623, python-blessed/trunk/PKGBUILD)
Deleted:
python-blessed/repos/community-any/PKGBUILD
----------+
PKGBUILD | 98 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 49 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-22 19:46:42 UTC (rev 603623)
+++ PKGBUILD 2020-03-22 19:46:49 UTC (rev 603624)
@@ -1,49 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Tatsuyuki Ishi <ishitatsuyuki at gmail.com>
-
-pkgname=python-blessed
-pkgver=1.17.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)
-depends=(
- python-six
- python-wcwidth
-)
-makedepends=(
- git
- python-setuptools
-)
-checkdepends=(
- python-tox
-)
-source=(git+https://github.com/jquast/blessed.git#tag=eb4c333ec6e8d974adc5ae50a7c19ad8d7bbb1d9)
-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 603623, python-blessed/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-22 19:46:49 UTC (rev 603624)
@@ -0,0 +1,49 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Tatsuyuki Ishi <ishitatsuyuki at gmail.com>
+
+pkgname=python-blessed
+pkgver=1.17.3
+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=0d42569481a4a6b56b74813361ad1720d35fd8f6)
+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