summaryrefslogtreecommitdiff
path: root/gnu/packages/openstack.scm
Commit message (Collapse)AuthorAge
...
* gnu: python2-swiftclient: Disable tests.Marius Bakke2017-02-24
| | | | * gnu/packages/openstack.scm (python2-swiftclient)[arguments]: New field.
* gnu: python2-bandit: Disable tests.Marius Bakke2017-02-24
| | | | | * gnu/packages/openstack.scm (python2-bandit)[arguments]: New field. (python-bandit)[properties]: Delay it.
* gnu: python2-stevedore: Disable tests.Marius Bakke2017-02-24
| | | | | * gnu/packages/openstack.scm (python2-stevedore)[arguments]: New field. (python-stevedore)[properties]: New field.
* gnu: python2-requests-mock: Disable tests.Marius Bakke2017-02-24
| | | | | * gnu/packages/openstack.scm (python2-requests-mock)[arguments]: New field. (python-requests-mock): Delay it.
* gnu: python2-oslotest: Disable tests.Marius Bakke2017-02-24
| | | | | * gnu/packages/openstack.scm(python2-oslotest)[arguments]: New field. (python-oslotest)[properties]: Delay it.
* gnu: python-oslosphinx: Re-enable tests.Danny Milosavljevic2017-02-18
| | | | * gnu/packages/openstack.scm (python-oslosphinx): Re-enable tests.
* gnu: python-oslosphinx: Update to 4.10.0.Danny Milosavljevic2017-02-18
| | | | * gnu/packages/openstack.scm (python-oslosphinx): Update to 4.10.0.
* gnu: python-requests-mock: Update to 1.3.0.Marius Bakke2017-02-15
| | | | | * gnu/packages/openstack.scm (python-requests-mock, python2-requests-mock): Update to 1.3.0.
* gnu: python-oslosphinx: Disable tests.Marius Bakke2017-02-14
| | | | | * gnu/packages/openstack.scm (python-oslosphinx, python2-oslosphinx)[arguments]: New field.
* gnu: Add python-reno.Danny Milosavljevic2017-01-19
| | | | * gnu/packages/openstack.scm (python-reno, python-reno2): New variables.
* gnu: python-mox3: Remove python-oslosphinx dependency (since the tests don't ↵Danny Milosavljevic2017-01-19
| | | | | | run anyway). * gnu/packages/openstack.scm (python-mox3)[native-inputs]: Remove python-oslosphinx.
* gnu: python-keystoneclient: Disable tests.Marius Bakke2016-12-15
| | | | | * gnu/packages/openstack.scm (python-keystoneclient, python2-keystoneclient)[arguments]: Set #:tests? #f.
* gnu: python-tempest-lib: Disable tests.Marius Bakke2016-12-15
| | | | | * gnu/packages/openstack.scm (python-tempest-lib, python2-tempest-lib)[arguments]: Set #:tests? #f.
* gnu: python-oslo.log: Disable tests.Marius Bakke2016-12-15
| | | | | * gnu/packages/openstack.scm (python-oslo.log, python2-oslo.log)[arguments]: Set #:tests? #f.
* gnu: python-oslo.serialization: Disable tests.Marius Bakke2016-12-15
| | | | | * gnu/packages/openstack.scm (python-oslo.serialization, python2-oslo.serialization)[arguments]: Set #:tests? #f.
* gnu: python-oslo.utils: Disable tests.Marius Bakke2016-12-15
| | | | | | * gnu/packages/openstack.scm (python-oslo.utils, python2-oslo.utils)[arguments]: Set #:tests? #f. [native-inputs]: Add python-bandit and python-oslo.config.
* gnu: python-oslo.config: Disable tests.Marius Bakke2016-12-15
| | | | | * gnu/packages/openstack.scm (python-oslo.config, python2-oslo.config)[arguments]: Set #:tests? #f.
* gnu: python-stevedore: Fix tests.Marius Bakke2016-12-15
| | | | | | * gnu/packages/openstack.scm (python-stevedore, python2-stevedore)[native-inputs]: Add python-discover, python-oslosphinx, python-sphinx and python-testrepository.
* gnu: python-oslo.i18n: Disable tests.Marius Bakke2016-12-15
| | | | | * gnu/packages/openstack.scm (python-oslo.i18n, python2-oslo.i18n)[arguments]: Set #:tests? #f.
* gnu: python-oslo.context: Disable tests.Marius Bakke2016-12-15
| | | | | | | * gnu/packages/openstack.scm (python-oslo.context, python2-oslo.context)[arguments]: Set #:tests? #f. [native-inputs]: Add python-coverage, python-hacking, python-mock, python-os-client-config, python-oslosphinx and python-sphinx.
* gnu: python-debtcollector: Disable tests.Marius Bakke2016-12-15
| | | | | * gnu/packages/openstack.scm (python-debtcollector, python2-debtcollector)[arguments]: Set #:tests? #f.
* gnu: python-mox3: Disable tests.Marius Bakke2016-12-14
| | | | | | * gnu/packages/openstack.scm (python-mox3, python2-mox3)[arguments]: Disable tests. [native-inputs]: Add python-oslosphinx and python-sphinx.
* gnu: python-hacking: Disable tests.Marius Bakke2016-12-14
| | | | | * gnu/packages/openstack.scm (python-hacking, python2-hacking)[arguments]: Set #:tests? #f.
* gnu: openstack: Correct inputs.Hartmut Goebel2016-11-15
| | | | | | | | * gnu/packages/openstack.scm (python-os-testr) Propagate input python-subunit, change all other inputs to native-inputs. (python-mox3): Remove needless input python-six. (python-stevedore, python-requests-mock): Move python-pbr to native-inputs.
* gnu: Fix python inputs, part 5: some inputs become propagated-inputsHartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/openstack.scm (python-os-client-config)[inputs] change to [native-inputs]. [propagated-inputs]: New element, move python-appdirs, python-pyyaml here. (python-git-review)[propagated-inputs]: New element, move python-requests here. * gnu/packages/python.scm (python-rpy2)[propagated-inputs]: New element, move python-six here. (python-xcffib)[inputs] move python-six to [propagated-inputs]. (python-flake8)[propagated-inputs]: New element, move python-pep8, python-pyflakes, python-mccabe here. (python-flake8-2.2.4)[propagated-inputs]: New element, move python-pep8, python-pyflakes, python-mccabe here. (python-pytest)[propagated-inputs]: New element, move python-py here. (python-tox)[propagated-inputs]: New element, move all inputs except of python-pytest here. (python-botocore)[propagated-inputs]: New element, move python-dateutil, python-docutils, python-jmespath here. (awscli)[propagated-inputs]: New element, move python-colorama, python-botocore, python-s3transfer, python-docutils, python-rsa here. (python-mako)[propagated-inputs]: New element, move python-markupsafe here. * gnu/packages/qemu.scm(python-libvirt)[propagated-inputs]: New element, move python-lxml here.
* gnu: Fix python inputs, part 2: all inputs become native-inputs.Hartmut Goebel2016-11-15
| | | | | | | | | | | | | This patch contains the changes where all [inputs] are changed to [native-inputs]. * gnu/packages/python.scm (python-pytest, python-fixtures, python-testrepository, python-virtualenv): All [inputs] are changed to [native-inputs]. * gnu/packages/openstack.scm (python-bandit, python-debtcollector, python-hacking, python-tempest-lib, python-oslo.config, python-oslo.context, python-oslo.i18n, python-oslo.log, python-oslo.serialization, python-oslosphinx, python-oslotest, python-oslo.utils): Likewise.
* gnu: Remove python-setuptools and python2-setuptools from inputs (part 4a)Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch contains the changes for all modules beside python.scm where setuptools are used in an inherited package and removing this input also removes the need for inheriting the package. This is the case if adding setuptools in the inherited package was the only change. Change this to not inherit and remove the new needless call to "strip-python2-variant (if applicable). * gnu/packages/bioinformatics.scm (python-biopython, python2-biopython, python-twobitreader, python2-twobitreader, python-plastid, python2-plastid, python2-pybigwig, python2-screed, sra-tools): No longer "inherit" Python 2 packages inheriting from a Python 3 package if the sole reason for inheriting was adding python-setuptools respective python2-setuptools to [inputs], [native-inputs] or [propagated-inputs]. Remove now needless [properties] "python2-variant" where applicable. * gnu/packages/django.scm (python-pytest-django, python2-pytest-django, python-django-filter, python2-django-filter): Likewise. * gnu/packages/gnupg.scm (python2-pygpgme): Likewise. * gnu/packages/mail.scm (python-mailmanclient, python2-mailmanclient): Likewise. * gnu/packages/mpd.scm (python-msp, python2-mpd2): Likewise. * gnu/packages/music.scm (python-pylast, python2-pylast): Likewise. * gnu/packages/openstack.scm (python-requests-mock, python2-requests-mock, python2-git-review): Likewise. * gnu/packages/password-utils.scm (python2-bcrypt): Likewise. * gnu/packages/protobuf.scm (python-protobuf, python2-protobuf): Likewise. * gnu/packages/statistics.scm (python-patsy, python2-patsy): Likewise. * gnu/packages/web.scm (python2-feedparser): Likewise.
* gnu: Remove python-setuptools and python2-setuptools from inputs (part 2)Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch contains the changes where removing setuptools from the inputs affected some code-lines beside. * gnu/packages/admin.scm (ansible): Remove all [inputs], [native-inputs] and [propagated-inputs] where python-setuptools or python2-setuptools are the sole entries. Remove python-setuptools and python2-setuptools listed on a line by its own from [inputs], [native-inputs] and [propagated-inputs]. * gnu/packages/backup.scm (duplicity): Likewise. * gnu/packages/bioinformatics.scm (bamm, python2-pybedtools, python2-bx-python, python2-dendropy, python-pysam, python2-pysam, clipper, crossmap, cutadapt, deeptools, grit, idr, python2-warpedlmm, pbtranscript-tofu, seqmagick): Likewise. * gnu/packages/docbook.scm (dblatex): Likewise. * gnu/packages/freedesktop.scm (python-pyxdg, python2-pyxdg): Likewise. * gnu/packages/lirc.scm (python2-lirc): Likewise. * gnu/packages/mp3.scm (eyed3): Likewise. * gnu/packages/nutrition.scm (gourmet): Likewise. * gnu/packages/openstack.scm (python-hacking, python2-hacking, python-os-testr, python2-os-testr, python-stevedore, python2-stevedore, python-tempest-lib, python2-tempest-lib, python-oslo.log, python2-oslo.log, python-keystoneclient, python2-keystoneclient): Likewise. * gnu/packages/password-utils.scm (assword): Likewise. * gnu/packages/python.scm (python-passlib, python2-passlib, python-babel, python2-babel, python-parse-type, python-pytest, python2-pytest, python-scripttest, python2-scripttest, python-testtools, python2-testtools, python-testscenarios, python2-testscenarios, python-subunit, python2-subunit, python-pbr-0.11, python-pbr, python2-pbr, python-testrepository, python2-testrepository, behave, python-wheel, python2-wheel, python-requests, python2-requests, python-jsonschema, python2-jsonschema, python-pyjwt, python2-pyjwt, python-virtualenv, python2-virtualenv, python-jinja2, python2-jinja2, python-joblib, python2-joblib, python-sphinx, python2-sphinx, python-feedgenerator, python2-feedgenerator, python-scikit-image, python2-scikit-image, python-redis, python2-redis, python2-fastlmm, python-numpydoc, python2-numpydoc, python-matplotlib, python2-matplotlib, python2-pysnptools, python-rpy2, python2-rpy2, python-pillow, python2-pillow, python-pycparser, python2-pycparser, python-cffi, python2-cffi, python-cairocffi, python2-cairocffi, python-drmaa, python2-drmaa, python-pathpy, python2-pathpy, python-simplegeneric, python2-simplegeneric, python-ipython, python2-ipython, python-apsw, python2-apsw, python-lxml, python2-lxml, python-networkx, python2-networkx, python-pyzmq, python2-pyzmq, python-mccabe, python2-mccabe, python-mccabe-0.2.1, python-flake8, python2-flake8, python-flake8-2.2.4, python-mistune, python2-mistune, python-ptyprocess, python2-ptyprocess, python-llfuse, python2-llfuse, python-webob, python2-webob, python-xlrd, python2-xlrd, python-tables, python2-tables, python-pip, python2-pip, python-libarchive-c, python2-libarchive-c, python-docopt, python2-docopt, python-pyrfc3339, python2-pyrfc3339, python-configobj, python2-configobj, python-clint, python2-clint, python-rply, python2-rply, python2-rpython, python-widgetsnbextension, python2-widgetsnbextension jupyter, python-jupyter-console, python2-jupyter-console, python-hy, python2-hy, python-urllib3, python2-urllib3, python-rsa, python2-rsa, python-tox, python2-tox, python2-hypothesis, python-paste, python2-paste, python-pastescript, python2-pastescript, python2-unicodecsv, python-pkgconfig, python2-pkgconfig, python2-rope, python-sqlparse, python2-sqlparse, python-gevent, python2-gevent, python-tabulate, python2-tabulate, python-arrow, python2-arrow, python-cleo, python2-cleo, python-fake-factory, python2-fake-factory, ptpython): Likewise. * gnu/packages/rdf.scm (python-rdflib, python2-rdflib): Likewise. * gnu/packages/terminals.scm (asciinema): Likewise. * gnu/packages/version-control.scm (git-annex-remote-hubic): Likewise. * gnu/packages/xdisorg.scm (arandr): Likewise.
* gnu: Remove python-setuptools and python2-setuptools from inputs (part 1b)Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch contains the changes in all modules beside python.scm where removing setuptools from the inputs could be achieved by removing complete lines. * gnu/packages/admin.scm (graphios, thefuck): Remove all [inputs], [native-inputs] and [propagated-inputs] where python-setuptools or python2-setuptools are the sole entries. Remove python-setuptools and python2-setuptools listed on a line by its own from [inputs], [native-inputs] and [propagated-inputs]. * gnu/packages/backup.scm (rdiff-backup): Likewise. * gnu/packages/bioinformatics.scm (htseq, macs, python2-pbcore, rseqc, multiqc): Likewise. * gnu/packages/django.scm (python-django, python2-django, python-django-simple-math-captcha, python2-django-simple-math-captcha): Likewise. * gnu/packages/docker.scm (python-docker-py, docker-compose): Likewise. * gnu/packages/game-development.scm (python-pygame): Likewise. * gnu/packages/key-mon.scm (key-mon): Likewise. * gnu/packages/mail.scm (khard): Likewise. * gnu/packages/music.scm (beets, python2-pyechonest): Likewise. * gnu/packages/openstack.scm (python-bandit, python2-bandit, python-debtcollector, python2-debtcollector, python-mox3, python2-mox3, python-os-client-config, python2-os-client-config, python-oslo.config, python2-oslo.config, python-oslo.context, python2-oslo.context, python-oslo.i18n, python2-oslo.i18n, python-oslo.serialization, python2-oslo.serialization, python-oslosphinx, python2-oslosphinx, python-oslotest, python2-oslotest, python-oslo.utils, python2-oslo.utils, python-swiftclient, python2-swiftclient): Likewise. * gnu/packages/pdf.scm (pdfposter): Likewise. * gnu/packages/tls.scm (python-acme, python2-acme): Likewise.
* Merge branch 'core-updates'Ludovic Courtès2016-11-13
|\
| * gnu: python-requests-mock: Fix build failure with Python 3.5.Leo Famulari2016-10-16
| | | | | | | | | | * gnu/packages/openstack.scm (python-requests-mock, python2-requests-mock)[native-inputs]: Add python-docutils.
* | gnu: python-tempest-lib: Update to 1.0.0.Marius Bakke2016-11-08
| | | | | | | | | | * gnu/packages/openstack.scm (python-tempest-lib): Update to 1.0.0. [home-page]: Use HTTPS.
* | gnu: python-os-testr: Update to 0.8.0.Marius Bakke2016-11-08
|/ | | | | | * gnu/packages/openstack.scm (python-os-testr, python2-os-testr): Update to 0.8.0. [home-page]: Use HTTPS.
* gnu: python-git-review: Wrap it so 'git', 'ssh' and 'scp' are found.Clément Lassieur2016-09-11
| | | | | | | | * gnu/packages/openstack.scm (python-git-review)[arguments]: Add 'wrap-program' phase. [inputs]: Add openssh. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add python-git-review.Clément Lassieur2016-09-08
| | | | | | | * gnu/packages/openstack.scm (python-git-review) (python2-git-review): New variables. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: python-requests-mock: Update to 1.0.0.Efraim Flashner2016-09-02
| | | | | | | | | | * gnu/packages/openstack.scm (python-requests-mock): Update to 1.0.0. [inputs]: Remove python-setuptools. Move python-mock ... [native-inputs]: ... to here. Add python-discover, python-fixtures, python-sphinx, python-testrepostory, python-testtools. [properties]: Add python2-variant. (python2-requests-mock): inherit stripped variant. [native-inputs]: Use python2-setuptools.
* gnu: Remove trailing periods from synopsis.David Craven2016-07-29
| | | | | | | | | | | | | * gnu/packages/emacs.scm (emacs-smart-mode-line): Update synopsis. * gnu/packages/gnustep.scm (wmfire): Update synopsis. * gnu/packages/haskell.scm (ghc-socks): Update synopsis. * gnu/packages/kde-frameworks.scm (oxygen-icons): Update synopsis. * gnu/packages/openstack.scm (python-bandit): Update synopsis. * gnu/packages/perl.scm (perl-test-trap): Update synopsis. * gnu/packages/python.scm (python-backports-abc): Update synopsis. * gnu/packages/ruby.scm (python-cryptography-vectors): Update synopsis. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-oslosphinx: Update to 4.3.0.Efraim Flashner2016-07-07
| | | | * gnu/packages/openstack.scm (python-oslosphinx): Update to 4.3.0.
* gnu: python-mox3: Update to 0.14.0.Efraim Flashner2016-04-20
| | | | | | | * gnu/packages/openstack.scm (python-mox3): Update to 0.14.0. [inputs]: Move python-fixtures, python-pbr, python-setuptools, python-six, python-testtools ... [native-inputs]: ... to here.
* gnu: python-stevedore: Update to 1.12.0.Efraim Flashner2016-04-20
| | | | | | | * gnu/packages/openstack.scm (python-stevedore): Update to 1.12.0. [inputs]: Move python-setuptools, python-docutils, python-mock, python-oslotest, python-sphinx ... [native-inputs]: ... to here.
* gnu: Remove duplicate python-pbr.Ben Woodcroft2016-04-03
| | | | | | | | This is a follow-up to commit 1ef09c0c75c61fd70a84667a845a652995b38a94. * gnu/packages/openstack.scm (python-pbr, python2-pbr): Move from here ... * gnu/packages/python.scm: ... to here. (python-pbr, python2-pbr): Delete duplicate packages.
* gnu: Fix misplaced commas (unquote).Mark H Weaver2016-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix many occurrences of comma (unquote) being placed immediately after the previous list item, e.g. ("ncurses", ncurses) in the inputs. * gnu/packages/base.scm (patch, gnu-make), gnu/packages/bioinformatics.scm (hmmer), gnu/packages/bittorrent.scm (aria2), gnu/packages/compression.scm (pbzip2), gnu/packages/databases.scm (recutils), gnu/packages/fonts.scm (font-terminus), gnu/packages/freedesktop.scm (xdg-utils, elogind), gnu/packages/games.scm (gnujump), gnu/packages/gnome.scm (libidl, gnumeric, eog, gedit), gnu/packages/gnunet.scm (gnunet), gnu/packages/gnuzilla.scm (mozjs, nspr), gnu/packages/gtk.scm (gtksourceview, gdk-pixbuf), gnu/packages/lua.scm (lua), gnu/packages/openstack.scm (python-swiftclient), gnu/packages/perl.scm (perl-json-any), gnu/packages/polkit.scm (polkit-qt), gnu/packages/python.scm (wrap-python3, python-oauthlib) (python-mccabe-0.2.1, python-contextlib2, python2-rauth), gnu/packages/qt.scm (qtkeychain), gnu/packages/ruby.scm (ruby-nokogiri), gnu/packages/screen.scm (screen), gnu/packages/ssh.scm (libssh), gnu/packages/video.scm (ffmpeg, mplayer), gnu/packages/vim.scm (vim), gnu/packages/xdisorg.scm (redshift), gnu/packages/xfce.scm (xfce4-panel, xfce4-settings), gnu/packages/xnee.scm (xnee), gnu/packages/xorg.scm (font-adobe100dpi, font-adobe75dpi), gnu/packages/zsh.scm (zsh): Fix misplaced commas (unquote).
* gnu: python-wheel: Define 'python2-variant'.Leo Famulari2016-02-12
| | | | | | | | * gnu/packages/python.scm (python-wheel)[properties]: New field. (python2-wheel): Use 'strip-python2-variant'. (python2-requests): Take the result of 'package-with-python2' directly. * gnu/packages/openstack.scm (python2-requests-mock): Likewise. (python2-oslosphinx): Likewise.
* gnu: python-jsonschema: Define 'python2-variant'.Leo Famulari2016-02-12
| | | | | | | * gnu/packages/python.scm (python-jsonschema)[properties]: New field. (python2-jsonschema): Use 'strip-python2-variant'. * gnu/packages/openstack.scm (python2-tempest-lib): Take the result of 'package-with-python2' directly.
* python2-jsonschema: Add python2-functools32 to inputs.Efraim Flashner2016-01-18
| | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python2-jsonschema)[inputs]: Add python2-functools32. (python2-wheel)[native-inputs]: Specify python2-jsonschema. Add python2-functools32. (python2-requests)[propagated-inputs]: Specify python2-wheel. (python2-ipython)[inputs]: Specify python2-jsonschema, python2-requests. (python2-rauth)[propagated-inputs]: Specify python2-requests. * gnu/packages/openstack.scm (python2-requests-mock)[propagated-inputs]: Specify python2-requests. (python2-tempest-lib)[propagated-inputs]: Specify python2-jsonschema. (python2-oslosphinx)[propagated-inputs]: Specify python2-requests. (python2-keystoneclient)[porpagated-inputs]: Specify python2-requests. [native-inputs]: Specify python2-oslosphinx, python2-requests-mock, python2-tempest-lib. (python2-swiftclient)[propagated-inputs]: Specify python2-requests, python2-oslosphinx.
* gnu: Add python-swiftclient.Efraim Flashner2016-01-17
| | | | | * gnu/packages/openstack.scm (python-swiftclient, python2-swiftclient): New variables.
* gnu: Add python-keystoneclient.Efraim Flashner2016-01-17
| | | | | * gnu/packages/openstack.scm (python-keystoneclient) (python2-keystoneclient): New variables.
* gnu: python-mox3: Update to 0.13.0.Efraim Flashner2015-12-30
| | | | * gnu/packages/openstack.scm (python-mox3): Update to 0.13.0.
* gnu: python-oslosphinx: Update to 4.2.0.Efraim Flashner2015-12-30
| | | | * gnu/packages/openstack.scm (python-oslosphinx): Update to 4.2.0.
* gnu: python-oslo.serialization: Update to 2.2.0.Efraim Flashner2015-12-30
| | | | * gnu/packages/openstack.scm (python-oslo.serialization): Update to 2.2.0.