summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
...
* gnu: Remove python2-funcsigs.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/python-xyz.scm (python2-funcsigs): Delete variable.
* gnu: Remove python2-functools32.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/python-xyz.scm (python2-functools32): Delete variable.
* gnu: Remove python2-hypothesis.Maxim Cournoyer2022-05-31
| | | | | * gnu/packages/check.scm (python2-hypothesis): Delete variable. (python-hypothesis)[properties]: Delete field.
* gnu: Remove python2-mock.Maxim Cournoyer2022-05-31
| | | | | * gnu/packages/check.scm (python2-mock): Delete variable. (python-mock)[properties]: Delete field.
* gnu: aubio: Use Python 3.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/audio.scm (aubio)[python]: Delete argument.
* gnu: jalv: Use Python 3.Maxim Cournoyer2022-05-31
| | | | | | | | | | * gnu/packages/audio.scm (jalv)[python]: Delete argument. [inputs]: Use new style. {gtk+-2}: Delete input. {gtk+}: Replace with... {gtk}: ... this. {gtkmm-2}: Replace with... {gtkmm}: ... this.
* gnu: lvtk: Update to 1.2.0-0.a73feab.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/audio.scm (lvtk): Update to 1.2.0-0.a73feab. [python]: Delete argument. [configure-flags]: Likewise. [inputs]: Replace gtkmm-2 by gtkmm. [license]: Change license to isc.
* gnu: Remove python2-pysqlite.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/databases.scm (python2-pysqlite): Delete variable.
* gnu: Remove fraggenescan.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/bioinformatics.scm (fraggenescan): Delete variable.
* gnu: icecat: Modernize package definition.Maxim Cournoyer2022-05-31
| | | | | * gnu/packages/gnuzilla.scm (icecat)[inputs, native-inputs]: Use new style. [configure-flags, phases]: Use gexps.
* gnu: icecat: Remove obsolete Python 2 dependencies.Maxim Cournoyer2022-05-31
| | | | | * gnu/packages/gnuzilla.scm (icecat)[native-inputs]: Remove python-2 and python2-pysqlite. Replace python by python-wrapper.
* gnu: bazaar: Obsolete with breezy.Maxim Cournoyer2022-05-31
| | | | | | * gnu/packages/version-control.scm (bazaar): Deprecate package. * guix/build/bzr.scm (bzr-fetch): Adjust to use breezy; delete trailing #t. * guix/bzr-download.scm (bzr-package): Replace bazaar by breezy.
* gnu: breezy: Update to 3.2.2.Maxim Cournoyer2022-05-31
| | | | | | | | | | | | | | * gnu/packages/patches/breezy-fix-gio.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/version-control.scm (breezy): Update to 3.2.2. [source]{snippet}: Delete pre-generated cythonized C files. {patches}: Apply patch. [tests?]: Disable tests. [phases]{patch-test-shebangs, check}: New phase and override. [native-inputs]: Add nano, python-cython, python-docutils, and python-testrepository. [inputs]: Use new style. Add python-launchpadlib and python-pygobject. [description]: Adjust Bazaar URL.
* gnu: Add python-launchpadlib.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/python-web.scm (python-launchpadlib): New variable.
* gnu: Add python-lazr-restfulclient.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/python-web.scm (python-lazr-restfulclient): New variable.
* gnu: Add python-wadllib.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/python-web.scm (python-wadllib): New variable.
* gnu: Add python-lazr-uri.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/python-web.scm (python-lazr-uri): New variable.
* gnu: python-fastbencode: Build C extensions.Maxim Cournoyer2022-05-31
| | | | | | * gnu/packages/python-xyz.scm (python-fastbencode) [source]: Delete pre-generated C source files in snippet. [native-inputs]: Add python-cython.
* gnu: pypy3: Rename to pypy and modernize definition.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/python.scm (pypy3): Deprecate in favor of... (pypy): ... this renamed package. [native-inputs, inputs]: Move after arguments, use new style and sort. [native-inputs]: Remove python2-hypothesis. [phases]: Adjust to use gexps, with search-input-file and this-package-input.
* gnu: Remove python2-olefile.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/python-xyz.scm (python2-olefile): Delete variable.
* gnu: python-pillow: Update to 9.0.0.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/python-xyz.scm (python-pillow): Update to 9.0.0.
* gnu: Remove python2-pillow.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/python-xyz.scm (python2-pillow): Delete variable.
* gnu: didjvu: Switch to a Python 3 compatible fork.Maxim Cournoyer2022-05-31
| | | | | | | * gnu/packages/djvu.scm (didjvu)[source]: Switch to a Python 3 compatible fork. [native-inputs, inputs]: Move below arguments field. Use new style. Replace the Python 2 inputs by their Python 3 equivalents.
* gnu: python-gamera: Update to 4.0.0.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/python-xyz.scm (python2-gamera): Rename to... (python-gamera): ... this. Update to 4.0.0. [python]: Delete argument. [phases]{check}: New override. [native-inputs]: Add python-pytest.
* gnu: Remove python2-seaborn.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/python-xyz.scm (python2-seaborn): Delete variable.
* gnu: Remove python2-iso8601.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/time.scm (python2-iso8601): Delete variable.
* gnu: Remove python2-pytz.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/time.scm (python2-pytz): Delete variable.
* gnu: Remove python2-pretend.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/python-xyz.scm (python2-pretend): Delete variable.
* gnu: Remove python2-idna.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/python-xyz.scm (python2-idna): Delete variable.
* gnu: Remove python2-backport-ssl-match-hostname.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/python-xyz.scm (python2-backport-ssl-match-hostname): Delete variable.
* gnu: Remove python2-scandir.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/python-xyz.scm (python2-scandir): Delete variable.
* gnu: Remove python2-ipaddress.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/python-xyz.scm (python2-ipaddress): Delete variable.
* gnu: Remove python2-asn1crypto.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/python-crypto.scm (python2-asn1crypto): Delete variable.
* gnu: Remove python2-cryptography-vectors.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/python-crypto.scm (python2-cryptography-vectors): Delete variable.
* gnu: Remove python2-cffi.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/libffi.scm (python2-cffi): Delete variable.
* gnu: Remove python2-coverage.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/check.scm (python2-coverage): Delete variable.
* gnu: Remove python2-dateutil.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/time.scm (python2-dateutil): Delete variable.
* gnu: Remove python2-contextlib2.Maxim Cournoyer2022-05-31
| | | | | * gnu/packages/python-xyz.scm (python2-contextlib2): Delete variable. (python2-contextlib2-bootstrap): Likewise.
* gnu: Remove python2-typing.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/python-xyz.scm (python2-typing): Delete variable.
* gnu: Remove python2-pathlib2.Maxim Cournoyer2022-05-31
| | | | | * gnu/packages/python-xyz.scm (python2-pathlib2): Delete variable. (python2-pathlib2-bootstrap): Likewise.
* gnu: Remove python2-cryptography.Maxim Cournoyer2022-05-31
| | | | | * gnu/packages/python-crypto.scm (python2-cryptography): Delete variable. (python-cryptography)[properties]: Delete field.
* gnu: Remove python2-flaky.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/check.scm (python2-flaky): Delete variable.
* gnu: Remove python2-backports-functools-lru-cache.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/python-xyz.scm (python2-backports-functools-lru-cache): Delete variable.
* gnu: Remove python2-pysocks.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/python-xyz.scm (python2-pysocks): Delete variable.
* gnu: Remove python2-importlib-resources.Maxim Cournoyer2022-05-31
| | | | | | * gnu/packages/python-xyz.scm (python2-importlib-resources): Delete variable. (python2-importlib-resources-bootstrap): Likewise. (python-importlib-resources)[properties]: Delete field.
* gnu: Remove python2-configparser.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/python-xyz.scm (python2-configparser): Delete variable.
* gnu: Remove python2-unidecode.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/python-xyz.scm (python2-unidecode): Delete variable.
* gnu: Remove python2-pyopenssl.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/python-crypto.scm (python2-pyopenssl): Delete variable.
* gnu: Remove python2-certifi.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/python-crypto.scm (python2-certifi): Delete variable.
* gnu: Remove python2-zipp.Maxim Cournoyer2022-05-31
| | | | | * gnu/packages/python-compression.scm (python2-zipp): Delete variable. (python2-zipp-bootstrap): Likewise.