[arch-commits] Commit in python-pyte/repos/community-staging-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Nov 12 14:27:37 UTC 2020
Date: Thursday, November 12, 2020 @ 14:27:37
Author: felixonmars
Revision: 751894
archrelease: copy trunk to community-staging-any
Added:
python-pyte/repos/community-staging-any/PKGBUILD
(from rev 751892, python-pyte/trunk/PKGBUILD)
Deleted:
python-pyte/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 14:27:36 UTC (rev 751893)
+++ PKGBUILD 2020-11-12 14:27:37 UTC (rev 751894)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pyte
-pkgver=0.8.0
-pkgrel=5
-pkgdesc='Simple VTXXX-compatible terminal emulator'
-arch=('any')
-license=('LGPL3')
-url='https://github.com/selectel/pyte'
-depends=('python-wcwidth')
-makedepends=('python-setuptools' 'python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/selectel/pyte/archive/$pkgver.tar.gz")
-sha512sums=('c488fd0a61c1dc34b27e12ed9ba1109bb2c331626c982da06e7540bdd168008cb5106a17c71e60e38c493f2dd9f21ba3cf05118928744dfa192d62e511b4c4e8')
-
-build() {
- cd "$srcdir"/pyte-$pkgver
- python setup.py build
-}
-
-check() {
- cd "$srcdir"/pyte-$pkgver
- python setup.py pytest
-}
-
-package() {
- cd pyte-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-pyte/repos/community-staging-any/PKGBUILD (from rev 751892, python-pyte/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 14:27:37 UTC (rev 751894)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pyte
+pkgver=0.8.0
+pkgrel=6
+pkgdesc='Simple VTXXX-compatible terminal emulator'
+arch=('any')
+license=('LGPL3')
+url='https://github.com/selectel/pyte'
+depends=('python-wcwidth')
+makedepends=('python-setuptools' 'python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/selectel/pyte/archive/$pkgver.tar.gz")
+sha512sums=('c488fd0a61c1dc34b27e12ed9ba1109bb2c331626c982da06e7540bdd168008cb5106a17c71e60e38c493f2dd9f21ba3cf05118928744dfa192d62e511b4c4e8')
+
+build() {
+ cd "$srcdir"/pyte-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd "$srcdir"/pyte-$pkgver
+ python setup.py pytest
+}
+
+package() {
+ cd pyte-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list