summaryrefslogtreecommitdiffstats
path: root/libraries/bzrtp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-05libraries/zstd-cmake: Fix 32bit build....Respect the LIBDIRSUFFIX var to fix the build on 32 bit. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Andrew Clemons1-2/+2
2022-11-05misc/untldr: Fix github tarball handling....If you follow the suggestions in: https://slackbuilds.org/GITHUB_URLs.txt you won't have to worry about the difference in src names and dir names. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Andrew Clemons2-2/+2
2022-11-05graphics/vuescan: Updated for version 9.7.95....Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Andrew Clemons2-4/+4
2022-11-05academic/pyCRAC: Fix MD5SUM....Point to the commit which is currently master, so it does not change again in future. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Andrew Clemons2-3/+3
2022-11-05python/python3-pypandoc: Fix offline build....This package needs wheel - it tries to download it during the build otherwise and if the build is not granted internet access, it fails: ``` ERROR: Could not find a version that satisfies the requirement wheel>=0.25.0 (from versions: none) ERROR: No matching distribution found for wheel>=0.25.0 subprocess.CalledProcessError: Command '['/usr/bin/python3', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/SBo/build_python3-pypandoc/tmptgs7v33g', '--quiet', 'wheel>=0.25.0']' returned non-zero exit status 1. ``` Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Andrew Clemons1-1/+1
2022-11-05python/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 Clemons2-1/+13
2022-11-05python/python-mpmath: Add missing setuptools-scm dep....This is declared upstream here: https://github.com/fredrik-johansson/mpmath/blob/1.2.1/setup.cfg#L30 If setuptools-scm is not installed, the build will try to downloaad it as root when it runs. This means you cannot build this package without internet access. ``` distutils.errors.DistutilsError: Command '['/usr/bin/python2', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/SBo/build_python-mpmath/tmpymNMLJ', '--quiet', 'setuptools_scm>=1.7.0']' returned non-zero exit status 1 ``` Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Andrew Clemons1-1/+1
2022-11-05python/python2-automat: Fix offline build....If fixed this in 9c7bc63003 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/python2', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/SBo/build_python2-automat/tmpN8eQGt', '--quiet', 'm2r']' returned non-zero exit status 1 ``` In 5f580e046a, 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: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Andrew Clemons2-1/+13
2022-11-05graphics/mtpaint: Fix github tarball handling....https://slackbuilds.org/GITHUB_URLs.txt Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Andrew Clemons2-2/+2
2022-11-05academic/OpenMM: Fix github tarball handling....Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Andrew Clemons2-2/+2
2022-11-05academic/DRAMsim3: Fix github tarball handling....Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Andrew Clemons2-4/+2
2022-11-05libraries/appstream-glib: Updated for version 0.8.1....Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Andrew Clemons2-10/+5
2022-11-05ruby/ruby-build: Updated for version 20221026....Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Andrew Clemons2-4/+4
2022-11-05python/python-unicodedata2: Updated for version 15.0.0....Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Andrew Clemons2-7/+5
2022-11-05misc/rlwrap: Updated for version 0.46....Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Andrew Clemons2-7/+4
2022-11-05system/slackrepo-hints: Updated for version 20221023....Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Andrew Clemons2-4/+4
2022-11-05libraries/reportlab: Removed (renamed python2-reportlab)....Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> LukenShiro4-179/+0
2022-11-05libraries/python2-reportlab: Added (Python2 PDF generation toolkit)....Renamed from reportlab. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> LukenShiro4-0/+180
2022-11-05libraries/python3-reportlab: Added (Python3 PDF generation toolkit)....Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Vijay Marcel4-0/+152
2022-11-05system/mktorrent: Updated for v 1.1_de7d011. New maintainer....Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Alexander Verbovetsky4-25/+59
2022-11-05office/alegreya: Added (Alegreya fonts with LaTeX support)...Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> William Waites5-0/+120
2022-11-05development/qbsolv: Added (A decomposing solver for QUBO)...Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> William PC4-0/+137
2022-11-05libraries/libpoly: Added (C library for manipulating polynomials)...Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> William PC4-0/+184
2022-11-05network/ejabberd: Updated for version 22.10....Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Alexander Verbovetsky3-32/+43
2022-11-05academic/DRAMPower: Added (DRAM Power + Energy Estimation for DRAM)...Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> William PC4-0/+206
2022-11-05libraries/python2-matplotlib: Added (a Python 2D plotting library)...Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Serban Udrea5-0/+2415
2022-11-05misc/cups-pk-helper: Added (cups PolicyKit Helper)...Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Bob Funk4-0/+148
2022-11-05python/homebase: Added (API to query for applications data paths)...Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> William PC4-0/+136
2022-11-05python/python-diskcache: Added (disk and file backed cache library)...Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> William PC4-0/+136
2022-11-05python/python3-plucky: Added (Scrap keys/paths/items in Python)...Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> William PC4-0/+136
2022-11-05python/python2-plucky: Added (Scrap keys/paths/items in Python)...Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> William PC4-0/+136
2022-11-05python/pallets-sphinx-themes: Added (Pallets Sphinx Themes)...Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Vijay Marcel4-0/+129
2022-11-05development/reuse-tool: Added (License Compliance Tool)...Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Vijay Marcel4-0/+132
2022-11-05python/python-debian: Added (Read Data from Debian Files)...Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Vijay Marcel4-0/+132
2022-11-05python/license-expression: Added (Utility to parse Licenses)...Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Vijay Marcel4-0/+128
2022-11-05python/boolean-py: Added (Library for Boolean Expression)...Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Vijay Marcel4-0/+132
2022-11-05python/binaryornot: Added (Heuristic File checker)...Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Vijay Marcel4-0/+129
2022-11-05development/yosys: Added (A framework for Verilog RTL synthesis)...Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> William PC4-0/+211
2022-11-05libraries/libADLMIDI: Updated for version 1.5.1....Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Steven Voges2-8/+7
2022-11-05libraries/fast_float: Updated for version 3.6.0....Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Steven Voges2-4/+4
2022-11-05system/epson-inkjet-printer-escpr2: Updated for version 1.1.54....Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Tim Dickson3-24/+24
2022-11-05office/calibre-bin: Updated for version 6.8.0....Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Alexander Verbovetsky2-4/+4
2022-11-05network/AdGuardHome: Updated for version 0.107.17....Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Alexander Verbovetsky2-6/+6
2022-11-05development/python2-cycler: Added (composable cycles in python)...Replacement for development/cycler Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Serban Udrea4-0/+114
2022-11-05academic/python2-kiwisolver: Added (Cassowary algorithm)...Replacement for academic/kiwisolver Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Serban Udrea4-0/+120
2022-11-05development/python3-matplotlib: Update REQUIRES for python3-numpy....Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Serban Udrea2-2/+2
2022-11-05academic/python3-scipy: Added (py3 math, science, and engineering)...Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Isaac Yu4-0/+156
2022-11-05development/python3-numpy: Added (scientific computing Py3 exts)...Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Christoph Willing5-0/+228
2022-11-05development/python3-cycler: Updated for version 0.11.0....Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Serban Udrea4-7/+7
2022-11-05python/functools-lru-cache: Updated for version 1.6.4....Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Serban Udrea2-6/+6