commit:     a64022c8a1357d250cee59753ce62e8c38e9ceab
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May  3 06:49:14 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May  3 07:51:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a64022c8

dev-python/regex: Bump to 2023.5.4

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/regex/Manifest              |  1 +
 dev-python/regex/regex-2023.5.4.ebuild | 35 ++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/regex/Manifest b/dev-python/regex/Manifest
index ef3052c17cd5..cc0b75e482d7 100644
--- a/dev-python/regex/Manifest
+++ b/dev-python/regex/Manifest
@@ -1 +1,2 @@
 DIST regex-2023.3.23.tar.gz 391964 BLAKE2B 
87271765ce6b3c8a96a79e86a2b2e907a9a97e55c78c38d117b05df2fb5626af3ba90ecb55ccde6cb745eba00da2528bb0b6d21dc759c3040c37f6a0cc647476
 SHA512 
276e16a60d77f0099d9e9a5241f60a823d8ca3056672d74aba21d38daf11ec18b317009e84135f63470a71c877c6abdfe25da0e69c5ea5ad47c97737099a5167
+DIST regex-2023.5.4.tar.gz 392105 BLAKE2B 
761da3de8370b5ce8213313fe2d8a6226a33d341a5bd3538748269633eed85801085e64265fb1998fcec3a4db6d2a26fe73b5186026ab3e7561fcd957e537ca1
 SHA512 
3ec513b2282bad73e9e3ca3b22105907fc00c4e984bf07c9ea3c04f911d702423aa548106928c90d5805c99d36541d95f0fa0cb413ea3974420482c1ffff0a1b

diff --git a/dev-python/regex/regex-2023.5.4.ebuild 
b/dev-python/regex/regex-2023.5.4.ebuild
new file mode 100644
index 000000000000..bc2fb991117d
--- /dev/null
+++ b/dev-python/regex/regex-2023.5.4.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Alternative regular expression module to replace re"
+HOMEPAGE="
+       https://bitbucket.org/mrabarnett/mrab-regex/
+       https://pypi.org/project/regex/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+IUSE="doc"
+
+PATCHES=(
+       "${FILESDIR}/${PN}-2021.4.4-pypy3-fix-test_empty_array.patch"
+       "${FILESDIR}/${PN}-2021.4.4-pypy3-fix-test_issue_18468.patch"
+)
+
+distutils_enable_tests unittest
+
+python_install_all() {
+       use doc && local HTML_DOCS=( docs/Features.html )
+       local DOCS=( README.rst docs/*.rst )
+
+       distutils-r1_python_install_all
+}

Reply via email to