summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Collapse)Author
2019-05-15gnu: python-jedi: Update to 0.13.3.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-jedi): Update to 0.13.3. (python2-jedi): Enable tests.
2019-05-15gnu: Add python-pylzma.Danny Milosavljevic
* gnu/packages/python-xyz.scm (python-pylzma): New variable. (python2-pylzma): New variable.
2019-05-13gnu: python-future: Update to 0.17.1.Marius Bakke
* gnu/packages/python-xyz.scm (python-future): Update to 0.17.1.
2019-05-06gnu: python-pyyaml: Fix license field to refer to license:wtfpl2.Brendan Tildesley
* gnu/packages/python-xyz.scm (python-pyyaml): Fix license field to refer to license:wtfpl2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-05-05Correct email and license info for Brendan Tildesley.Brendan Tildesley
* gnu/packages/audio.scm: Correct email and license info. * gnu/packages/ebook.scm: Correct email and license info. * gnu/packages/fonts.scm: Correct email and license info. * gnu/packages/freedesktop.scm: Correct email and license info. * gnu/packages/gnome.scm: Correct email and license info. * gnu/packages/linux.scm: Correct email and license info. * gnu/packages/lxde.scm: Correct email and license info. * gnu/packages/python-web.scm: Correct email and license info. * gnu/packages/python-xyz.scm: Correct email and license info. * gnu/packages/python.scm: Correct email and license info. * gnu/packages/video.scm: Correct email and license info. * gnu/packages/web.scm: Correct email and license info. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05gnu: Add python-soupsieve, python2-soupsieve.Brendan Tildesley
* gnu/packages/python-xyz.scm (python-soupsieve): New variable. (python2-soupsieve): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05gnu: python-regex, python2-regex: Update to 2019.04.14.Brendan Tildesley
* gnu/packages/python.scm (python-regex, python2-regex): Update to 2019.04.14. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-04-28Merge branch 'staging'Ludovic Courtès
2019-04-25gnu: python-dill: Fix typo in description.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-dill)[description]: Fix typo.
2019-04-25gnu, guix: Yearly ritual purging of the filesystems.Tobias Geerinckx-Rice
* gnu/packages/android.scm (android-ext4-utils)[synopsis]: Fix ‘file system’ spelling. * gnu/packages/disk.scm (rmlint)[synopsis, description]: Likewise. * gnu/packages/golang.scm (go-github-com-kr-fs)[synopsis, description]: Likewise & edit for grammar. * gnu/packages/ipfs.scm (gx, go-ipfs)[description]: Likewise. * /gnu/packages/java.scm (java-commons-vfs)[synopsis]: Likewise. * gnu/packages/linux.scm (fuseiso)[description]: Likewise. (genext2fs)[synopsis, description]: Likewise. * gnu/packages/package-management.scm (libostree)[description]: Likewise. * gnu/packages/python-xyz.scm (python-requests-file)[description]: Likewise & mark up. * gnu/packages/rails.scm (ruby-with-advisory-lock)[description]: Likewise. * gnu/packages/ruby.scm (ruby-rerun)[description]: Likewise. * guix/build/go-build-system.scm (setup-go-environment)<docstring>: Likewise. * guix/store/deduplication.scm (get-temp-link)<docstring>: Likewise.
2019-04-24gnu: python2-sh: Fix build.Nicolas Goaziou
* gnu/packages/python-xyz.scm (python-sh): Fix build error with Python 2 due to failing tests.
2019-04-23Merge branch 'master' into stagingMarius Bakke
2019-04-22gnu: python-dill: Update to 0.2.9.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-dill): Update to 0.2.9.
2019-04-22gnu: python-serpent: Tweak description.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-serpent)[description]: Use @code{} and edit slightly.
2019-04-22gnu: python-serpent: Update to 1.28.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-serpent): Update to 1.28. [native-inputs]: Add python-attrs & python-pytz.
2019-04-22gnu: python-openpyxl: Update to 2.6.2.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-openpyxl): Update to 2.6.2.
2019-04-19gnu: Add python-robotframework-lint.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-robotframework-lint): New variable.
2019-04-19gnu: Add python-robotframework-sshlibrary.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-robotframework-sshlibrary): New variable.
2019-04-19gnu: Add python-robotframework.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-robotframework): New variable. * gnu/packages/patches/python-robotframework-honor-source-date-epoch.patch: Add patch. * gnu/local.mk (dist_patch_DATA): Register it.
2019-04-19gnu: Add python-rellu.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-rellu): New variable.
2019-04-19gnu: Add python-pygithub.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-pygithub): New variable.
2019-04-19gnu: Add python-deprecated.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-deprecated): New variable.
2019-04-19gnu: Add python-scp.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-scp): New variable.
2019-04-19gnu: Add python-bumpversion.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-bumpversion): New variable.
2019-04-19gnu: python2-send2trash: Don't inherit properties from python-send2trash.Marius Bakke
This is a follow-up to commit 20b3fde7763a14f605ac8a0aba1abfa73a6e7dda. Commits and beer do not mix well. * gnu/packages/python-xyz.scm (python2-send2trash): Inherit using STRIP-PYTHON2-VARIANT.
2019-04-19gnu: python-send2trash: Really delay Python2 variant.Marius Bakke
This is a follow-up to commit 4782a06f45d515eebc4d1ee8e958def409a0ef9f, which somehow solved my problem, but did so incorrectly. * gnu/packages/python-xyz.scm (python-send2trash)[properties]: Refer to PYTHON2-SEND2TRASH.
2019-04-19gnu: python-send2trash: Properly delay python2 variant.Marius Bakke
* gnu/packages/python-xyz.scm (python2-send2trash)[properties]: Move from here ... (python-send2trash)[properties]: ... to here.
2019-04-19gnu: python-jsonschema: Update to 3.0.1.Marius Bakke
* gnu/packages/python-xyz.scm (python-jsonschema): Update to 3.0.1. [arguments]: Adjust check phase for Twisted instead of nosetests. [native-inputs]: Remove PYTHON-NOSE and PYTHON-VCVERSIONER. Add PYTHON-SETUPTOOLS-SCM and PYTHON-TWISTED. [propagated-inputs]: Add PYTHON-ATTRS, PYTHON-PYRSISTENT and PYTHON-SIX. (python2-jsonschema)[native-inputs, propagated-inputs]: Inherit.
2019-04-19gnu: Add python-pyrsistent.Marius Bakke
* gnu/packages/python-xyz.scm (python-pyrsistent, python2-pyrsistent): New public variables.
2019-04-19gnu: python-twisted: Update to 19.2.0.Marius Bakke
* gnu/packages/python-xyz.scm (python-twisted): Update to 19.2.0. [propagated-inputs]: Add PYTHON-PYHAMCREST.
2019-04-19gnu: python-automat: Update to 0.7.0.Marius Bakke
* gnu/packages/python-xyz.scm (python-automat): Update to 0.7.0.
2019-04-19gnu: python-m2r: Update to 0.2.1.Marius Bakke
* gnu/packages/python-xyz.scm (python-m2r): Update to 0.2.1.
2019-04-19gnu: python-idna: Update to 2.8.Marius Bakke
* gnu/packages/python-xyz.scm (python-idna): Update to 2.8.
2019-04-17Merge branch 'master' into stagingMarius Bakke
2019-04-16gnu: python-dask: Update to 1.2.0.Marius Bakke
* gnu/packages/python-xyz.scm (python-dask): Update to 1.2.0.
2019-04-14gnu: python-pygit2: Update to 0.28.0.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-pygit2): Update to 0.28.0. [arguments]: Remove ‘fix-dependency-versioning’ phase.
2019-04-11gnu: python-glob2: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-glob2)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-04-11gnu: python-dukpy: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-dukpy)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-04-11gnu: python-flasgger: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-flasgger)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-04-11gnu: python-schematics: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-schematics)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-04-11gnu: python-tlsh: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-tlsh)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-04-11gnu: python-honcho: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-honcho)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-04-11gnu: python-gridmap: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-gridmap)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-04-08Merge branch 'master' into stagingMarius Bakke
2019-04-03gnu: Add python-sphinxcontrib-svg2pdfconverter.Nicolas Goaziou
* gnu/packages/python-xyz.scm (python-sphinxcontrib-svg2pdfconverter): New variable.
2019-04-01Merge branch 'master' into stagingMarius Bakke
2019-03-31gnu: python-markdown: Update to 3.1.Marius Bakke
* gnu/packages/python-xyz.scm (python-markdown): Update to 3.1.
2019-03-31gnu: python-language-server: Update to 0.26.1.Brett Gilio
* gnu/packages/python-xyz.scm (python-language-server): Update to 0.26.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2019-03-31gnu: Fix descriptions to not use quotes.Efraim Flashner
* gnu/packages/admin.scm (wpa-supplicant-minimal, mingetty, di), * gnu/packages/audio.scm (fil-plugins), * gnu/packages/base.scm (make-ld-wrapper, make-glibc-locales), * gnu/packages/bioinformatics.scm (r-samtools), * gnu/packages/chez.scm (chez-mit), * gnu/packages/commencement.scm (make-gcc-toolchain), * gnu/packages/compression.scm (fastjar), * gnu/packages/cran.scm (r-maps, r-rcpp), * gnu/packages/databases.scm (sparql-query), * gnu/packages/dunst.scm (dunst), * gnu/packages/ftp.scm (ncftp), * gnu/packages/gl.scm (freeglut), * gnu/packages/haskell-check.scm (ghc-tasty-golden), * gnu/packages/haskell.scm (ghc-case-insensitive, ghc-text, ghc-haskell-src, ghc-syb, ghc-deepseq-generics, ghc-network-uri, ghc-rerebase, ghc-zlib), * gnu/packages/image.scm (jbig2dec), * gnu/packages/kde-frameworks.scm (kinit, karchive), * gnu/packages/linux.scm (wireless-tools, perf, module-init-tools, kbd), * gnu/packages/lirc.scm (lirc), * gnu/packages/lisp.scm (uglify-js), * gnu/packages/mate.scm (mate-netbook), * gnu/packages/microcom.scm (microcom), * gnu/packages/music.scm (bristol), * gnu/packages/networking.scm (perl-geo-ip), * gnu/packages/patchutils.scm (patches), * gnu/packages/perl-check.scm (perl-test-more-utf8), * gnu/packages/perl.scm (perl-log-report-optional, perl-file-which, perl-io-tty, perl-log-any, perl-digest-sha1, perl-class-load, perl-regexp-common, perl-module-pluggable, perl-class-modifier), * gnu/packages/python-xyz.scm (python-backports-abc, python-natsort), * gnu/packages/samba.scm (iniparser), * gnu/packages/search.scm (mlocate), * gnu/packages/spice.scm (spice), * gnu/packages/statistics.scm (r-dt, r-lubridate, r-estimability, r-commonmark, r-digest, r-viridislite, r-stringr), * gnu/packages/tex.scm (texlive-latex-changebar), * gnu/packages/version-control.scm (subversion), * gnu/packages/w3m.scm (w3m), * gnu/packages/web.scm (perl-http-parser, perl-plack-middleware-reverseproxy), * gnu/packages/xorg.scm (xkeyboard-config, mkfontdir, xcursor-theme, mkfontscale, xinit, font-alias)[description]: Use @code instead of quotes.
2019-03-30gnu: Use 'this-package' as a native input instead of 'self-native-input?'.Ludovic Courtès
* gnu/packages/file.scm (file)[self-native-input?]: Remove. [native-inputs]: New field. * gnu/packages/guile.scm (guile-1.8)[self-native-input?]: Remove. [native-inputs]: New field. (guile-2.0)[self-native-input?]: Remove. [native-inputs]: Add THIS-PACKAGE when (%current-target-system) is true. * gnu/packages/ncurses.scm (ncurses)[self-native-input?]: Remove. [native-inputs]: Add THIS-PACKAGE when (%current-target-system) is true. * gnu/packages/python-xyz.scm (python-file)[self-native-input?]: Remove. [native-inputs]: New field.