Commit Graph

9 Commits

Author SHA1 Message Date
sthen
81d581665c bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:27:35 +00:00
sthen
2206a80000 rename MODPY_PEP517 to MODPY_PYBUILD which is a bit less of a
magic-numbers name and more of a nod at the frontend we're actually
using for the build.
2022-09-13 20:56:17 +00:00
sthen
010059f7bc switch some ports to MODPY_PEP517 2022-09-10 21:33:42 +00:00
naddy
b2eabd8823 drop RCS Ids 2022-03-11 18:16:02 +00:00
sthen
8ad2bb9a3a bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:00:12 +00:00
kmos
bb59b02f6a Update py-rarfile to 4.0
Changes can be seen at https://github.com/markokr/rarfile/releases

ok gnezdo@
2021-03-14 05:45:48 +00:00
kmos
3107799270 Update archivers/rarfile from 3.1 to 3.2 and drop python2 FLAVOR
(Only consumer is audio/beets, which uses python3)

Also put a rename in quirks for dropping the python2 flavor

ok sthen
2020-07-25 21:45:51 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
kmos
6dba602bec archivers/py-rarfile
Version 3.1

DESCR:
rarfile is a Python module for RAR archive reading. The interface
is made as zipfile like as possible.

Supports both RAR3 and RAR5 format archives, multi volume archives,
Unicode filenames, password-protected archives, archive and file
comments, and archive parsing and non-compressed files handled with
pure Python code, Compressed files are extracted by executing either
unrar from RARLAB or bsdtar from libarchive.  Works with both Python
2.7 and 3.x.

ok landry
2019-11-07 21:45:52 +00:00