summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* gnu: john-the-ripper-jumbo: Use Python 3.•••* gnu/packages/password-utils.scm (john-the-ripper-jumbot): [inputs]: Use new style and replace python-2 by python-wrapper. [phases]{install}: Delete trailing #t. Maxim Cournoyer2022-05-311-9/+9
* gnu: Remove boost-with-python2.•••* gnu/packages/boost.scm (boost-with-python2): Delete variable. Maxim Cournoyer2022-05-311-7/+0
* gnu: Remove libpng-1.2.•••* gnu/packages/image.scm (libpng-1.2): Delete variable. Maxim Cournoyer2022-05-311-19/+0
* gnu: Remove rapicorn.•••* gnu/packages/graphics.scm (rapicorn): Delete variable. * gnu/packages/patches/rapicorn-isnan.patch: Remove patch. * gnu/local.mk (dist_patch_DATA): De-register it. Maxim Cournoyer2022-05-313-155/+0
* gnu: Remove beast.•••* gnu/packages/music.scm (beast): Delete variable. Maxim Cournoyer2022-05-311-42/+0
* gnu: Remove python2-linecache2.•••* gnu/packages/python-xyz.scm (python2-linecache2): Delete variable. Maxim Cournoyer2022-05-311-3/+0
* gnu: Remove python2-traceback2.•••* gnu/packages/python-xyz.scm (python2-traceback2): Delete variable. Maxim Cournoyer2022-05-311-3/+0
* gnu: Remove python2-unittest2.•••* gnu/packages/check.scm (python2-unittest2): Delete variable. Maxim Cournoyer2022-05-311-3/+0
* gnu: Remove python2-sortedcontainers.•••* gnu/packages/python-xyz.scm (python2-sortedcontainers): Delete variable. Maxim Cournoyer2022-05-311-3/+0
* gnu: Remove python2-funcsigs.•••* gnu/packages/python-xyz.scm (python2-funcsigs): Delete variable. Maxim Cournoyer2022-05-311-21/+0
* gnu: Remove python2-functools32.•••* gnu/packages/python-xyz.scm (python2-functools32): Delete variable. Maxim Cournoyer2022-05-311-23/+0
* gnu: Remove python2-hypothesis.•••* gnu/packages/check.scm (python2-hypothesis): Delete variable. (python-hypothesis)[properties]: Delete field. Maxim Cournoyer2022-05-311-18/+1
* gnu: Remove python2-mock.•••* gnu/packages/check.scm (python2-mock): Delete variable. (python-mock)[properties]: Delete field. Maxim Cournoyer2022-05-311-10/+0
* gnu: aubio: Use Python 3.•••* gnu/packages/audio.scm (aubio)[python]: Delete argument. Maxim Cournoyer2022-05-311-2/+1
* gnu: jalv: Use Python 3.•••* 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. Maxim Cournoyer2022-05-311-10/+8
* gnu: lvtk: Update to 1.2.0-0.a73feab.•••* 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. Maxim Cournoyer2022-05-311-30/+26
* gnu: Remove python2-pysqlite.•••* gnu/packages/databases.scm (python2-pysqlite): Delete variable. Maxim Cournoyer2022-05-311-24/+0
* gnu: Remove fraggenescan.•••* gnu/packages/bioinformatics.scm (fraggenescan): Delete variable. Maxim Cournoyer2022-05-311-90/+0
* gnu: icecat: Modernize package definition.•••* gnu/packages/gnuzilla.scm (icecat)[inputs, native-inputs]: Use new style. [configure-flags, phases]: Use gexps. Maxim Cournoyer2022-05-311-396/+382
* gnu: icecat: Remove obsolete Python 2 dependencies.•••* gnu/packages/gnuzilla.scm (icecat)[native-inputs]: Remove python-2 and python2-pysqlite. Replace python by python-wrapper. Maxim Cournoyer2022-05-311-4/+2
* gnu: bazaar: Obsolete with breezy.•••* 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. Maxim Cournoyer2022-05-311-38/+3
* gnu: breezy: Update to 3.2.2.•••* 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. Maxim Cournoyer2022-05-313-15/+388
* gnu: Add python-launchpadlib.•••* gnu/packages/python-web.scm (python-launchpadlib): New variable. Maxim Cournoyer2022-05-311-0/+29
* gnu: Add python-lazr-restfulclient.•••* gnu/packages/python-web.scm (python-lazr-restfulclient): New variable. Maxim Cournoyer2022-05-311-0/+25
* gnu: Add python-wadllib.•••* gnu/packages/python-web.scm (python-wadllib): New variable. Maxim Cournoyer2022-05-311-0/+18
* gnu: Add python-lazr-uri.•••* gnu/packages/python-web.scm (python-lazr-uri): New variable. Maxim Cournoyer2022-05-311-0/+18
* gnu: python-fastbencode: Build C extensions.•••* gnu/packages/python-xyz.scm (python-fastbencode) [source]: Delete pre-generated C source files in snippet. [native-inputs]: Add python-cython. Maxim Cournoyer2022-05-311-0/+4
* gnu: pypy3: Rename to pypy and modernize definition.•••* 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. Maxim Cournoyer2022-05-311-137/+135
* gnu: Remove python2-olefile.•••* gnu/packages/python-xyz.scm (python2-olefile): Delete variable. Maxim Cournoyer2022-05-311-3/+0
* gnu: python-pillow: Update to 9.0.0.•••* gnu/packages/python-xyz.scm (python-pillow): Update to 9.0.0. Maxim Cournoyer2022-05-311-39/+32
* gnu: Remove python2-pillow.•••* gnu/packages/python-xyz.scm (python2-pillow): Delete variable. Maxim Cournoyer2022-05-311-18/+0
* gnu: didjvu: Switch to a Python 3 compatible fork.•••* 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. Maxim Cournoyer2022-05-311-64/+67
* gnu: python-gamera: Update to 4.0.0.•••* 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. Maxim Cournoyer2022-05-311-9/+25
* gnu: Remove python2-seaborn.•••* gnu/packages/python-xyz.scm (python2-seaborn): Delete variable. Maxim Cournoyer2022-05-311-13/+0
* gnu: Remove python2-iso8601.•••* gnu/packages/time.scm (python2-iso8601): Delete variable. Maxim Cournoyer2022-05-311-3/+0
* gnu: Remove python2-pytz.•••* gnu/packages/time.scm (python2-pytz): Delete variable. Maxim Cournoyer2022-05-311-3/+0
* gnu: Remove python2-pretend.•••* gnu/packages/python-xyz.scm (python2-pretend): Delete variable. Maxim Cournoyer2022-05-311-3/+0
* gnu: Remove python2-idna.•••* gnu/packages/python-xyz.scm (python2-idna): Delete variable. Maxim Cournoyer2022-05-311-3/+0
* gnu: Remove python2-backport-ssl-match-hostname.•••* gnu/packages/python-xyz.scm (python2-backport-ssl-match-hostname): Delete variable. Maxim Cournoyer2022-05-311-24/+0
* gnu: Remove python2-scandir.•••* gnu/packages/python-xyz.scm (python2-scandir): Delete variable. Maxim Cournoyer2022-05-311-3/+0
* gnu: Remove python2-ipaddress.•••* gnu/packages/python-xyz.scm (python2-ipaddress): Delete variable. Maxim Cournoyer2022-05-311-3/+0
* gnu: Remove python2-asn1crypto.•••* gnu/packages/python-crypto.scm (python2-asn1crypto): Delete variable. Maxim Cournoyer2022-05-311-3/+0
* gnu: Remove python2-cryptography-vectors.•••* gnu/packages/python-crypto.scm (python2-cryptography-vectors): Delete variable. Maxim Cournoyer2022-05-311-3/+0
* gnu: Remove python2-cffi.•••* gnu/packages/libffi.scm (python2-cffi): Delete variable. Maxim Cournoyer2022-05-311-3/+0
* gnu: Remove python2-coverage.•••* gnu/packages/check.scm (python2-coverage): Delete variable. Maxim Cournoyer2022-05-311-3/+0
* gnu: Remove python2-dateutil.•••* gnu/packages/time.scm (python2-dateutil): Delete variable. Maxim Cournoyer2022-05-311-40/+0
* gnu: Remove python2-contextlib2.•••* gnu/packages/python-xyz.scm (python2-contextlib2): Delete variable. (python2-contextlib2-bootstrap): Likewise. Maxim Cournoyer2022-05-311-26/+0
* gnu: Remove python2-typing.•••* gnu/packages/python-xyz.scm (python2-typing): Delete variable. Maxim Cournoyer2022-05-311-22/+0
* gnu: Remove python2-pathlib2.•••* gnu/packages/python-xyz.scm (python2-pathlib2): Delete variable. (python2-pathlib2-bootstrap): Likewise. Maxim Cournoyer2022-05-311-47/+0
* gnu: Remove python2-cryptography.•••* gnu/packages/python-crypto.scm (python2-cryptography): Delete variable. (python-cryptography)[properties]: Delete field. Maxim Cournoyer2022-05-311-20/+1