summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2021-01-15gnu: python-mccabe: Fix indentation.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-mccabe): Fix indentation.
2021-01-15gnu: python-pyflakes: Fix build.Maxim Cournoyer
* gnu/packages/patches/python-pyflakes-fix-tests.patch: Add patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/python-xyz.scm (python-pyflakes)[patches]: Apply it. [home-page]: Update.
2021-01-15gnu: python-mccabe: Add missing python-toml input.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-mccabe)[native-inputs]: Add python-toml. [home-page]: Update home page.
2021-01-15gnu: python-pytest: Propagate python-iniconfig, python-toml.Maxim Cournoyer
Based on a reading of the install_requires field of its setup.cfg file. * gnu/packages/check.scm (python-pytest)[native-inputs]: Move python-iniconfig... [propagated-inputs]: ... to here. Add python-toml. Remove python-atomicwrites, apparently only required on the win32 platform.
2021-01-15gnu: python-mypy: Fix build.Maxim Cournoyer
This follows commit b5ccc6cc9a, which updated python-pytest to version 6 and removed the python-pytest-6 variable. * gnu/packages/python-check.scm (python-mypy) [native-inputs]: Rename python-pytest-6 to python-pytest.
2021-01-15gnu: python-decorator: Update to 4.4.2.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-decorator): Update to 4.4.2.
2021-01-15gnu: Add python-pypa-build.Maxim Cournoyer
* gnu/packages/python-build.scm (python-pypa-build): New variable.
2021-01-15gnu: python-xyz: Move a few modules to (gnu packages python-build).Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-pep517): Inherit from python-pep517-bootstrap. Remove the inherited common fields. (python-poetry-core, python-wheel) (python-toml): Move to ... * gnu/packages/python-build.scm: ... here, a new module. (python-pep517-bootstrap): New package. * gnu/local.mk (GNU_SYSTEM_MODULES): Register the new module.
2021-01-15gnu: tar: Update to 1.33.Ludovic Courtès
* gnu/packages/base.scm (tar): Update to 1.33.
2021-01-15gnu: findutils: Update to 4.8.0.Ludovic Courtès
* gnu/packages/base.scm (findutils): Update to 4.8.0. [source](patches): Remove "findutils-test-rwlock-threads.patch". * gnu/packages/patches/findutils-test-rwlock-threads.patch: Remove. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/commencement.scm (findutils-boot0)[arguments]: Add 'skip-fnmatch-test' phase.
2021-01-15gnu: ed: Update to 1.17.Ludovic Courtès
* gnu/packages/ed.scm (ed): Update to 1.17.
2021-01-15gnu: zstd: Add missing slash in 'libzstd.pc'.Ludovic Courtès
Fixes a regression introduced in 959a397d220ad49b5193feb84b036220313fb9c7, whereby directory names in 'libzstd.pc' would lack a slash after $prefix. * gnu/packages/compression.scm (zstd)[arguments]: In 'adjust-library-locations' phase, add trailing slash for $prefix in .pc file.
2021-01-14gnu: texlive-bin: Patch shell commands in scripts.Maxim Cournoyer
* gnu/packages/tex.scm (texlive-bin)[phases]{patch-scripts}: New phase.
2021-01-14gnu: texlive-bin: Fix the tlmgr utility.Maxim Cournoyer
Previously, it would error out, not finding its Perl modules, and later not finding config.guess. This utility is useful to query the local TeX Live package database (texlive.tlpdb). (texlive-bin)[inputs]{config}: New input. [phases]{postint}: Add a symlink to the 'config.guess' script. Patch the tlmgr.pl script so that it can find its Perl modules and other resources.
2021-01-14gnu: texlive-bin: Unpack the texlive-scripts and texlive-extra inputs early.Maxim Cournoyer
This allows the sources to processed normally by the other phases such as patch-source-shebangs. * gnu/packages/tex.scm (texlive-bin)[arguments]: Specify #:modules. [phases]{unpack-texlive-extra, unpack-texlive-scripts}: New phases. {postint}: Move the unpacking of the texlive-extra and texlive-scripts inputs to the above newly added phases. The installation of these extra directories now simply uses copy-recursively.
2021-01-14gnu: texlive-bin: Fix indentation.Maxim Cournoyer
* gnu/packages/tex.scm (texlive-bin): Fix indentation.
2021-01-14gnu: texlive-bin: Replace python-2 by python.Maxim Cournoyer
* gnu/packages/tex.scm (texlive-bin)[inputs]: Replace python-2 by python.
2021-01-14gnu: texlive-texmf: Replace python-2 by python.Maxim Cournoyer
* gnu/packages/tex.scm (texlive-texmf)[inputs]: Replace python-2 by python.
2021-01-14gnu: Add docbook-utils.Maxim Cournoyer
* gnu/packages/docbook.scm (docbook-utils): New variable.
2021-01-14gnu: Add texlive-jadetex.Maxim Cournoyer
* gnu/packages/tex.scm (texlive-jadetex): New variable.
2021-01-14gnu: Add texlive-xmltex.Maxim Cournoyer
* gnu/packages/tex.scm (texlive-xmltex): New variable.
2021-01-14gnu: texlive-wasysym: Update synopsis and description.Maxim Cournoyer
* gnu/packages/tex.scm (texlive-wasysym)[synopsis]: Refer to the font by 'wasy', not WASY2. [description]: Likewise. Use code ornaments for the LaTeX package names.
2021-01-14gnu: Add texlive-wasy.Maxim Cournoyer
* gnu/packages/tex.scm (texlive-wasy): New variable.
2021-01-14gnu: texlive-stmaryrd: Actually include the fonts.Maxim Cournoyer
* gnu/packages/tex.scm (texlive-stmaryrd): Rewrite package to inherit from a simple-texlive-template package, so that fonts resources as listed in the texlive.tlpdb database are retrieved and installed. [arguments]: Adapt to use with the inherited template. {chdir}: New phase.
2021-01-14gnu: Add texlive-helvetic.Maxim Cournoyer
* gnu/packages/tex.scm (texlive-helvetic): New variable.
2021-01-14gnu: Add texlive-courier.Maxim Cournoyer
* gnu/packages/tex.scm (texlive-courier): New variable.
2021-01-14gnu: Add texlive-jknappen.Maxim Cournoyer
* gnu/packages/tex.scm (texlive-jknappen): New variable.
2021-01-14gnu: texlive-psnfss: Improve description.Maxim Cournoyer
* gnu/packages/tex.scm (texlive-psnfss): Improve description.
2021-01-14gnu: texlive-latex-oberdiek: Rename to texlive-oberdiek.Maxim Cournoyer
This is done to match the package name as registered in the texlive.tlpdb database. * gnu/packages/tex.scm (texlive-latex-oberdiek): New deprecated package. (texlive-oberdiek): Renamed from the above. (texlive-pstool, texlive-latex-geometry) (texlive-beamer): Adjust to use the renamed package variable.
2021-01-14gnu: texlive-fonts-stmaryrd: Rename to texlive-stmaryrd.Maxim Cournoyer
* gnu/packages/tex.scm (texlive-fonts-stmaryrd): Rename to texlive-stmaryrd, according to the texlive.tlpdb database. Deprecate old package name.
2021-01-14gnu: texlive-latex-wasysym: Rename to texlive-wasysym.Maxim Cournoyer
* gnu/packages/tex.scm (texlive-latex-wasysym): Rename to texlive-wasysym, according to the texlive.tlpdb database. Deprecate old package name.
2021-01-14gnu: Add texlive-tipa.Maxim Cournoyer
* gnu/packages/tex.scm (texlive-tipa): New variable.
2021-01-14gnu: Add config.Maxim Cournoyer
* gnu/packages/autotools.scm (config): New variable.
2021-01-14gnu: Add texlive-marvosym.Maxim Cournoyer
* gnu/packages/tex.scm (texlive-marvosym): New variable.
2021-01-14gnu: Add docbook-sgml-3.1.Maxim Cournoyer
* gnu/packages/docbook.scm (docbook-sgml-3.1): New variable.
2021-01-14gnu: Add perl-sgmls.Maxim Cournoyer
* gnu/packages/perl.scm (perl-sgmls): New variable.
2021-01-14gnu: Add docbook-dsssl.Maxim Cournoyer
* gnu/packages/docbook.scm (docbook-dsssl): New variable.
2021-01-14gnu: Add docbook-sgml.Maxim Cournoyer
* gnu/packages/docbook.scm (docbook-sgml): New variable.
2021-01-14gnu: Add iso-8879-entities.Maxim Cournoyer
* gnu/packages/docbook.scm (iso-8879-entities): New private variable.
2021-01-14gnu: Add openjade.Maxim Cournoyer
* gnu/packages/xml.scm (openjade): New variable.
2021-01-14gnu: opensp: Add doc output, enable tests and add search path.Maxim Cournoyer
* gnu/packages/xml.scm (opensp)[outputs]: Add doc output. [inputs]: Move to... [native-inputs]: ... here. Add autoconf, automake, gettext and libtool and libxml2. [arguments]: Enable tests. {make-flags}: New argument. [phases]{patch-docbook-paths}: No longer patch XMLTO command line. {delete-configure, honor-docdir, fix-tests-makefile.am}: New phases. [native-search-paths]: Define a SGML_CATALOG_FILES search path specification. [description]: Extend description.
2021-01-14gnu: opensp: Move package to (gnu packages xml).Maxim Cournoyer
* gnu/packages/finance.scm (opensp): Move to... * gnu/packages/xml.scm (opensp): ... here.
2021-01-14gnu: python-pytest: Update to 6.2.1.Maxim Cournoyer
* gnu/packages/check.scm (python-pytest): Update to 6.2.1. [phases]{check}: Repatriate from the python-pytest-6 definition. [native-inputs]: Add python-iniconfig and python-toml.
2021-01-14gnu: python-py: Update to 1.10.0.Maxim Cournoyer
* gnu/packages/check.scm (python-pytest-6)[propagated-inputs]: Replace python-py-next by python-py. * gnu/packages/python-xyz.scm (python-py): Update to 1.10.0. (python-py-next): Remove variable.
2021-01-13Merge branch 'staging' into 'core-updates'.Maxim Cournoyer
Conflicts: gnu/local.mk gnu/packages/cmake.scm gnu/packages/curl.scm gnu/packages/gl.scm gnu/packages/glib.scm gnu/packages/guile.scm gnu/packages/node.scm gnu/packages/openldap.scm gnu/packages/package-management.scm gnu/packages/python-xyz.scm gnu/packages/python.scm gnu/packages/tls.scm gnu/packages/vpn.scm gnu/packages/xorg.scm
2021-01-13gnu: gobject-introspection: Update to 1.66.1.Maxim Cournoyer
* gnu/packages/glib.scm (gobject-introspection): Update to 1.66.1.
2021-01-13gnu: python-libxml2: Fix building with python-3.9.Efraim Flashner
* gnu/packages/xml.scm (python-libxml2)[source]: Add patch. * gnu/packages/patches/python-libxml2-python39-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
2021-01-13gnu: xcb-proto: Adjust source for python-3.9 update.Efraim Flashner
* gnu/packages/xorg.scm (xorg-proto)[source]: Add snippet to fix pythom module import.
2021-01-12gnu: python: Update to 3.9.1 and streamline package definition.Maxim Cournoyer
* gnu/packages/python.scm (python-3.8): Rename to... (python-3.9): ... this. Update version to 3.9.1. [arguments]{make-flags}: Restore test_socket test. [phases]{unset-SOURCE_DATE_EPOCH, reset-SOURCE_DATE_EPOCH}: Remove phases. {rebuild-bytecode}: Simplify code. Set the invalidation-mode argument of the compileall module to "unchecked-hash", to ensure determinism. (python-3): Adjust to refer to python-3.9. * gnu/packages/patches/python-3-fix-tests.patch: Rebase and extend patch. * gnu/packages/patches/python-3.8-fix-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it.
2021-01-12gnu: python-3.8: Apply python-3-arm-alignment.patch unconditionally.Maxim Cournoyer
* gnu/packages/python.scm (python-3.8)[source]: Add "python-3-arm-alignment.patch" to the patches field. [phases]{apply-alignment-patch}: Remove phase. [native-inputs]: Remove arm-alignment.patch.