Date: Wednesday, May 10, 2023 @ 11:46:42
Author: alerque
Revision: 1459770
archrelease: copy trunk to community-x86_64
Added:
python-regex/repos/community-x86_64/PKGBUILD
(from rev 1459769, python-regex/trunk/PKGBUILD)
Deleted:
python-regex/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-10 11:46:33 UTC (rev 1459769)
+++ PKGBUILD 2023-05-10 11:46:42 UTC (rev 1459770)
@@ -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=2023.3.23
-pkgrel=2
-pkgdesc="Alternative python regular expression module."
-arch=('x86_64')
-url="https://github.com/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=('dc80df325b43ffea5cdea2e3eaa97a44f3dd298262b1c7fe9dbb2a9522b956a7')
-b2sums=('87271765ce6b3c8a96a79e86a2b2e907a9a97e55c78c38d117b05df2fb5626af3ba90ecb55ccde6cb745eba00da2528bb0b6d21dc759c3040c37f6a0cc647476')
-
-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 1459769,
python-regex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-10 11:46:42 UTC (rev 1459770)
@@ -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=2023.5.5
+pkgrel=1
+pkgdesc="Alternative python regular expression module."
+arch=('x86_64')
+url="https://github.com/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=('7d76a8a1fc9da08296462a18f16620ba73bcbf5909e42383b253ef34d9d5141e')
+b2sums=('1eb63c85abcf37b83e2d8f03a18ea9ae0f80aed2d8d29b0141e5064ab30067d9146d9ec440b3bc043dfb569a8216349b67354c7b7b3c4faf6f447f4b910128dc')
+
+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
+}