summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: Add python-anytree.•••* gnu/packages/python-xyz.scm (python-anytree): New public variable. Marius Bakke2020-01-201-0/+24
* gnu: python-packaging: Add comment about upstream patch status.•••* gnu/packages/python-xyz.scm (python-packaging)[source]: Add comment, to prevent needless rebuild by updating the patch directly. Marius Bakke2020-01-201-0/+2
* gnu: Add python-gssapi.•••* gnu/packages/python-xyz.scm (python-gssapi): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Lars-Dominik Braun2020-01-201-0/+31
* gnu: Add python-k5test.•••* gnu/packages/python-xyz.scm (python-k5test): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Lars-Dominik Braun2020-01-201-0/+35
* gnu: Add python-shouldbe.•••* gnu/packages/python-xyz.scm (python-shouldbe): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Lars-Dominik Braun2020-01-201-0/+22
* gnu: Add python-forbiddenfruit.•••* gnu/packages/python-xyz.scm (python-forbiddenfruit): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Lars-Dominik Braun2020-01-201-0/+29
* gnu: python-language-server: Update to 0.31.6.•••* gnu/packages/python-xyz.scm (python-language-server): Update to 0.31.6. Brett Gilio2020-01-181-2/+2
* gnu: Add python-aionotify.•••* gnu/packages/python-xyz.scm (python-aionotify): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Lars-Dominik Braun2020-01-181-0/+22
* gnu: Add python-asynctest.•••* gnu/packages/python-xyz.scm (python-asynctest): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Lars-Dominik Braun2020-01-181-0/+33
* gnu: Add python2-objgraph.•••* gnu/packages/python-xyz.scm (python2-objgraph): New public variable. Marius Bakke2020-01-161-0/+3
* gnu: python-objgraph: Update to 3.4.1.•••* gnu/packages/python-xyz.scm (python-objgraph): Update to 3.4.1. Marius Bakke2020-01-161-2/+2
* gnu: python-importlib-metata: Delay python2 variant.•••This is a follow-up to commit 5efa04dd935ecf6f7803501b1b8952810f4330ad. * gnu/packages/python-xyz.scm (python-importlib-metadata)[properties]: New field. Marius Bakke2020-01-161-0/+1
* gnu: python-packaging: Fix test failures on non-x86_64 architectures.•••* gnu/packages/patches/python-packaging-test-arch.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python-xyz.scm (python-packaging)[source](patches): New field. Marius Bakke2020-01-161-0/+1
* gnu: poetry: Remove redundant input.•••* gnu/packages/python-xyz.scm (poetry)[propagated-inputs]: Remove PYTHON-PATHLIB2. Marius Bakke2020-01-161-1/+0
* gnu: Update copyright header.•••* gnu/packages/python-xyz.scm: Update copyright header. Nicolas Goaziou2020-01-161-1/+1
* gnu: Add python-cson.•••* gnu/packages/python-xyz.scm (python-cson): New variable. Nicolas Goaziou2020-01-161-0/+19
* gnu: Add python-speg.•••* gnu/packages/python-xyz.scm (python-speg): New variable. Nicolas Goaziou2020-01-161-0/+21
* gnu: python-lxml: Move to (gnu packages xml).•••* gnu/packages/python-xyz.scm (python-lxml): Move from here ... * gnu/packages/xml.scm (python-lxml): ... to here. * gnu/packages/django.scm, gnu/packages/drones.scm, gnu/packages/libreoffice.scm, gnu/packages/nutrition.scm, gnu/packages/openstack.scm, gnu/packages/pulseaudio.scm, gnu/packages/python-science.scm, gnu/packages/tryton.scm, gnu/packages/wireservice.scm: Adjust module imports. Marius Bakke2020-01-151-29/+0
* gnu: python-elementpath: Move to (gnu packages xml).•••* gnu/packages/python-xyz.scm (python-elementpath): Move from here ... * gnu/packages/xml.scm (python-elementpath): ... to here. Marius Bakke2020-01-151-25/+0
* gnu: Add python2-importlib-metadata.•••* gnu/packages/python-xyz.scm (python2-importlib-metadata): New public variable. Marius Bakke2020-01-151-0/+13
* gnu: Add python2-importlib-resources.•••* gnu/packages/python-xyz.scm (python2-importlib-resources): New public variable. Marius Bakke2020-01-151-1/+26
* gnu: python-wheel: Update to 0.33.6.•••* gnu/packages/python-xyz.scm (python-wheel): Update to 0.33.6. [arguments]: Explicitly disable tests (they never ran before). [native-inputs, properties]: Remove. (python2-wheel): Use PACKAGE-WITH-PYTHON2. Marius Bakke2020-01-151-12/+9
* gnu: python-importlib-metadata: Update to 1.4.0.•••* gnu/packages/python-xyz.scm (python-importlib-metadata): Update to 1.4.0. [propagated-inputs]: Remove PYTHON-CONFIGPARSER, PYTHON-CONTEXTLIB2, PYTHON-DOCUTILS, PYTHON-PATHLIB2, and PYTHON-RST.LINKER. [native-inputs]: Remove PYTHON-SPHINX. Add PYTHON-PACKAGING. Marius Bakke2020-01-151-9/+4
* gnu: python-sortedcontainers: Update to 2.1.0.•••* gnu/packages/python-xyz.scm (python-sortedcontainers): Update to 2.1.0. Marius Bakke2020-01-151-2/+2
* gnu: python-wcwidth: Update to 0.1.8.•••* gnu/packages/python-xyz.scm (python-wcwidth): Update to 0.1.8. Marius Bakke2020-01-141-2/+2
* gnu: python-wcwidth: Adjust indentation.•••* gnu/packages/python-xyz.scm (python-wcwidth): Re-indent. Marius Bakke2020-01-141-15/+14
* gnu: python-packaging: Update to 20.0.•••* gnu/packages/python-xyz.scm (python-packaging): Update to 20.0. Marius Bakke2020-01-141-2/+2
* gnu: python2-contextlib2: Inherit from python-contextlib2.•••* gnu/packages/python-xyz.scm (python2-contextlib2): Inherit from python-contextlib2. (python-contextlib2)[properties]: New field. Efraim Flashner2020-01-111-27/+13
* gnu: python-glances: Update to 3.1.2.•••* gnu/packages/python-xyz.scm (python-glances): Update to 3.1.2. Tobias Geerinckx-Rice2020-01-111-5/+3
* gnu: python-smmap2: Update to 2.0.5.•••* gnu/packages/python-xyz.scm (python-smmap2): Update to 2.0.5. Tobias Geerinckx-Rice2020-01-111-3/+2
* gnu: python-lxml: Use HTTPS home page.•••* gnu/packages/python-xyz.scm (python-lxml)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2020-01-101-1/+1
* gnu: python-lxml: Update to 4.4.2.•••* gnu/packages/python-xyz.scm (python-lxml): Update to 4.4.2. Tobias Geerinckx-Rice2020-01-101-6/+4
* gnu: python-py3status: Fix patch of file path•••* gnu/packages/python-xyz.scm (python-py3status): Fix patch of file path. [arguments]: Replace single-quotes with double-quotes so that the regex matches again. The "replace-with" value is not changed as it's not necessary and would introduce escaping noise. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jakub Kądziołka2020-01-061-1/+1
* gnu: python2-unicodecsv: Don't use unstable tarball.•••* gnu/packages/python-xyz.scm (python2-unicodecsv)[source]: Download using git-fetch. Efraim Flashner2020-01-061-5/+6
* gnu: python2-numpy@1.8: Don't use unstable tarball.•••* gnu/packages/python-xyz.scm (python2-numpy-1.8)[source]: Download using git-fetch. Efraim Flashner2020-01-061-5/+6
* gnu: python-whatever: Don't use unstable tarball.•••* gnu/packages/python-xyz.scm (python-whatever)[source]: Download using git-fetch. Efraim Flashner2020-01-061-5/+6
* gnu: python-urwidtrees: Don't use setuptools.•••* gnu/packages/python-xyz.scm (python-urwidtrees)[arguments]: Build without setuptools. Efraim Flashner2020-01-061-1/+2
* gnu: python-urwidtrees: Don't use unstable tarball.•••* gnu/packages/python-xyz.scm (python-urwidtrees)[source]: Download using git-fetch. Efraim Flashner2020-01-061-5/+6
* gnu: python-mwclient: Update to 0.10.0.•••* gnu/packages/python-xyz.scm (python-mwclient): Update to 0.10.0. [source]: Download using git-fetch. [propagated-inputs]: Remove python-requests. [native-inputs]: Remove python-pytest-pep8, python-pytest-cov. Add python-pytest-runner. Efraim Flashner2020-01-061-11/+9
* gnu: python-jsonpatch-0.4: Don't use unstable tarball.•••* gnu/packages/python-xyz.scm (python-jsonpatch-0.4)[source]: Download using git-fetch. Efraim Flashner2020-01-061-5/+6
* gnu: python-jsonpatch: Don't use unstable tarball.•••* gnu/packages/python-xyz.scm (python-jsonpatch)[source]: Download using git-fetch. Efraim Flashner2020-01-061-5/+6
* gnu: python-docopt: Don't use unstable tarball.•••* gnu/packages/python-xyz.scm (python-docopt)[source]: Download using git-fetch. Efraim Flashner2020-01-061-7/+7
* gnu: python-language-server: Update to 0.31.4.•••* gnu/packages/python-xyz.scm (python-language-server): Update to 0.31.4. Brett Gilio2020-01-031-3/+3
* gnu: python-folium: Update to 0.10.1.•••* gnu/packages/python-xyz.scm (python-folium): Update to 0.10.1. Nicolas Goaziou2019-12-301-2/+2
* gnu: pelican: Update to 4.2.•••* gnu/packages/python-xyz (pelican): Update to 4.2. [propagated-inputs]: Alphabetize. [arguments]: Remove adjust-requires phase. Vagrant Cascadian2019-12-291-21/+9
* gnu: python-waf: Add some extra tools.•••* gnu/packages/python-xyz.scm (python-waf): Add gccdeps and clang_compilation_database tools that are needed by ardupilot. Mathieu Othacehe2019-12-281-1/+6
* gnu: python-waf: Update to 2.0.19.•••* gnu/packages/python-xyz.scm (python-waf): Update to 2.0.19. Mathieu Othacehe2019-12-281-2/+2
* gnu: python-fonttools: Update home-page.•••https://github.com/behdad/fonttools permanently redirects to https://github.com/fonttools/fonttools. * gnu/packages/python-xyz.scm (python-fonttools)[home-page]: Change to current. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Riku Viitanen2019-12-261-1/+1
* gnu: python-pyserial: Update to 3.4.•••* gnu/packages/python-xyz.scm (python-pyserial): Update to 3.4. Björn Höfling2019-12-261-2/+2
* gnu: python-funcparserlib: Fix typo.•••* gnu/packages/python-xyz.scm (python-funcparserlib): Fix typo in description. Nicolas Goaziou2019-12-261-1/+1