[arch-commits] Commit in python-blessed/repos/community-staging-any (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Dec 2 12:06:10 UTC 2021
Date: Thursday, December 2, 2021 @ 12:06:10
Author: felixonmars
Revision: 1061840
archrelease: copy trunk to community-staging-any
Added:
python-blessed/repos/community-staging-any/PKGBUILD
(from rev 1061839, python-blessed/trunk/PKGBUILD)
Deleted:
python-blessed/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 100 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 50 insertions(+), 50 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 12:06:05 UTC (rev 1061839)
+++ PKGBUILD 2021-12-02 12:06:10 UTC (rev 1061840)
@@ -1,50 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Tatsuyuki Ishi <ishitatsuyuki at gmail.com>
-
-pkgname=python-blessed
-pkgver=1.19.0
-pkgrel=2
-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=bf0ef3073faf131b29c3f9b876d8f4816b9b2f46
-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 py310
-}
-
-package() {
- cd blessed
-
- python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:
Copied: python-blessed/repos/community-staging-any/PKGBUILD (from rev 1061839, python-blessed/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 12:06:10 UTC (rev 1061840)
@@ -0,0 +1,50 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Tatsuyuki Ishi <ishitatsuyuki at gmail.com>
+
+pkgname=python-blessed
+pkgver=1.19.0
+pkgrel=3
+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=bf0ef3073faf131b29c3f9b876d8f4816b9b2f46
+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 py310
+}
+
+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