[arch-commits] Commit in python-vistir/repos/community-staging-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 11:58:08 UTC 2021


    Date: Thursday, December 2, 2021 @ 11:58:08
  Author: felixonmars
Revision: 1061622

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 11:58:04 UTC (rev 1061621)
+++ PKGBUILD	2021-12-02 11:58:08 UTC (rev 1061622)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-vistir
-pkgver=0.5.2
-pkgrel=4
-pkgdesc="Miscellaneous utilities for dealing with filesystems, paths, projects, subprocesses, and more"
-url="https://github.com/sarugaku/vistir"
-license=('BSD')
-arch=('any')
-depends=('python-colorama' 'python-requests' 'python-six')
-makedepends=('python-setuptools' 'python-wheel')
-checkdepends=('python-pytest-runner' 'python-hypothesis-fspaths' 'python-pytest-cov'
-              'python-pytest-timeout' 'python-yaspin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sarugaku/vistir/archive/$pkgver.tar.gz")
-sha512sums=('fdeea91160f7d170af972b42a1448e0931d13dd56eddfb92274d078e5c2250b9d649cc434ccc9fe71d5ec080d2c490d730da0f38bfad0863de6ae063fc28136e')
-
-build() {
-  cd vistir-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd vistir-$pkgver
-  LC_CTYPE=en_US.UTF-8 python setup.py pytest
-}
-
-package() {
-  cd vistir-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-vistir/repos/community-staging-any/PKGBUILD (from rev 1061621, python-vistir/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 11:58:08 UTC (rev 1061622)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-vistir
+pkgver=0.5.2
+pkgrel=5
+pkgdesc="Miscellaneous utilities for dealing with filesystems, paths, projects, subprocesses, and more"
+url="https://github.com/sarugaku/vistir"
+license=('BSD')
+arch=('any')
+depends=('python-colorama' 'python-requests' 'python-six')
+makedepends=('python-setuptools' 'python-wheel')
+checkdepends=('python-pytest-runner' 'python-hypothesis-fspaths' 'python-pytest-cov'
+              'python-pytest-timeout' 'python-yaspin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sarugaku/vistir/archive/$pkgver.tar.gz")
+sha512sums=('fdeea91160f7d170af972b42a1448e0931d13dd56eddfb92274d078e5c2250b9d649cc434ccc9fe71d5ec080d2c490d730da0f38bfad0863de6ae063fc28136e')
+
+build() {
+  cd vistir-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd vistir-$pkgver
+  LC_CTYPE=en_US.UTF-8 python setup.py pytest
+}
+
+package() {
+  cd vistir-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list