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

Felix Yan felixonmars at archlinux.org
Fri May 15 16:38:29 UTC 2020


    Date: Friday, May 15, 2020 @ 16:38:29
  Author: felixonmars
Revision: 628044

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-15 16:38:20 UTC (rev 628043)
+++ PKGBUILD	2020-05-15 16:38:29 UTC (rev 628044)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-vistir
-pkgver=0.5.0
-pkgrel=1
-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=('6a2a87bfb7a3c1090e764eeb1ebf46f0155cff0270e9a88ffcc9cbb59f6a25c709213e77b06035da9fc55f810e4f94aa068dacb7050d0c46fd8ade9a36e70c9f')
-
-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-any/PKGBUILD (from rev 628043, python-vistir/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-15 16:38:29 UTC (rev 628044)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-vistir
+pkgver=0.5.1
+pkgrel=1
+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=('8f53ef0e8f2b1e0fe88d5ba0d5ddc86c4a3554915b34aa73d1aa3da3333a7ba808594b0e0c500f5427eef8d160f79bd177191727e2c7541dcf6b43c79a5b5c04')
+
+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