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

Frederik Schwan freswa at gemini.archlinux.org
Tue Oct 19 13:13:15 UTC 2021


    Date: Tuesday, October 19, 2021 @ 13:13:14
  Author: freswa
Revision: 1030972

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-19 13:13:08 UTC (rev 1030971)
+++ PKGBUILD	2021-10-19 13:13:14 UTC (rev 1030972)
@@ -1,23 +0,0 @@
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-
-pkgname=python-bracex
-pkgver=2.1.1
-pkgrel=1
-pkgdesc='Bash style brace expansion for Python'
-arch=('any')
-url='https://github.com/facelessuser/bracex'
-license=('MIT')
-makedepends=('python-setuptools')
-source=("https://github.com/facelessuser/bracex/archive/${pkgver}/bracex-${pkgver}.tar.gz")
-b2sums=('7313aac70d2bdb8473396a651a5d62a399084a0277e8c4665ef79fbe00347b86fc9793066584275f2a77c6c4cc217e6235f2f06ef4977f733039984c562ec529')
-
-build() {
-  cd bracex-${pkgver}
-  python3 setup.py build
-}
-
-package() {
-  cd bracex-${pkgver}
-  python3 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm644 LICENSE.md "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-bracex/repos/community-any/PKGBUILD (from rev 1030971, python-bracex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-19 13:13:14 UTC (rev 1030972)
@@ -0,0 +1,23 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+
+pkgname=python-bracex
+pkgver=2.2
+pkgrel=1
+pkgdesc='Bash style brace expansion for Python'
+arch=('any')
+url='https://github.com/facelessuser/bracex'
+license=('MIT')
+makedepends=('python-setuptools')
+source=("https://github.com/facelessuser/bracex/archive/${pkgver}/bracex-${pkgver}.tar.gz")
+b2sums=('18e14711840c02c814c44c0f7f939e69091d34f8e1d25494e802ce5d5ae1debce73bb9cb7cf27ff6e431cc7a71e2fc3f247109c2b24875af5c06aba315028e8f')
+
+build() {
+  cd bracex-${pkgver}
+  python3 setup.py build
+}
+
+package() {
+  cd bracex-${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