[arch-commits] Commit in python-pathspec/repos/community-staging-any (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Wed Dec 1 21:36:31 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:36:30
  Author: foutrelis
Revision: 1060878

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:36:29 UTC (rev 1060877)
+++ PKGBUILD	2021-12-01 21:36:30 UTC (rev 1060878)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-# Contributor:  Chris Severance aur.severach aATt spamgourmet dott com
-
-_name=pathspec
-pkgname=python-pathspec
-pkgver=0.9.0
-pkgrel=2
-pkgdesc='Utility library for gitignore style pattern matching of file paths'
-arch=('any')
-url=https://github.com/cpburnz/python-path-specification
-license=('MPL2')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1')
-b2sums=('00b48f6987a074e23ac6f344a44ac8f265463bdd87907cb8a602c690a739d1a9a673182fc4d61a6e2ffc02acb6632591b873e435f9fc3893e1cc48015e120a16')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  python -m unittest discover pathspec/tests
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pathspec/repos/community-staging-any/PKGBUILD (from rev 1060875, python-pathspec/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:36:30 UTC (rev 1060878)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor:  Chris Severance aur.severach aATt spamgourmet dott com
+
+_name=pathspec
+pkgname=python-pathspec
+pkgver=0.9.0
+pkgrel=3
+pkgdesc='Utility library for gitignore style pattern matching of file paths'
+arch=('any')
+url=https://github.com/cpburnz/python-path-specification
+license=('MPL2')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
+sha256sums=('e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1')
+b2sums=('00b48f6987a074e23ac6f344a44ac8f265463bdd87907cb8a602c690a739d1a9a673182fc4d61a6e2ffc02acb6632591b873e435f9fc3893e1cc48015e120a16')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  python -m unittest discover pathspec/tests
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list