From 31b188b272e45c9e5b292529a4bf6b2383b561f8 Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@tuta.io> Date: Thu, 11 Aug 2022 11:24:21 +0200 Subject: [PATCH] add regex --- pypi-dependencies.json | 14 ++++++++++++++ requirements.txt | 1 + 2 files changed, 15 insertions(+) diff --git a/pypi-dependencies.json b/pypi-dependencies.json index a60dd0d7..04f5137a 100644 --- a/pypi-dependencies.json +++ b/pypi-dependencies.json @@ -30,6 +30,20 @@ "sha256": "75e636fd3e0fb872693f23ccb8a5ff2cd578801251f3a4f6854c6a5d437d3c04" } ] + }, + { + "name": "python3-regex", + "buildsystem": "simple", + "build-commands": [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"regex\" --no-build-isolation" + ], + "sources": [ + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/c6/5a/e266ef579433b9cbd3e704032bb3ffa66b89ff3f0b0874a8cbaa4d451427/regex-2022.7.25.tar.gz", + "sha256": "bd0883e86964cd61360ffc36dbebbc49b928e92a306f886eab02c11dfde5b7aa" + } + ] } ] } \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 86e07026..280847f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,3 +24,4 @@ anyascii~=0.3 Pillow>=9.2.0 +regex