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

Eli Schwartz eschwartz at archlinux.org
Sun Nov 15 18:21:13 UTC 2020


    Date: Sunday, November 15, 2020 @ 18:21:12
  Author: eschwartz
Revision: 754637

archrelease: copy trunk to community-staging-x86_64

Added:
  python-regex/repos/community-staging-x86_64/PKGBUILD
    (from rev 754636, python-regex/trunk/PKGBUILD)
Deleted:
  python-regex/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-15 18:20:56 UTC (rev 754636)
+++ PKGBUILD	2020-11-15 18:21:12 UTC (rev 754637)
@@ -1,39 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-# Contributor: Nikola Milinković <nikmil at gmail.com>
-# Submitter: Xiao-Long Chen <chenxiaolong at cxl.epac.to>
-
-_pkgbase=regex
-pkgname=python-regex
-pkgver=2020.10.28
-pkgrel=3
-pkgdesc="Alternative python regular expression module."
-arch=('x86_64')
-url="https://bitbucket.org/mrabarnett/mrab-regex"
-license=('Python' 'Apache')
-depends=('python')
-makedepends=('python-setuptools')
-options=(!emptydirs)
-source=("https://files.pythonhosted.org/packages/source/r/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz")
-sha256sums=('dd3e6547ecf842a29cf25123fbf8d2461c53c8d37aa20d87ecee130c89b7079b')
-b2sums=('659508fef5de2b3c3e789ad02a09de05a5202ab70017617a4e0a7ca7beeb6a5720a3ef1ad76ed7fec6888be0be56010228a6f579daa3a0b2f11119fea66ecae3')
-
-build() {
-  cd "regex-${pkgver}"
-
-  python setup.py build
-}
-
-check() {
-  cd "regex-${pkgver}"
-
-  cd build/lib.linux-${CARCH}-3*/
-  python -m unittest regex/test_regex.py
-}
-
-package() {
-  cd "regex-${pkgver}"
-
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
-}

Copied: python-regex/repos/community-staging-x86_64/PKGBUILD (from rev 754636, python-regex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-15 18:21:12 UTC (rev 754637)
@@ -0,0 +1,39 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: Nikola Milinković <nikmil at gmail.com>
+# Submitter: Xiao-Long Chen <chenxiaolong at cxl.epac.to>
+
+_pkgbase=regex
+pkgname=python-regex
+pkgver=2020.11.13
+pkgrel=2
+pkgdesc="Alternative python regular expression module."
+arch=('x86_64')
+url="https://bitbucket.org/mrabarnett/mrab-regex"
+license=('Python' 'Apache')
+depends=('python')
+makedepends=('python-setuptools')
+options=(!emptydirs)
+source=("https://files.pythonhosted.org/packages/source/r/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz")
+sha256sums=('83d6b356e116ca119db8e7c6fc2983289d87b27b3fac238cfe5dca529d884562')
+b2sums=('2ab9db519ae6569ee9f8a3b1d52c6ecf23b5d216a70e24f1357af88dbf93ca3d6d4eef17e267311faec47bbae6ea4041c6e5526c7cfa0ffeed3509d9c9336410')
+
+build() {
+  cd "regex-${pkgver}"
+
+  python setup.py build
+}
+
+check() {
+  cd "regex-${pkgver}"
+
+  cd build/lib.linux-${CARCH}-3*/
+  python -m unittest regex/test_regex.py
+}
+
+package() {
+  cd "regex-${pkgver}"
+
+  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
+}



More information about the arch-commits mailing list