[arch-commits] Commit in python-blessed/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Thu Mar 26 08:46:17 UTC 2020
Date: Thursday, March 26, 2020 @ 08:46:17
Author: alucryd
Revision: 604412
archrelease: copy trunk to community-any
Added:
python-blessed/repos/community-any/PKGBUILD
(from rev 604411, 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-26 08:46:10 UTC (rev 604411)
+++ PKGBUILD 2020-03-26 08:46:17 UTC (rev 604412)
@@ -1,49 +0,0 @@
-# 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:
Copied: python-blessed/repos/community-any/PKGBUILD (from rev 604411, python-blessed/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-26 08:46:17 UTC (rev 604412)
@@ -0,0 +1,49 @@
+# 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:
More information about the arch-commits
mailing list