Find a file
Andrew Clemons fcbdb7a3b4
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>
2022-11-05 21:15:17 +07:00
academic academic/OpenMM: Fix github tarball handling. 2022-11-05 21:15:16 +07:00
accessibility
audio audio/audacity: Remove vst3sdk from REQUIRES (it's optional). 2022-10-29 10:28:43 +07:00
business business/bisq: Updated for version 1.9.5. 2022-10-01 09:01:12 +07:00
desktop desktop/i3-gaps: Updated for version 4.21.1. 2022-11-05 21:15:04 +07:00
development development/qbsolv: Added (A decomposing solver for QUBO) 2022-11-05 21:15:13 +07:00
games games/RetroArch: Updated for version 1.12.0. 2022-11-05 21:15:09 +07:00
gis gis/python3-basemap: Updated for version 1.3.5. 2022-11-05 21:15:04 +07:00
graphics graphics/mtpaint: Fix github tarball handling. 2022-11-05 21:15:16 +07:00
ham ham/jtdx: Added (forked WSJT-x for amaterur radio communication) 2022-10-20 23:32:11 +07:00
haskell
libraries libraries/appstream-glib: Updated for version 0.8.1. 2022-11-05 21:15:16 +07:00
misc misc/rlwrap: Updated for version 0.46. 2022-11-05 21:15:15 +07:00
multimedia multimedia/beets: Rebuilt for python3-mediafile and python3-confuse. 2022-11-05 21:15:08 +07:00
network network/ejabberd: Updated for version 22.10. 2022-11-05 21:15:13 +07:00
office office/alegreya: Added (Alegreya fonts with LaTeX support) 2022-11-05 21:15:14 +07:00
perl perl/perl-DBD-SQLite: Updated for version 1.72. 2022-11-05 21:15:07 +07:00
python python/python3-automat: Fix offline build. 2022-11-05 21:15:17 +07:00
ruby ruby/ruby-build: Updated for version 20221026. 2022-11-05 21:15:16 +07:00
system system/slackrepo-hints: Updated for version 20221023. 2022-11-05 21:15:15 +07:00
.gitignore Update .gitignore + waf-2.0.*. 2022-10-15 10:47:43 +07:00
.mailmap
ChangeLog.txt Public www update: Sat Oct 29 03:29:40 UTC 2022. 2022-10-29 10:30:08 +07:00
README

See https://slackbuilds.org/howto/ for instructions on 
how to use the contents of this directory.

Access is also available via:
 rsync://slackbuilds.org/slackbuilds
 https://git.slackbuilds.org/slackbuilds/
 ftp://slackbuilds.org/
 git://git.slackbuilds.org/slackbuilds.git
 https://gitlab.com/SlackBuilds.org/slackbuilds.git
 https://github.com/SlackBuildsOrg/slackbuilds