me
/
guix
Archived
1
0
Fork 0
Commit Graph

177 Commits (20456fd016a78d396f2a8f0c347de728167f0d99)

Author SHA1 Message Date
Marius Bakke 93006e5507
gnu: Adjust merge resolution.
Commit 276f40fdc3 added unnecessary changes to
these variables.

* gnu/packages/openstack.scm (python-os-testr)[propagated-inputs]: Remove
everything except PYTHON-STESTR.
[native-inputs]: Add PYTHON-BABEL, PYTHON-TESTREPOSITORY and PYTHON-TESTTOOLS.
* gnu/packages/python-xyz.scm (python-platformdirs)[arguments]: Remove
obsolete phase.  Run pytest verbosely.
[native-inputs]: Remove PYTHON-PYTEST-COV.
2022-01-18 19:35:54 +01:00
Maxim Cournoyer 276f40fdc3
Merge branch 'version-1.4.0'
With resolved conflicts in:
	gnu/packages/gnome.scm
	gnu/packages/openstack.scm
	gnu/packages/python-xyz.scm
2022-01-17 11:47:09 -05:00
Maxim Cournoyer 0be48040dc
gnu: python-os-testr: Propagate python-testtools and python-babel.
Lack of python-testtools was causing the sanity-check phase to fail.

* gnu/packages/openstack.scm (python-os-testr)
[native-inputs]{python-testtools, python-babel}: Move to...
[propagated-inputs]: ... here.
2022-01-10 11:44:44 -05:00
Marius Bakke 97db2f1302
gnu: python-oslo.log: Update to 4.6.1.
* gnu/packages/openstack.scm (python-oslo.log): Update to 4.6.1.
[arguments]: Override check phase.
[propagated-inputs]: Remove PYTHON-MONOTONIC.
[native-inputs]: Remove PYTHON-MOCK, PYTHON-TESTREPOSITORY, and
PYTHON-SUBUNIT.  Add PYTHON-FIXTURES and PYTHON-STESTR.
2022-01-12 23:50:17 +01:00
Marius Bakke 4a6808226e
gnu: python-oslo.serialization: Update to 4.2.0.
* gnu/packages/openstack.scm (python-oslo.serialization): Update to 4.2.0.
[arguments]: Override check phase.
[propagated-inputs]: Remove PYTHON-SIX and PYTHON-NETADDR.  Add PYTHON-PBR.
[native-inputs]: Remove PYTHON-PBR and PYTHON-MOCK.  Add PYTHON-NETADDR and
PYTHON-STESTR.
2022-01-12 23:50:17 +01:00
Marius Bakke 850d2e8eef
gnu: python-oslo.utils: Update to 4.12.0.
* gnu/packages/openstack.scm (python-oslo.utils): Update to 4.12.0.
[arguments]: Override check phase.
[propagated-inputs]: Remove PYTHON-MONOTONIC and PYTHON-SIX.  Add PYTHON-PBR
and PYTHON-PACKAGING-NEXT.
[native-inputs]: Remove PYTHON-PBR, PYTHON-BANDIT, PYTHON-OSLO.CONFIG,
PYTHON-MOCK and PYTHON-TESTREPOSITORY.  Add PYTHON-STESTR.
2022-01-12 23:50:17 +01:00
Marius Bakke a88cdb6b8f
gnu: python-oslo.config: Update to 8.7.1.
* gnu/packages/openstack.scm (python-oslo.config): Update to 8.7.1.
[arguments]: Disable tests.
[native-inputs]: Remove.
[propagated-inputs]: Remove PYTHON-PBR and PYTHON-SIX.  Add PYTHON-REQUESTS.
2022-01-12 23:50:16 +01:00
Tanguy Le Carrour 92c873e38a
gnu: python-os-testr: Add python-testrepository to inputs.
This fixes a build failure in the 'sanity-check' phase.

* gnu/packages/openstack.scm (python-os-testr)[native-inputs]: Add python-testrepository.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-11 20:35:00 +01:00
Marius Bakke e768df37c1
gnu: python-oslo.i18n: Disable tests.
* gnu/packages/openstack.scm (python-oslo.i18n)[arguments]: Add #:tests?.
[native-inputs]: Remove PYTHON-MOCK, PYTHON-MOX3, PYTHON-OSLOTEST, and
PYTHON-TESTSCENARIOS.
2022-01-11 18:36:38 +01:00
Marius Bakke 0db89cc03f
gnu: python-os-testr: Update to 2.0.1.
* gnu/packages/openstack.scm (python-os-testr): Update to 2.0.1.
[propagated-inputs]: Change from PYTHON-SUBUNIT to PYTHON-STESTR.
2022-01-11 18:36:38 +01:00
Ludovic Courtès 8394619bac
gnu: Simplify package inputs.
This commit was obtained by running:

  ./pre-inst-env guix style

without any additional argument.
2021-12-13 17:48:25 +01:00
Maxim Cournoyer 05e3638bb9
gnu: Move a few Python packages to (gnu packages python-build).
This is in prevision of updating python-pypa-build, which now requires
python-packaging and adding python-tomli, which requires python-six.

* gnu/packages/python-xyz.scm (python-six)
(python-six-bootstrap, python2-six-bootstrap)
(python-pyparsing, python2-pyparsing, python-pyparsing-2.4.7)
(python-packaging-bootstrap, python2-packaging-bootstrap): Move packages to...
* gnu/packages/python-build.scm: ... here.  Update python-parsing to latest.
* gnu/packages/python-xyz.scm (python-six, python-packaging): Adjust to
inherit from their bootstrap versions.
2021-11-11 12:18:11 -05:00
Clément Lassieur 95c9e65a21
gnu: python-git-review: Update to 2.1.0.
* gnu/packages/openstack.scm (python-git-review): Update to 2.1.0.
2021-10-13 11:01:50 +02:00
Marius Bakke dd52cb9725
gnu: python-hacking: Update to 4.1.0.
* gnu/packages/openstack.scm (python-hacking): Update to 4.1.0.
2021-05-06 19:10:05 +02:00
Marius Bakke 243552674e
gnu: python-hacking: Fix build failure.
This follows up on 9095fccd0e, et.al.

* gnu/packages/python-xyz.scm (python-pycodestyle-2.6, python-pyflakes-2.2,
python-flake8-3.8): New variables.
* gnu/packages/openstack.scm (python-hacking)[propagated-inputs]: Change from
PYTHON-FLAKE8 to PYTHON-FLAKE8-3.8.
2021-05-06 19:10:05 +02:00
Ricardo Wurmus 863bd265e4
gnu: python-stevedore: Propagate pbr.
* gnu/packages/openstack.scm (python-stevedore)[native-inputs]: Move
python-pbr from here...
[propagated-inputs]: ...to here.
[arguments]: Add phase to patch requirements.
2021-04-14 17:15:23 +02:00
Maxim Cournoyer 0c52aff8e9
gnu: python2-git-review: Remove package.
* gnu/packages/openstack.scm (python2-git-review): Delete.
2021-01-29 10:58:23 -05:00
Maxim Cournoyer 8a1e3756b1
gnu: python2-os-client-config: Remove package.
* gnu/packages/openstack.scm (python2-os-client-config): Delete.
2021-01-29 10:58:23 -05:00
Maxim Cournoyer 8c9259aa19
gnu: python2-debtcollector: Remove package.
* gnu/packages/openstack.scm (python2-debtcollector): Delete.
2021-01-29 10:58:23 -05:00
Maxim Cournoyer 3794aff885
gnu: python2-oslotest: Remove package.
* gnu/packages/openstack.scm (python2-oslotest: Delete.
2021-01-29 10:57:02 -05:00
Maxim Cournoyer dbf019008d
gnu: python2-stevedore: Remove package.
* gnu/packages/openstack.scm (python2-stevedore: Delete.
2021-01-29 10:57:02 -05:00
Maxim Cournoyer 171b4aaa0f
gnu: python2-os-testr: Remove package.
* gnu/packages/openstack.scm (python2-os-testr): Delete.
2021-01-29 10:57:02 -05:00
Maxim Cournoyer 9b0991cb51
gnu: python2-reno: Remove package.
* gnu/packages/openstack.scm (python2-reno): Remove variable.
2020-12-20 22:47:04 -05:00
Maxim Cournoyer fd3d32886c
gnu: python2-oslo.i18n: Remove package.
* gnu/packages/openstack.scm (python2-oslo.i18n): Remove variable.
2020-12-20 22:47:04 -05:00
Maxim Cournoyer dce0939810
gnu: python2-mox3: Remove package.
* gnu/packages/openstack.scm (python2-mox3): Remove variable.
2020-12-20 22:47:03 -05:00
Maxim Cournoyer d4245cc8f3
gnu: python2-oslo.context: Remove package.
* gnu/packages/openstack.scm (python2-oslo.context): Remove variable.
2020-12-20 22:47:02 -05:00
Maxim Cournoyer 5ee8fcdf67
gnu: python2-openstackdocstheme: Remove package.
* gnu/packages/openstack.scm (python2-openstackdocstheme): Remove variable.
2020-12-20 22:47:02 -05:00
Maxim Cournoyer 66cb42106d
gnu: python-oslo.config: Fix indentation.
* gnu/packages/openstack.scm: Prettify the section header and fix the
indentation of the package.
2020-12-20 22:46:59 -05:00
Maxim Cournoyer e4cc19c85b
gnu: python-oslo.i18n: Fix indentation.
* gnu/packages/openstack.scm (python-oslo.i18n): Fix indentation.
2020-12-20 22:46:59 -05:00
Maxim Cournoyer b5b548efc5
gnu: python-oslosphinx: Update to 4.18.0.
* gnu/packages/openstack.scm (python-oslosphinx): Update to 4.18.0.
[phases]: Delete 'check replacement.  Add a 'relax-requirements
phase.
[native-inputs]: Remove python-docutils.  Add python-openstackdocstheme and
python-reno.
(python2-oslosphinx): Remove variable.
2020-11-19 21:56:59 -05:00
Maxim Cournoyer 5c6c3fbd8c
gnu: python-oslosphinx: Fix indentation.
* gnu/packages/openstack.scm (python-oslosphinx): Fix indentation.
2020-11-19 21:56:59 -05:00
Maxim Cournoyer 9b1315a4ad
gnu: python-oslo: Update to 3.1.1.
* gnu/packages/openstack.scm (python-oslo): Update to 3.1.1.
[phases]: Add new 'relax-requirements phase.
[propagated-inputs]:  Move python-pbr...
[native-inputs]: ...here.  Add python-bandit, python-coverage and python-stestr.
2020-11-19 21:56:58 -05:00
Maxim Cournoyer 226b2af51a
gnu: python-hacking: Update to 4.0.0.
Fixes <https://issues.guix.gnu.org/39871>.

* gnu/packages/openstack.scm (python-hacking): Update to 4.0.0.
[arguments]: Remove field.
[propagated-inputs]: Remove python-flake8-2.6, python-mccabe-0.2.1, python-pbr,
python-pep8-1.5.7, python-pyflakes-1.2, python-six.  Add python-flake8.
[native-inputs]: Remove python-reno and python-testrepository.  Add
python-coverage, python-ddt, python-dnspython, python-fixtures,
python-monotonic, python-subunit, python-stestr and python-testtools.
(python2-hacking): Remove variable.
* gnu/packages/python-xyz.scm (python-pyflakes-1.2)
(python-mccabe-0.2.1, python2-mccabe-0.2.1)
(python-pep8-1.5.7, python2-pep8-1.5.7)
(python-flake8-2.6): Delete variables.
2020-11-19 21:56:58 -05:00
Maxim Cournoyer 762238c4d3
gnu: Add python-cliff.
* gnu/packages/openstack.scm (python-cliff): New variable.
2020-11-19 21:56:58 -05:00
Maxim Cournoyer 2cafbf4147
gnu: python-bandit: Fix indentation.
* gnu/packages/openstack.scm (python-bandit): Fix indentation.
2020-11-19 21:56:58 -05:00
Maxim Cournoyer a2ec24c65c
gnu: python-bandit: Update to 1.6.2.
* gnu/packages/openstack.scm (python-bandit): Update to 1.6.2.
[phases]: Remove argument.
[tests?]: Disable test suite.
[native-inputs]: Remove python-beautifulsoup4, python-fixtures, python-mock,
python-subunit, python-testrepository, python-testscenarios and
python-testtools.  Add python-pbr.
2020-11-19 21:56:57 -05:00
Maxim Cournoyer 21b78681f4
gnu: python-oslotest: Update to 4.4.1.
* gnu/packages/openstack.scm (python-oslotest): Update to 4.4.1.
[tests?]: Disable test suite.
[propagated-inputs]: Remove python-mock, python-mox3, python-os-client-config
and python-testrepository.
[native-inputs]: Remove field.
2020-11-19 21:56:57 -05:00
Maxim Cournoyer 0b5f73ce21
gnu: python-oslotest: Re-indent.
* gnu/packages/openstack.scm (python-oslotest): Fix indentation.
2020-11-19 21:56:57 -05:00
Maxim Cournoyer 7eaa3b45ac
gnu: python-stevedore: Update to 3.2.2.
* gnu/packages/openstack.scm (python-stevedore): Update to 3.2.2.
[tests?]: Disable tests.
[propagated-inputs]: Remove field.  Move python-pbr to...
[native-inputs]: ...here.  Remove python-mock, python-sphinx and
python-testrepository.
2020-11-19 21:56:57 -05:00
Matthew Kraai 3903f98379
gnu: python-bandit: Update home-page.
* gnu/packages/openstack.scm (python-bandit)[home-page]: Update to new URL.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-07-07 14:21:27 +02:00
Ricardo Wurmus 851a3a779a
gnu: python-hacking: Update to 1.1.0.
* gnu/packages/openstack.scm (python-hacking): Update to 1.1.0.
[arguments]: Add "delete-broken-test" phase.
[propagated-inputs]: Replace python-flake8-2.5 with python-flake8-2.6.
2020-04-30 00:05:15 +02:00
Ricardo Wurmus a655924009
gnu: Replace python-pyflakes-0.8.1 with python-pyflakes-1.2.
* gnu/packages/python-xyz.scm (python-pyflakes-0.8.1): Remove variable.
(python-pyflakes-1.2): New variable.
* gnu/packages/openstack.scm (python-hacking)[propagated-inputs]: Replace
python-pyflakes-0.8.1 with python-pyflakes-1.2.
2020-04-30 00:05:14 +02:00
Marius Bakke da44dcb87e
gnu: Remove python2-bandit.
This package fails to build and has no users in Guix.

* gnu/packages/openstack.scm (python2-bandit): Remove variable.
2020-03-16 15:45:35 +01:00
Marius Bakke 9ff7c73ba5
gnu: Remove python2-oslo.config.
This package fails to build and has no users in Guix.

* gnu/packages/openstack.scm (python2-oslo.config): Remove variable.
2020-03-16 15:45:35 +01:00
Marius Bakke 538f44de9b
gnu: Remove python2-oslo.utils.
This package fails to build and has no users in Guix.

* gnu/packages/openstack.scm (python2-oslo.utils): Remove variable.
2020-03-16 15:45:35 +01:00
Marius Bakke 710f7b5742
gnu: Remove python2-oslo.serialization.
* gnu/packages/openstack.scm (python2-oslo.serialization): Remove variable.
(python-oslo.serialization)[properties]: Remove.
2020-03-16 15:45:35 +01:00
Marius Bakke e778c457a5
gnu: Remove python2-oslo.log.
This package fails to build and has no users in Guix.

* gnu/packages/openstack.scm (python2-oslo.log): Remove variable.
2020-03-16 15:45:35 +01:00
Marius Bakke dc99be08ef
gnu: Remove python2-tempest-lib.
This package fails to build and has no users in Guix.

* gnu/packages/openstack.scm (python2-tempest-lib): Remove variable.
2020-03-16 15:45:35 +01:00
Marius Bakke 3b9610b559
gnu: Remove python2-swiftclient.
This package fails to build and has no reverse dependencies.

* gnu/packages/openstack.scm (python2-swiftclient): Remove variable.
(python-swiftclient)[properties]: Remove.
2020-03-16 15:45:35 +01:00
Marius Bakke d440e02094
gnu: Remove python2-keystoneclient.
This package fails to build and has no reverse dependencies.

* gnu/packages/openstack.scm (python2-keystoneclient): Remove variable.
2020-03-16 15:45:34 +01:00