Date: Monday, November 7, 2022 @ 14:51:36
  Author: alerque
Revision: 1345816

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-07 14:51:28 UTC (rev 1345815)
+++ PKGBUILD    2022-11-07 14:51:36 UTC (rev 1345816)
@@ -1,41 +0,0 @@
-# Maintainer: Jelle van der Waa <[email protected]>
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: Eli Schwartz <[email protected]>
-# Contributor: Nikola Milinković <[email protected]>
-# Submitter: Xiao-Long Chen <[email protected]>
-
-_pkgbase=regex
-pkgname=python-regex
-pkgver=2022.9.13
-pkgrel=1
-pkgdesc="Alternative python regular expression module."
-arch=('x86_64')
-url="https://bitbucket.org/mrabarnett/mrab-regex";
-license=('Python' 'Apache')
-depends=('python')
-makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
-options=(!emptydirs)
-source=("https://files.pythonhosted.org/packages/source/r/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz";)
-sha256sums=('f07373b6e56a6f3a0df3d75b651a278ca7bd357a796078a26a958ea1ce0588fd')
-b2sums=('83e8f1aabe15e65fb4f96072be3ccd5ddf1dcbffeeecb9d7a2889fb910d4095e902bfd45f43184b0df115b1116ddfc3e67d68a2fa903f19a8cbc6844ce023a3b')
-
-build() {
-  cd "regex-${pkgver}"
-
-  python -m build -wn
-}
-
-check() {
-  cd "regex-${pkgver}"
-
-  local _pyver=cpython-$(python -c 'import sys; print("".join(map(str, 
sys.version_info[:2])))')
-  cd "$PWD/build/lib.linux-$CARCH-$_pyver"
-  python -m unittest regex/test_regex.py
-}
-
-package() {
-  cd "regex-${pkgver}"
-
-  python -m installer --d "${pkgdir}" dist/*.whl
-  install -Dm644 LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
-}

Copied: python-regex/repos/community-x86_64/PKGBUILD (from rev 1345815, 
python-regex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-07 14:51:36 UTC (rev 1345816)
@@ -0,0 +1,41 @@
+# Maintainer: Jelle van der Waa <[email protected]>
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: Eli Schwartz <[email protected]>
+# Contributor: Nikola Milinković <[email protected]>
+# Submitter: Xiao-Long Chen <[email protected]>
+
+_pkgbase=regex
+pkgname=python-regex
+pkgver=2022.10.31
+pkgrel=1
+pkgdesc="Alternative python regular expression module."
+arch=('x86_64')
+url="https://bitbucket.org/mrabarnett/mrab-regex";
+license=('Python' 'Apache')
+depends=('python')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
+options=(!emptydirs)
+source=("https://files.pythonhosted.org/packages/source/r/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz";)
+sha256sums=('a3a98921da9a1bf8457aeee6a551948a83601689e5ecdd736894ea9bbec77e83')
+b2sums=('060822767ab28e26d000faa198f4226ba1e4600141a7b3e0f656df8d004b5007a0a7934057e608d524f6a21421573fbeb8a1be208ce69ba2d912a55d19fb3f22')
+
+build() {
+  cd "regex-${pkgver}"
+
+  python -m build -wn
+}
+
+check() {
+  cd "regex-${pkgver}"
+
+  local _pyver=cpython-$(python -c 'import sys; print("".join(map(str, 
sys.version_info[:2])))')
+  cd "$PWD/build/lib.linux-$CARCH-$_pyver"
+  python -m unittest regex/test_regex.py
+}
+
+package() {
+  cd "regex-${pkgver}"
+
+  python -m installer --d "${pkgdir}" dist/*.whl
+  install -Dm644 LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
+}

Reply via email to