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

Frederik Schwan freswa at gemini.archlinux.org
Wed Nov 3 00:03:08 UTC 2021


    Date: Wednesday, November 3, 2021 @ 00:03:08
  Author: freswa
Revision: 1035574

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-03 00:03:05 UTC (rev 1035573)
+++ PKGBUILD	2021-11-03 00:03:08 UTC (rev 1035574)
@@ -1,24 +0,0 @@
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-
-pkgname=python-wcmatch
-pkgver=8.2
-pkgrel=1
-pkgdesc='Wilcard File Name matching library'
-arch=('any')
-url='https://github.com/facelessuser/wcmatch'
-license=('MIT')
-depends=('python-bracex')
-makedepends=('python-setuptools')
-source=("https://github.com/facelessuser/wcmatch/archive/${pkgver}/wcmatch-${pkgver}.tar.gz")
-b2sums=('d1fe53f7d2394af31750c0b98451749201b1adbd8d00a734418afd8e208a9480b913059f78f62016be2fc2109813406c096f8ab60973a716b6ca275377551281')
-
-build() {
-  cd wcmatch-${pkgver}
-  python3 setup.py build
-}
-
-package() {
-  cd wcmatch-${pkgver}
-  python3 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm644 LICENSE.md "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-wcmatch/repos/community-any/PKGBUILD (from rev 1035573, python-wcmatch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-03 00:03:08 UTC (rev 1035574)
@@ -0,0 +1,24 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+
+pkgname=python-wcmatch
+pkgver=8.3
+pkgrel=1
+pkgdesc='Wilcard File Name matching library'
+arch=('any')
+url='https://github.com/facelessuser/wcmatch'
+license=('MIT')
+depends=('python-bracex')
+makedepends=('python-setuptools')
+source=("https://github.com/facelessuser/wcmatch/archive/${pkgver}/wcmatch-${pkgver}.tar.gz")
+b2sums=('8576a546278a69ba46af262bc925370e6d8b1828975d54fe3fe1a2e39fc8456134c7f7986e1674883ca0f0298c223be7efc67c7296a29d9a4f1b64e42614ce17')
+
+build() {
+  cd wcmatch-${pkgver}
+  python3 setup.py build
+}
+
+package() {
+  cd wcmatch-${pkgver}
+  python3 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm644 LICENSE.md "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



More information about the arch-commits mailing list