Bump library versions
This commit is contained in:
parent
695a9bcdf4
commit
d71e758285
5 changed files with 8 additions and 11 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -5,4 +5,6 @@
|
||||||
/dist/
|
/dist/
|
||||||
/vntools.egg-info/
|
/vntools.egg-info/
|
||||||
/.idea/
|
/.idea/
|
||||||
/.vscode/
|
/.vscode/
|
||||||
|
__pycache__
|
||||||
|
.DS_Store
|
||||||
2
PKGBUILD
2
PKGBUILD
|
|
@ -8,7 +8,7 @@ pkgrel=1
|
||||||
pkgdesc="Collection of tools used by VienDesu! Porting Team"
|
pkgdesc="Collection of tools used by VienDesu! Porting Team"
|
||||||
arch=("any")
|
arch=("any")
|
||||||
url="https://github.com/VienDesuPorting/VNTools"
|
url="https://github.com/VienDesuPorting/VNTools"
|
||||||
depends=("python" "python-pillow" "python-pillow-avif-plugin" "python-python-ffmpeg" "python-progress" "python-colorama")
|
depends=("python" "python-pillow" "python-python-ffmpeg" "python-progress" "python-colorama")
|
||||||
makedepends=("python-setuptools" "git")
|
makedepends=("python-setuptools" "git")
|
||||||
provides=("vntools")
|
provides=("vntools")
|
||||||
source=("git+${url}.git#branch=testing")
|
source=("git+${url}.git#branch=testing")
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = [
|
requires = [
|
||||||
"setuptools >= 61.0"
|
"setuptools>=77.0"
|
||||||
]
|
]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
|
|
@ -25,10 +25,8 @@ name = "vntools"
|
||||||
version = "2.1-dev"
|
version = "2.1-dev"
|
||||||
requires-python = ">= 3.11"
|
requires-python = ">= 3.11"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"Pillow>=10.3.0",
|
"Pillow>=12.1.0",
|
||||||
"pillow-avif-plugin>=1.4.3",
|
|
||||||
"python-ffmpeg>=2.0.12",
|
"python-ffmpeg>=2.0.12",
|
||||||
"progress>=1.6",
|
"progress>=1.6",
|
||||||
"colorama>=0.4.6",
|
"colorama>=0.4.6"
|
||||||
"argparse>=1.4.0"
|
|
||||||
]
|
]
|
||||||
|
|
@ -1,6 +1,4 @@
|
||||||
Pillow>=10.3.0
|
Pillow>=12.1.0
|
||||||
pillow-avif-plugin>=1.4.3
|
|
||||||
python-ffmpeg>=2.0.12
|
python-ffmpeg>=2.0.12
|
||||||
progress>=1.6
|
progress>=1.6
|
||||||
colorama>=0.4.6
|
colorama>=0.4.6
|
||||||
argparse>=1.4.0
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
from ffmpeg import FFmpeg, FFmpegError
|
from ffmpeg import FFmpeg, FFmpegError
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from PIL import Image
|
from PIL import Image
|
||||||
import pillow_avif
|
|
||||||
|
|
||||||
from vnrecode.printer import Printer
|
from vnrecode.printer import Printer
|
||||||
from vnrecode.params import Params
|
from vnrecode.params import Params
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue