summaryrefslogtreecommitdiffstats
path: root/python/python3-automat (follow)
Commit message (Expand)AuthorAgeFilesLines
* python/python3-automat: Updated for version 22.10.0....Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Arn02023-03-043-16/+4
* python/python3-automat: Fix offline build....If fixed this in 748383dcd0 by adding python-m2r as a dependency. This is correct since upstream's `setup_requires` declares m2r as a dependency: https://github.com/glyph/automat/blob/v20.2.0/setup.py#L27 If m2r is not installed, the build will try to download it. If this fails, the build fails. This means the package cannot be built without internet at the moment. ``` distutils.errors.DistutilsError: Command '['/usr/bin/python3', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/SBo/slackrepo.3Z4xrt/build_python3-automat/tmp0o3ejajj', '--quiet', 'm2r']' returned non-zero exit status 1. ``` In 96170348cc, a change was made to make m2r optional, but this does not work since it is still declared in setup.py. It should be optional, since it is only used for formatting the contents of README.md for use as long_description in setup and that is wrapped in a try / except and will use the raw, unformatted text of README.md if it is not found. So for this change, I have patched out the declaration of m2r in setup.py and you can now build the package without downloading things as root during the build. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Andrew Clemons2022-11-052-1/+13
* python/python3-automat: sets m2r as optional dependency...Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Arn02022-09-172-1/+3
* python/python3-automat: Add missing python-m2r dependency....Otherwise, the build tries to download this when run. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Andrew Clemons2022-04-162-2/+2
* python/python3-automat: updated REQUIRES (wheel needed for build)...Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Arn02022-04-091-1/+1
* python/python3-automat: removed unused python-m2r requirement...Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Arn02022-04-021-1/+1
* python/python3-automat: Fix slack-desc....Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Andrew Clemons2022-03-121-1/+1
* python/python3-automat: cloned from Automat for python3, updated for version ......Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Arn02022-03-054-0/+131