Date: Sunday, April 9, 2023 @ 03:08:29
  Author: felixonmars
Revision: 1443039

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-09 03:08:21 UTC (rev 1443038)
+++ PKGBUILD    2023-04-09 03:08:29 UTC (rev 1443039)
@@ -1,50 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Tatsuyuki Ishi <[email protected]>
-
-pkgname=python-blessed
-pkgver=1.20.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=d404d8ccde9ba900bc968c1213b915a691581603
-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 1443038, 
python-blessed/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-09 03:08:29 UTC (rev 1443039)
@@ -0,0 +1,50 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Tatsuyuki Ishi <[email protected]>
+
+pkgname=python-blessed
+pkgver=1.20.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=d404d8ccde9ba900bc968c1213b915a691581603
+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:

Reply via email to