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

Frederik Schwan freswa at archlinux.org
Tue Feb 9 21:01:56 UTC 2021


    Date: Tuesday, February 9, 2021 @ 21:01:55
  Author: freswa
Revision: 851651

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-09 21:01:53 UTC (rev 851650)
+++ PKGBUILD	2021-02-09 21:01:55 UTC (rev 851651)
@@ -1,24 +0,0 @@
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-
-pkgname=python-wcmatch
-pkgver=8.1
-pkgrel=1
-pkgdesc='Wilcard File Name matching library'
-arch=('any')
-url='https://github.com/facelessuser/wcmatch'
-license=('MIT')
-depends=()
-makedepends=('python-setuptools')
-source=("https://github.com/facelessuser/wcmatch/archive/${pkgver}/wcmatch-${pkgver}.tar.gz")
-b2sums=('c896c67437e28faa0accc47f2faacedfcd9baf8f3c795f4c4429eb91bc22c0e71668db58979ee81356d5ead73e244ac2d13053ef421b8e212efd3a3feadc4eae')
-
-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 851650, python-wcmatch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-09 21:01:55 UTC (rev 851651)
@@ -0,0 +1,24 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+
+pkgname=python-wcmatch
+pkgver=8.1
+pkgrel=2
+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=('c896c67437e28faa0accc47f2faacedfcd9baf8f3c795f4c4429eb91bc22c0e71668db58979ee81356d5ead73e244ac2d13053ef421b8e212efd3a3feadc4eae')
+
+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