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/
|
||||
/vntools.egg-info/
|
||||
/.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"
|
||||
arch=("any")
|
||||
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")
|
||||
provides=("vntools")
|
||||
source=("git+${url}.git#branch=testing")
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[build-system]
|
||||
requires = [
|
||||
"setuptools >= 61.0"
|
||||
"setuptools>=77.0"
|
||||
]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
|
|
@ -25,10 +25,8 @@ name = "vntools"
|
|||
version = "2.1-dev"
|
||||
requires-python = ">= 3.11"
|
||||
dependencies = [
|
||||
"Pillow>=10.3.0",
|
||||
"pillow-avif-plugin>=1.4.3",
|
||||
"Pillow>=12.1.0",
|
||||
"python-ffmpeg>=2.0.12",
|
||||
"progress>=1.6",
|
||||
"colorama>=0.4.6",
|
||||
"argparse>=1.4.0"
|
||||
"colorama>=0.4.6"
|
||||
]
|
||||
|
|
@ -1,6 +1,4 @@
|
|||
Pillow>=10.3.0
|
||||
pillow-avif-plugin>=1.4.3
|
||||
Pillow>=12.1.0
|
||||
python-ffmpeg>=2.0.12
|
||||
progress>=1.6
|
||||
colorama>=0.4.6
|
||||
argparse>=1.4.0
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
from ffmpeg import FFmpeg, FFmpegError
|
||||
from pathlib import Path
|
||||
from PIL import Image
|
||||
import pillow_avif
|
||||
|
||||
from vnrecode.printer import Printer
|
||||
from vnrecode.params import Params
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue