add regex

This commit is contained in:
0xMRTT 2022-08-11 11:24:21 +02:00
parent eaf69d0680
commit 31b188b272
No known key found for this signature in database
GPG key ID: AC9E06BF3DECB6FB
2 changed files with 15 additions and 0 deletions

View file

@ -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"
}
]
}
]
}

View file

@ -24,3 +24,4 @@
anyascii~=0.3
Pillow>=9.2.0
regex