New package: python3-unrpa-2.3.0#61545
Conversation
277e7e3 to
b3b0cc6
Compare
ahesford
left a comment
There was a problem hiding this comment.
As noted when you inquired about the package, the seven-year idle period since the last commit is disconcerting. Python has evolved substantially in that time and continues to do so. This can lead to maintenance problems down the road. (The package already admits deprecation warnings and admonitions during install that will eventually become fatal.) This is probably better suited to living in a virtual environment somewhere.
As an aside, it seems that this package exists primarily to provide /usr/bin/unrpa, so it would just be called unrpa.
| build_style=python3-module | ||
| hostmakedepends="python3-setuptools" | ||
| depends="python3" | ||
| short_desc="Extract files from the RPA archive format (from Ren'Py visual novels)" |
There was a problem hiding this comment.
| short_desc="Extract files from the RPA archive format (from Ren'Py visual novels)" | |
| short_desc="Extract files from the RPA (Ren'Py) archive format" |
| hostmakedepends="python3-setuptools" | ||
| depends="python3" | ||
| short_desc="Extract files from the RPA archive format (from Ren'Py visual novels)" | ||
| maintainer="Gareth Latty <gareth@lattyware.co.uk>" |
There was a problem hiding this comment.
This must be your name, not the upstream author.
|
The package is not very complex, maybe some basic maintenance can help with the deprecation warnings. But I feel that should be for another branch and pull request. |
|
We don't carry patches to bring software up to date. That's the job of the upstream maintainer. |
This package is for decompressing .rpa renpy archive files.
Testing the changes
New package
Local build testing