gnu: Remove python-setuptools and python2-setuptools from inputs (part 2)
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.
This commit is contained in:
parent
5d85493284
commit
f3b98f4fec
|
@ -1354,8 +1354,7 @@ of supported upstream metrics systems simultaneously.")
|
||||||
"1bfc2xiplpad6f2nwi48y0kps7xqnsll85dlz63cy8k5bysl6d20"))))
|
"1bfc2xiplpad6f2nwi48y0kps7xqnsll85dlz63cy8k5bysl6d20"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python2-setuptools" ,python2-setuptools)
|
`(("python2-pycrypto" ,python2-pycrypto)
|
||||||
("python2-pycrypto" ,python2-pycrypto)
|
|
||||||
("python2-httplib2" ,python2-httplib2)
|
("python2-httplib2" ,python2-httplib2)
|
||||||
("python2-passlib" ,python2-passlib)
|
("python2-passlib" ,python2-passlib)
|
||||||
("python2-nose" ,python2-nose)
|
("python2-nose" ,python2-nose)
|
||||||
|
|
|
@ -66,8 +66,7 @@
|
||||||
"duplicity-test_selection-tmp.patch"))))
|
"duplicity-test_selection-tmp.patch"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python2-setuptools" ,python2-setuptools)
|
`(("util-linux" ,util-linux))) ;setsid command, for the tests
|
||||||
("util-linux" ,util-linux))) ;setsid command, for the tests
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("python" ,python-2)
|
`(("python" ,python-2)
|
||||||
("librsync" ,librsync)
|
("librsync" ,librsync)
|
||||||
|
|
|
@ -215,8 +215,7 @@ structure of the predicted RNA.")
|
||||||
("libtool" ,libtool)
|
("libtool" ,libtool)
|
||||||
("zlib" ,zlib)
|
("zlib" ,zlib)
|
||||||
("python-nose" ,python2-nose)
|
("python-nose" ,python2-nose)
|
||||||
("python-pysam" ,python2-pysam)
|
("python-pysam" ,python2-pysam)))
|
||||||
("python-setuptools" ,python2-setuptools)))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("htslib" ,htslib)
|
`(("htslib" ,htslib)
|
||||||
("samtools" ,samtools)
|
("samtools" ,samtools)
|
||||||
|
@ -530,8 +529,7 @@ intended to behave exactly the same as the original BWK awk.")
|
||||||
("samtools" ,samtools)))
|
("samtools" ,samtools)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pyyaml" ,python2-pyyaml)
|
`(("python-pyyaml" ,python2-pyyaml)
|
||||||
("python-nose" ,python2-nose)
|
("python-nose" ,python2-nose)))
|
||||||
("python-setuptools" ,python2-setuptools)))
|
|
||||||
(home-page "https://pythonhosted.org/pybedtools/")
|
(home-page "https://pythonhosted.org/pybedtools/")
|
||||||
(synopsis "Python wrapper for BEDtools programs")
|
(synopsis "Python wrapper for BEDtools programs")
|
||||||
(description
|
(description
|
||||||
|
@ -1342,8 +1340,7 @@ well as many of the command line options.")
|
||||||
`(("python-numpy" ,python2-numpy)
|
`(("python-numpy" ,python2-numpy)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-nose" ,python2-nose)
|
`(("python-nose" ,python2-nose)))
|
||||||
("python-setuptools" ,python2-setuptools)))
|
|
||||||
(home-page "http://bitbucket.org/james_taylor/bx-python/")
|
(home-page "http://bitbucket.org/james_taylor/bx-python/")
|
||||||
(synopsis "Tools for manipulating biological data")
|
(synopsis "Tools for manipulating biological data")
|
||||||
(description
|
(description
|
||||||
|
@ -1407,7 +1404,6 @@ multiple sequence alignments.")
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-cython" ,python-cython)
|
`(("python-cython" ,python-cython)
|
||||||
("python-setuptools" ,python-setuptools)
|
|
||||||
;; Dependencies below are are for tests only.
|
;; Dependencies below are are for tests only.
|
||||||
("samtools" ,samtools)
|
("samtools" ,samtools)
|
||||||
("bcftools" ,bcftools)
|
("bcftools" ,bcftools)
|
||||||
|
@ -1584,8 +1580,7 @@ databases.")
|
||||||
("python-scipy" ,python2-scipy)))
|
("python-scipy" ,python2-scipy)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-mock" ,python2-mock) ; for tests
|
`(("python-mock" ,python2-mock) ; for tests
|
||||||
("python-pytz" ,python2-pytz) ; for tests
|
("python-pytz" ,python2-pytz))) ; for tests
|
||||||
("python-setuptools" ,python2-setuptools)))
|
|
||||||
(home-page "https://github.com/YeoLab/clipper")
|
(home-page "https://github.com/YeoLab/clipper")
|
||||||
(synopsis "CLIP peak enrichment recognition")
|
(synopsis "CLIP peak enrichment recognition")
|
||||||
(description
|
(description
|
||||||
|
@ -1758,8 +1753,7 @@ time.")
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-cython" ,python2-cython)
|
`(("python-cython" ,python2-cython)
|
||||||
("python-nose" ,python2-nose)
|
("python-nose" ,python2-nose)))
|
||||||
("python-setuptools" ,python2-setuptools)))
|
|
||||||
(home-page "http://crossmap.sourceforge.net/")
|
(home-page "http://crossmap.sourceforge.net/")
|
||||||
(synopsis "Convert genome coordinates between assemblies")
|
(synopsis "Convert genome coordinates between assemblies")
|
||||||
(description
|
(description
|
||||||
|
@ -1857,8 +1851,7 @@ preparation protocols.")
|
||||||
(alist-delete 'check %standard-phases))))
|
(alist-delete 'check %standard-phases))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-cython" ,python-cython)
|
`(("python-cython" ,python-cython)
|
||||||
("python-nose" ,python-nose)
|
("python-nose" ,python-nose)))
|
||||||
("python-setuptools" ,python-setuptools)))
|
|
||||||
(home-page "https://code.google.com/p/cutadapt/")
|
(home-page "https://code.google.com/p/cutadapt/")
|
||||||
(synopsis "Remove adapter sequences from nucleotide sequencing reads")
|
(synopsis "Remove adapter sequences from nucleotide sequencing reads")
|
||||||
(description
|
(description
|
||||||
|
@ -2000,8 +1993,7 @@ trees (phylogenies) and characters.")
|
||||||
;; There is currently a test failure that only happens on some
|
;; There is currently a test failure that only happens on some
|
||||||
;; systems, and only using "setup.py test"
|
;; systems, and only using "setup.py test"
|
||||||
(lambda _ (zero? (system* "nosetests")))))))
|
(lambda _ (zero? (system* "nosetests")))))))
|
||||||
(native-inputs `(("python2-setuptools" ,python2-setuptools)
|
(native-inputs `(("python2-nose" ,python2-nose)
|
||||||
("python2-nose" ,python2-nose)
|
|
||||||
,@(package-native-inputs base))))))
|
,@(package-native-inputs base))))))
|
||||||
|
|
||||||
|
|
||||||
|
@ -2030,8 +2022,7 @@ trees (phylogenies) and characters.")
|
||||||
("python-pybigwig" ,python2-pybigwig)))
|
("python-pybigwig" ,python2-pybigwig)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-mock" ,python2-mock) ;for tests
|
`(("python-mock" ,python2-mock) ;for tests
|
||||||
("python-pytz" ,python2-pytz) ;for tests
|
("python-pytz" ,python2-pytz))) ;for tests
|
||||||
("python-setuptools" ,python2-setuptools)))
|
|
||||||
(home-page "https://github.com/fidelram/deepTools")
|
(home-page "https://github.com/fidelram/deepTools")
|
||||||
(synopsis "Tools for normalizing and visualizing deep-sequencing data")
|
(synopsis "Tools for normalizing and visualizing deep-sequencing data")
|
||||||
(description
|
(description
|
||||||
|
@ -2687,8 +2678,7 @@ comment or quality sections.")
|
||||||
("python-pysam" ,python2-pysam)
|
("python-pysam" ,python2-pysam)
|
||||||
("python-networkx" ,python2-networkx)))
|
("python-networkx" ,python2-networkx)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-cython" ,python2-cython)
|
`(("python-cython" ,python2-cython)))
|
||||||
("python-setuptools" ,python2-setuptools)))
|
|
||||||
(home-page "http://grit-bio.org")
|
(home-page "http://grit-bio.org")
|
||||||
(synopsis "Tool for integrative analysis of RNA-seq type assays")
|
(synopsis "Tool for integrative analysis of RNA-seq type assays")
|
||||||
(description
|
(description
|
||||||
|
@ -2934,8 +2924,7 @@ data. It also provides the bgzip, htsfile, and tabix utilities.")
|
||||||
("python-numpy" ,python-numpy)
|
("python-numpy" ,python-numpy)
|
||||||
("python-matplotlib" ,python-matplotlib)))
|
("python-matplotlib" ,python-matplotlib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-cython" ,python-cython)
|
`(("python-cython" ,python-cython)))
|
||||||
("python-setuptools" ,python-setuptools)))
|
|
||||||
(home-page "https://github.com/nboley/idr")
|
(home-page "https://github.com/nboley/idr")
|
||||||
(synopsis "Tool to measure the irreproducible discovery rate (IDR)")
|
(synopsis "Tool to measure the irreproducible discovery rate (IDR)")
|
||||||
(description
|
(description
|
||||||
|
@ -3424,8 +3413,7 @@ linker_so='gcc -shared'); defines")))))
|
||||||
("python-matplotlib" ,python2-matplotlib)))
|
("python-matplotlib" ,python2-matplotlib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-mock" ,python2-mock) ;for tests
|
`(("python-mock" ,python2-mock) ;for tests
|
||||||
("python-pytz" ,python2-pytz) ;for tests
|
("python-pytz" ,python2-pytz))) ;for tests
|
||||||
("python-setuptools" ,python2-setuptools)))
|
|
||||||
(home-page "http://genes.mit.edu/burgelab/miso/index.html")
|
(home-page "http://genes.mit.edu/burgelab/miso/index.html")
|
||||||
(synopsis "Mixture of Isoforms model for RNA-Seq isoform quantitation")
|
(synopsis "Mixture of Isoforms model for RNA-Seq isoform quantitation")
|
||||||
(description
|
(description
|
||||||
|
@ -3562,8 +3550,7 @@ files and writing bioinformatics applications.")
|
||||||
("python-pandas" ,python2-pandas)
|
("python-pandas" ,python2-pandas)
|
||||||
("python-pysnptools" ,python2-pysnptools)))
|
("python-pysnptools" ,python2-pysnptools)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python2-setuptools)
|
`(("python-mock" ,python2-mock)
|
||||||
("python-mock" ,python2-mock)
|
|
||||||
("python-nose" ,python2-nose)
|
("python-nose" ,python2-nose)
|
||||||
("unzip" ,unzip)))
|
("unzip" ,unzip)))
|
||||||
(home-page "https://github.com/PMBio/warpedLMM")
|
(home-page "https://github.com/PMBio/warpedLMM")
|
||||||
|
@ -3625,8 +3612,7 @@ the phenotype as it models the data.")
|
||||||
("python-h5py" ,python2-h5py)))
|
("python-h5py" ,python2-h5py)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-cython" ,python2-cython)
|
`(("python-cython" ,python2-cython)
|
||||||
("python-nose" ,python2-nose)
|
("python-nose" ,python2-nose)))
|
||||||
("python-setuptools" ,python2-setuptools)))
|
|
||||||
(home-page "https://github.com/PacificBiosciences/cDNA_primer")
|
(home-page "https://github.com/PacificBiosciences/cDNA_primer")
|
||||||
(synopsis "Analyze transcriptome data generated with the Iso-Seq protocol")
|
(synopsis "Analyze transcriptome data generated with the Iso-Seq protocol")
|
||||||
(description
|
(description
|
||||||
|
@ -4750,8 +4736,7 @@ bioinformatics file formats, sequence alignment, and more.")
|
||||||
;; should be removed.
|
;; should be removed.
|
||||||
`(("python-biopython" ,python2-biopython-1.66)))
|
`(("python-biopython" ,python2-biopython-1.66)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python2-setuptools)
|
`(("python-nose" ,python2-nose)))
|
||||||
("python-nose" ,python2-nose)))
|
|
||||||
(home-page "http://github.com/fhcrc/seqmagick")
|
(home-page "http://github.com/fhcrc/seqmagick")
|
||||||
(synopsis "Tools for converting and modifying sequence files")
|
(synopsis "Tools for converting and modifying sequence files")
|
||||||
(description
|
(description
|
||||||
|
|
|
@ -185,8 +185,7 @@ by no means limited to these applications.) This package provides XML DTDs.")
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
;; TODO: Add xfig/transfig for fig2dev utility
|
;; TODO: Add xfig/transfig for fig2dev utility
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("texlive" ,texlive)
|
||||||
("texlive" ,texlive)
|
|
||||||
("imagemagick" ,imagemagick) ;for convert
|
("imagemagick" ,imagemagick) ;for convert
|
||||||
("inkscape" ,inkscape) ;for svg conversion
|
("inkscape" ,inkscape) ;for svg conversion
|
||||||
("docbook" ,docbook-xml)
|
("docbook" ,docbook-xml)
|
||||||
|
|
|
@ -256,8 +256,7 @@ of a the system to know what users are logged in, and where.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("shared-mime-info" ,shared-mime-info) ;for tests
|
`(("shared-mime-info" ,shared-mime-info) ;for tests
|
||||||
("hicolor-icon-theme" ,hicolor-icon-theme) ;for tests
|
("hicolor-icon-theme" ,hicolor-icon-theme) ;for tests
|
||||||
("python-nose" ,python-nose)
|
("python-nose" ,python-nose)))
|
||||||
("python-setuptools" ,python-setuptools)))
|
|
||||||
(home-page "http://freedesktop.org/wiki/Software/pyxdg")
|
(home-page "http://freedesktop.org/wiki/Software/pyxdg")
|
||||||
(synopsis "Implementations of freedesktop.org standards in Python")
|
(synopsis "Implementations of freedesktop.org standards in Python")
|
||||||
(description
|
(description
|
||||||
|
|
|
@ -134,5 +134,4 @@ on just one button press.")
|
||||||
(lambda _
|
(lambda _
|
||||||
(zero? (system* "make" "py2")))))))
|
(zero? (system* "make" "py2")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python2-setuptools" ,python2-setuptools)
|
`(("python2-cython" ,python2-cython))))))
|
||||||
("python2-cython" ,python2-cython))))))
|
|
||||||
|
|
|
@ -472,8 +472,7 @@ compression format (.mpc files).")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:python ,python-2))
|
`(#:python ,python-2))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python2-setuptools" ,python2-setuptools)
|
`(("python2-nose" ,python2-nose)
|
||||||
("python2-nose" ,python2-nose)
|
|
||||||
("python2-sphinx" ,python2-sphinx)
|
("python2-sphinx" ,python2-sphinx)
|
||||||
("python2-coverage" ,python2-coverage)))
|
("python2-coverage" ,python2-coverage)))
|
||||||
(synopsis "MP3 tag ID3 metadata editor")
|
(synopsis "MP3 tag ID3 metadata editor")
|
||||||
|
|
|
@ -52,11 +52,7 @@
|
||||||
`(("pygtk" ,python2-pygtk)
|
`(("pygtk" ,python2-pygtk)
|
||||||
("sqlalchemy" ,python2-sqlalchemy)
|
("sqlalchemy" ,python2-sqlalchemy)
|
||||||
("python-pillow" ,python2-pillow)
|
("python-pillow" ,python2-pillow)
|
||||||
("elib.intl" ,python2-elib.intl)
|
("elib.intl" ,python2-elib.intl)))
|
||||||
;; XXX: This really isn't an input for gourmet but of pillow. Making
|
|
||||||
;; it a propagated input in pillow doesn't seem to get its site path
|
|
||||||
;; into gourmet's wrapper's PYTHONPATH however...
|
|
||||||
("python-setuptools" ,python2-setuptools)))
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:python ,python-2 ;exception and print syntax
|
`(#:python ,python-2 ;exception and print syntax
|
||||||
#:tests? #f)) ;tests look bitrotted
|
#:tests? #f)) ;tests look bitrotted
|
||||||
|
|
|
@ -121,8 +121,7 @@ manner.")
|
||||||
("python-pyflakes-0.8.1" ,python-pyflakes-0.8.1)
|
("python-pyflakes-0.8.1" ,python-pyflakes-0.8.1)
|
||||||
("python-six" ,python-six)))
|
("python-six" ,python-six)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(;; Tests
|
||||||
;; Tests
|
|
||||||
("python-testscenarios" ,python-testscenarios)))
|
("python-testscenarios" ,python-testscenarios)))
|
||||||
(home-page "http://github.com/openstack-dev/hacking")
|
(home-page "http://github.com/openstack-dev/hacking")
|
||||||
(synopsis "OpenStack hacking guideline enforcement")
|
(synopsis "OpenStack hacking guideline enforcement")
|
||||||
|
@ -221,8 +220,7 @@ tested on Python version 3.2, 2.7 and 2.6.")
|
||||||
("python-subunit" ,python-subunit)
|
("python-subunit" ,python-subunit)
|
||||||
("python-testtools" ,python-testtools)))
|
("python-testtools" ,python-testtools)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-babel" ,python-babel)
|
`(("python-babel" ,python-babel)))
|
||||||
("python-setuptools" ,python-setuptools)))
|
|
||||||
(home-page "https://www.openstack.org/")
|
(home-page "https://www.openstack.org/")
|
||||||
(synopsis "Testr wrapper to provide functionality for OpenStack projects")
|
(synopsis "Testr wrapper to provide functionality for OpenStack projects")
|
||||||
(description
|
(description
|
||||||
|
@ -291,8 +289,7 @@ portions of your testing code.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-pbr" ,python-pbr)))
|
`(("python-pbr" ,python-pbr)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(;; Tests
|
||||||
;; Tests
|
|
||||||
("python-docutils" ,python-docutils)
|
("python-docutils" ,python-docutils)
|
||||||
("python-mock" ,python-mock)
|
("python-mock" ,python-mock)
|
||||||
("python-oslotest" ,python-oslotest)
|
("python-oslotest" ,python-oslotest)
|
||||||
|
@ -346,8 +343,7 @@ extensions.")
|
||||||
`(("python-babel" ,python-babel)
|
`(("python-babel" ,python-babel)
|
||||||
("python-mock" ,python-mock)
|
("python-mock" ,python-mock)
|
||||||
("python-os-testr" ,python-os-testr)
|
("python-os-testr" ,python-os-testr)
|
||||||
("python-oslotest" ,python-oslotest)
|
("python-oslotest" ,python-oslotest)))
|
||||||
("python-setuptools" ,python-setuptools)))
|
|
||||||
(home-page "https://www.openstack.org/")
|
(home-page "https://www.openstack.org/")
|
||||||
(synopsis "OpenStack functional testing library")
|
(synopsis "OpenStack functional testing library")
|
||||||
(description
|
(description
|
||||||
|
@ -484,8 +480,7 @@ in an application or library.")
|
||||||
("python-iso8601" ,python-iso8601)
|
("python-iso8601" ,python-iso8601)
|
||||||
("python-mock" ,python-mock)
|
("python-mock" ,python-mock)
|
||||||
("python-oslotest" ,python-oslotest)
|
("python-oslotest" ,python-oslotest)
|
||||||
("python-pbr" ,python-pbr)
|
("python-pbr" ,python-pbr)))
|
||||||
("python-setuptools" ,python-setuptools)))
|
|
||||||
(home-page "http://launchpad.net/oslo")
|
(home-page "http://launchpad.net/oslo")
|
||||||
(synopsis "Python logging library of the Oslo project")
|
(synopsis "Python logging library of the Oslo project")
|
||||||
(description
|
(description
|
||||||
|
@ -657,8 +652,7 @@ handling.")
|
||||||
"1w4csvkah67rfpxylxnvs2s3594i0f9isy8pf4gnsqs5zirvjaa4"))))
|
"1w4csvkah67rfpxylxnvs2s3594i0f9isy8pf4gnsqs5zirvjaa4"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-sphinx" ,python-sphinx)
|
||||||
("python-sphinx" ,python-sphinx)
|
|
||||||
;; and some packages for the tests
|
;; and some packages for the tests
|
||||||
("openssl" ,openssl)
|
("openssl" ,openssl)
|
||||||
("python-coverage" ,python-coverage)
|
("python-coverage" ,python-coverage)
|
||||||
|
|
|
@ -250,8 +250,7 @@ random passwords that pass the checks.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("help2man" ,help2man)))
|
`(("help2man" ,help2man)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-setuptools" ,python2-setuptools)
|
`(("python2-xdo" ,python2-xdo)
|
||||||
("python2-xdo" ,python2-xdo)
|
|
||||||
("python2-pygpgme" ,python2-pygpgme)
|
("python2-pygpgme" ,python2-pygpgme)
|
||||||
("python2-pygtk" ,python2-pygtk)))
|
("python2-pygtk" ,python2-pygtk)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
|
@ -463,8 +463,7 @@ pidof, tty, taskset, pmap.")
|
||||||
"1z27wdxs5rj5xhhqfzvzn3yg682irkxw6dcs5jj7mcf97psk8gd8"))))
|
"1z27wdxs5rj5xhhqfzvzn3yg682irkxw6dcs5jj7mcf97psk8gd8"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-nose" ,python-nose)
|
`(("python-nose" ,python-nose)))
|
||||||
("python-setuptools" ,python-setuptools)))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-py-bcrypt" ,python-py-bcrypt)))
|
`(("python-py-bcrypt" ,python-py-bcrypt)))
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -667,8 +666,7 @@ using Python 2.4 or higher and provides access to the Olson timezone database.")
|
||||||
"0k43pi0p1dwpds2w0km3fw92wixzxv2vw7p09capxmjz5cfh23lw"))))
|
"0k43pi0p1dwpds2w0km3fw92wixzxv2vw7p09capxmjz5cfh23lw"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-pytz" ,python-pytz)
|
`(("python-pytz" ,python-pytz)))
|
||||||
("python-setuptools" ,python-setuptools)))
|
|
||||||
(arguments `(#:tests? #f)) ; no test target
|
(arguments `(#:tests? #f)) ; no test target
|
||||||
(home-page "http://babel.pocoo.org/")
|
(home-page "http://babel.pocoo.org/")
|
||||||
(synopsis
|
(synopsis
|
||||||
|
@ -1371,8 +1369,7 @@ backported for previous versions of Python from 2.4 to 3.3.")
|
||||||
"0iv1c34npr4iynwpgv1vkjx9rjd18a85ir8c01gc5f7wp8iv7l1x"))))
|
"0iv1c34npr4iynwpgv1vkjx9rjd18a85ir8c01gc5f7wp8iv7l1x"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-six" ,python-six)
|
||||||
("python-six" ,python-six)
|
|
||||||
("python-parse" ,python-parse)))
|
("python-parse" ,python-parse)))
|
||||||
(arguments '(#:tests? #f)) ;TODO: tests require pytest
|
(arguments '(#:tests? #f)) ;TODO: tests require pytest
|
||||||
(home-page "https://github.com/jenisys/parse_type")
|
(home-page "https://github.com/jenisys/parse_type")
|
||||||
|
@ -1641,8 +1638,7 @@ code introspection, and logging.")
|
||||||
"@pytest.mark.xfail\n def test_remove_dir_prefix(self):")))))
|
"@pytest.mark.xfail\n def test_remove_dir_prefix(self):")))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-py" ,python-py)
|
||||||
("python-py" ,python-py)
|
|
||||||
("python-nose" ,python-nose)
|
("python-nose" ,python-nose)
|
||||||
("python-mock" ,python-mock)))
|
("python-mock" ,python-mock)))
|
||||||
(home-page "http://pytest.org")
|
(home-page "http://pytest.org")
|
||||||
|
@ -1858,8 +1854,7 @@ result back.")
|
||||||
"0f4w84k8ck82syys7yg9maz93mqzc8p5ymis941x034v44jzq74m"))))
|
"0f4w84k8ck82syys7yg9maz93mqzc8p5ymis941x034v44jzq74m"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-pytest" ,python-pytest)))
|
||||||
("python-pytest" ,python-pytest)))
|
|
||||||
(home-page "http://pythonpaste.org/scripttest/")
|
(home-page "http://pythonpaste.org/scripttest/")
|
||||||
(synopsis "Python library to test command-line scripts")
|
(synopsis "Python library to test command-line scripts")
|
||||||
(description "Scripttest is a Python helper library for testing
|
(description "Scripttest is a Python helper library for testing
|
||||||
|
@ -1887,8 +1882,7 @@ subprocess and see the output as well as any file modifications.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-mimeparse" ,python-mimeparse)))
|
`(("python-mimeparse" ,python-mimeparse)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-extras" ,python-extras)))
|
||||||
("python-extras" ,python-extras)))
|
|
||||||
(home-page "https://github.com/testing-cabal/testtools")
|
(home-page "https://github.com/testing-cabal/testtools")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Extensions to the Python standard library unit testing framework")
|
"Extensions to the Python standard library unit testing framework")
|
||||||
|
@ -1916,8 +1910,7 @@ compatibility.")
|
||||||
"1671jvrvqlmbnc42j7pc5y6vc37q44aiwrq0zic652pxyy2fxvjg"))))
|
"1671jvrvqlmbnc42j7pc5y6vc37q44aiwrq0zic652pxyy2fxvjg"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-testtools" ,python-testtools)
|
||||||
("python-testtools" ,python-testtools)
|
|
||||||
("python-mimeparse" ,python-mimeparse)))
|
("python-mimeparse" ,python-mimeparse)))
|
||||||
(home-page "https://launchpad.net/testscenarios")
|
(home-page "https://launchpad.net/testscenarios")
|
||||||
(synopsis "Pyunit extension for dependency injection")
|
(synopsis "Pyunit extension for dependency injection")
|
||||||
|
@ -1969,8 +1962,7 @@ use of resources by test cases.")
|
||||||
"1nkw9wfbvizmpajbj3in8ns07g7lwkiv8hip14jjlwk3cacls6jv"))))
|
"1nkw9wfbvizmpajbj3in8ns07g7lwkiv8hip14jjlwk3cacls6jv"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-testtools" ,python-testtools)
|
||||||
("python-testtools" ,python-testtools)
|
|
||||||
("python-mimeparse" ,python-mimeparse)
|
("python-mimeparse" ,python-mimeparse)
|
||||||
("python-testscenarios" ,python-testscenarios)))
|
("python-testscenarios" ,python-testscenarios)))
|
||||||
(home-page "http://launchpad.net/subunit")
|
(home-page "http://launchpad.net/subunit")
|
||||||
|
@ -2033,9 +2025,7 @@ Python tests.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;; Most tests seem to use the Internet.
|
`(#:tests? #f)) ;; Most tests seem to use the Internet.
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-fixtures-0.3.16" ,python-fixtures-0.3.16)
|
`(("python-fixtures-0.3.16" ,python-fixtures-0.3.16)))
|
||||||
("python-pip" ,python-pip)
|
|
||||||
("python-setuptools" ,python-setuptools)))
|
|
||||||
(home-page "https://launchpad.net/pbr")
|
(home-page "https://launchpad.net/pbr")
|
||||||
(synopsis "Change the default behavior of Python’s setuptools")
|
(synopsis "Change the default behavior of Python’s setuptools")
|
||||||
(description
|
(description
|
||||||
|
@ -2070,7 +2060,6 @@ and sensible default behaviors into your setuptools run.")
|
||||||
`(("python-fixtures" ,python-fixtures)
|
`(("python-fixtures" ,python-fixtures)
|
||||||
("python-mimeparse" ,python-mimeparse)
|
("python-mimeparse" ,python-mimeparse)
|
||||||
("python-mock" ,python-mock)
|
("python-mock" ,python-mock)
|
||||||
("python-setuptools" ,python-setuptools)
|
|
||||||
("python-six" ,python-six)
|
("python-six" ,python-six)
|
||||||
("python-sphinx" ,python-sphinx)
|
("python-sphinx" ,python-sphinx)
|
||||||
("python-testrepository" ,python-testrepository)
|
("python-testrepository" ,python-testrepository)
|
||||||
|
@ -2137,8 +2126,7 @@ Python tests.")
|
||||||
`(("python-fixtures-0.3.16" ,python-fixtures-0.3.16)
|
`(("python-fixtures-0.3.16" ,python-fixtures-0.3.16)
|
||||||
("python-testtools" ,python-testtools)))
|
("python-testtools" ,python-testtools)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-subunit" ,python-subunit)
|
||||||
("python-subunit" ,python-subunit)
|
|
||||||
("python-mimeparse" ,python-mimeparse)))
|
("python-mimeparse" ,python-mimeparse)))
|
||||||
(home-page "https://launchpad.net/testrepository")
|
(home-page "https://launchpad.net/testrepository")
|
||||||
(synopsis "Database for Python test results")
|
(synopsis "Database for Python test results")
|
||||||
|
@ -2240,8 +2228,7 @@ backported from Python 2.7 for Python 2.4+.")
|
||||||
"1iypp6z46r19n4xmgx6m1lwmlpfjh8vapq8izigrqlaarvp2y64c"))))
|
"1iypp6z46r19n4xmgx6m1lwmlpfjh8vapq8izigrqlaarvp2y64c"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-six" ,python-six)
|
||||||
("python-six" ,python-six)
|
|
||||||
("python-parse" ,python-parse)
|
("python-parse" ,python-parse)
|
||||||
("python-parse-type" ,python-parse-type)))
|
("python-parse-type" ,python-parse-type)))
|
||||||
(arguments `(#:tests? #f)) ;TODO: tests require nose>=1.3 and
|
(arguments `(#:tests? #f)) ;TODO: tests require nose>=1.3 and
|
||||||
|
@ -2369,8 +2356,7 @@ with sensible defaults out of the box.")
|
||||||
"0j0n38hg1jvrmyy68f9ikvzq1gs9g0sx4ws7maf8wi3bwbbqmfqy"))))
|
"0j0n38hg1jvrmyy68f9ikvzq1gs9g0sx4ws7maf8wi3bwbbqmfqy"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-jsonschema" ,python-jsonschema)
|
||||||
("python-jsonschema" ,python-jsonschema)
|
|
||||||
("python-pytest-cov" ,python-pytest-cov)))
|
("python-pytest-cov" ,python-pytest-cov)))
|
||||||
(home-page "https://bitbucket.org/pypa/wheel/")
|
(home-page "https://bitbucket.org/pypa/wheel/")
|
||||||
(synopsis "Format for built Python packages")
|
(synopsis "Format for built Python packages")
|
||||||
|
@ -2405,8 +2391,7 @@ installed with a newer @code{pip} or with wheel's own command line utility.")
|
||||||
"0zsqrzlybf25xscgi7ja4s48y2abf9wvjkn47wh984qgs1fq2xy5"))))
|
"0zsqrzlybf25xscgi7ja4s48y2abf9wvjkn47wh984qgs1fq2xy5"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-py" ,python-py)
|
||||||
("python-py" ,python-py)
|
|
||||||
("python-pytest" ,python-pytest)
|
("python-pytest" ,python-pytest)
|
||||||
("python-pytest-cov" ,python-pytest-cov)
|
("python-pytest-cov" ,python-pytest-cov)
|
||||||
("python-wheel" ,python-wheel)))
|
("python-wheel" ,python-wheel)))
|
||||||
|
@ -2493,7 +2478,6 @@ version numbers.")
|
||||||
(package (inherit jsonschema)
|
(package (inherit jsonschema)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python2-mock" ,python2-mock)
|
`(("python2-mock" ,python2-mock)
|
||||||
("python2-setuptools" ,python2-setuptools)
|
|
||||||
,@(package-native-inputs jsonschema)))
|
,@(package-native-inputs jsonschema)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python2-functools32" ,python2-functools32))))))
|
`(("python2-functools32" ,python2-functools32))))))
|
||||||
|
@ -2535,8 +2519,7 @@ somewhat intelligeble.")
|
||||||
"1556v2jppd8mjkkj66pxb5rcazm35jq81r233mdl8hfmz9n3icp1"))))
|
"1556v2jppd8mjkkj66pxb5rcazm35jq81r233mdl8hfmz9n3icp1"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-pytest-runner" ,python-pytest-runner)))
|
||||||
("python-pytest-runner" ,python-pytest-runner)))
|
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; test suite doesn't work
|
'(#:tests? #f)) ; test suite doesn't work
|
||||||
(home-page "http://github.com/progrium/pyjwt")
|
(home-page "http://github.com/progrium/pyjwt")
|
||||||
|
@ -2665,8 +2648,7 @@ object.")
|
||||||
(("skipif.*") "skipif(True, reason=\"Guix\")\n"))
|
(("skipif.*") "skipif(True, reason=\"Guix\")\n"))
|
||||||
(zero? (system* "py.test")))))))
|
(zero? (system* "py.test")))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-mock" ,python-mock)
|
||||||
("python-mock" ,python-mock)
|
|
||||||
("python-pytest" ,python-pytest)))
|
("python-pytest" ,python-pytest)))
|
||||||
(home-page "https://virtualenv.pypa.io/")
|
(home-page "https://virtualenv.pypa.io/")
|
||||||
(synopsis "Virtual Python environment builder")
|
(synopsis "Virtual Python environment builder")
|
||||||
|
@ -2714,8 +2696,7 @@ for Python.")
|
||||||
"1x0v41lp5m1pjix3l46zx02b7lqp2hflgpnxwkywxynvi3zz47xw"))))
|
"1x0v41lp5m1pjix3l46zx02b7lqp2hflgpnxwkywxynvi3zz47xw"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-markupsafe" ,python-markupsafe)))
|
||||||
("python-markupsafe" ,python-markupsafe)))
|
|
||||||
(home-page "http://jinja.pocoo.org/")
|
(home-page "http://jinja.pocoo.org/")
|
||||||
(synopsis "Python template engine")
|
(synopsis "Python template engine")
|
||||||
(description
|
(description
|
||||||
|
@ -2778,8 +2759,7 @@ logic-free templating system Mustache.")
|
||||||
(string-append "@SkipTest\n" line)))
|
(string-append "@SkipTest\n" line)))
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-nose" ,python-nose)
|
||||||
("python-nose" ,python-nose)
|
|
||||||
("python-sphinx" ,python-sphinx)
|
("python-sphinx" ,python-sphinx)
|
||||||
("python-docutils" ,python-docutils)
|
("python-docutils" ,python-docutils)
|
||||||
("python-numpydoc" ,python-numpydoc)))
|
("python-numpydoc" ,python-numpydoc)))
|
||||||
|
@ -2860,8 +2840,7 @@ reStructuredText.")
|
||||||
"011xizm3jnmf4cvs5i6kgf6c5nn046h79i8j0vd0f27yw9j3p4wl"))))
|
"011xizm3jnmf4cvs5i6kgf6c5nn046h79i8j0vd0f27yw9j3p4wl"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-jinja2" ,python-jinja2)
|
||||||
("python-jinja2" ,python-jinja2)
|
|
||||||
("python-docutils" ,python-docutils)
|
("python-docutils" ,python-docutils)
|
||||||
("python-pygments" ,python-pygments)))
|
("python-pygments" ,python-pygments)))
|
||||||
(home-page "http://sphinx-doc.org/")
|
(home-page "http://sphinx-doc.org/")
|
||||||
|
@ -2918,8 +2897,7 @@ sources.")
|
||||||
"0mkimp1fpdan4p3882vzcws4l594k71ich4g0wq97jbra7p602n0"))))
|
"0mkimp1fpdan4p3882vzcws4l594k71ich4g0wq97jbra7p602n0"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-pytz" ,python-pytz)
|
||||||
("python-pytz" ,python-pytz)
|
|
||||||
("python-six" ,python-six)))
|
("python-six" ,python-six)))
|
||||||
(home-page "https://github.com/getpelican/feedgenerator")
|
(home-page "https://github.com/getpelican/feedgenerator")
|
||||||
(synopsis
|
(synopsis
|
||||||
|
@ -3072,8 +3050,7 @@ mining and data analysis.")
|
||||||
("python-six" ,python-six)
|
("python-six" ,python-six)
|
||||||
("python-pillow" ,python-pillow)))
|
("python-pillow" ,python-pillow)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-cython" ,python-cython)
|
`(("python-cython" ,python-cython)))
|
||||||
("python-setuptools" ,python-setuptools)))
|
|
||||||
(home-page "http://scikit-image.org/")
|
(home-page "http://scikit-image.org/")
|
||||||
(synopsis "Image processing in Python")
|
(synopsis "Image processing in Python")
|
||||||
(description
|
(description
|
||||||
|
@ -3108,8 +3085,7 @@ mining and data analysis.")
|
||||||
;; Tests require a running Redis server
|
;; Tests require a running Redis server
|
||||||
(arguments '(#:tests? #f))
|
(arguments '(#:tests? #f))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-pytest" ,python-pytest)))
|
||||||
("python-pytest" ,python-pytest)))
|
|
||||||
(home-page "https://github.com/andymccurdy/redis-py")
|
(home-page "https://github.com/andymccurdy/redis-py")
|
||||||
(synopsis "Redis Python client")
|
(synopsis "Redis Python client")
|
||||||
(description
|
(description
|
||||||
|
@ -3200,8 +3176,7 @@ writing C extensions for Python as easy as Python itself.")
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments `(#:python ,python-2))
|
(arguments `(#:python ,python-2))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python2-pytest" ,python2-pytest) ; needed for running tests
|
`(("python2-pytest" ,python2-pytest))) ; needed for running tests
|
||||||
("python2-setuptools" ,python2-setuptools)))
|
|
||||||
(home-page "https://rpython.readthedocs.org")
|
(home-page "https://rpython.readthedocs.org")
|
||||||
(synopsis "Framework for implementing interpreters and virtual machines")
|
(synopsis "Framework for implementing interpreters and virtual machines")
|
||||||
(description "RPython is a translation and support framework for
|
(description "RPython is a translation and support framework for
|
||||||
|
@ -3304,8 +3279,7 @@ capabilities.")
|
||||||
("python2-pysnptools" ,python2-pysnptools)))
|
("python2-pysnptools" ,python2-pysnptools)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("unzip" ,unzip)
|
`(("unzip" ,unzip)
|
||||||
("python2-mock" ,python2-mock)
|
("python2-mock" ,python2-mock)))
|
||||||
("python2-setuptools" ,python2-setuptools)))
|
|
||||||
(home-page "http://research.microsoft.com/en-us/um/redmond/projects/mscompbio/fastlmm/")
|
(home-page "http://research.microsoft.com/en-us/um/redmond/projects/mscompbio/fastlmm/")
|
||||||
(synopsis "Perform genome-wide association studies on large data sets")
|
(synopsis "Perform genome-wide association studies on large data sets")
|
||||||
(description
|
(description
|
||||||
|
@ -3445,8 +3419,7 @@ that client code uses to construct the grammar directly in Python code.")
|
||||||
(("3") "2"))))))
|
(("3") "2"))))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-docutils" ,python-docutils)
|
||||||
("python-docutils" ,python-docutils)
|
|
||||||
("python-sphinx" ,python-sphinx)
|
("python-sphinx" ,python-sphinx)
|
||||||
("python-nose" ,python-nose)))
|
("python-nose" ,python-nose)))
|
||||||
(home-page "https://pypi.python.org/pypi/numpydoc")
|
(home-page "https://pypi.python.org/pypi/numpydoc")
|
||||||
|
@ -3526,8 +3499,7 @@ transcendental functions).")
|
||||||
("python-pycairo" ,python-pycairo)
|
("python-pycairo" ,python-pycairo)
|
||||||
("python-cairocffi" ,python-cairocffi)))
|
("python-cairocffi" ,python-cairocffi)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-dateutil" ,python-dateutil-2)
|
||||||
("python-dateutil" ,python-dateutil-2)
|
|
||||||
("python-six" ,python-six)
|
("python-six" ,python-six)
|
||||||
("python-pytz" ,python-pytz)
|
("python-pytz" ,python-pytz)
|
||||||
("python-numpy" ,python-numpy-bootstrap)
|
("python-numpy" ,python-numpy-bootstrap)
|
||||||
|
@ -3653,8 +3625,7 @@ toolkits.")
|
||||||
("python2-pandas" ,python2-pandas)
|
("python2-pandas" ,python2-pandas)
|
||||||
("python2-six" ,python2-six)))
|
("python2-six" ,python2-six)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("unzip" ,unzip)
|
`(("unzip" ,unzip)))
|
||||||
("python2-setuptools" ,python2-setuptools)))
|
|
||||||
(home-page "http://research.microsoft.com/en-us/um/redmond/projects/mscompbio/")
|
(home-page "http://research.microsoft.com/en-us/um/redmond/projects/mscompbio/")
|
||||||
(synopsis "Library for reading and manipulating genetic data")
|
(synopsis "Library for reading and manipulating genetic data")
|
||||||
(description
|
(description
|
||||||
|
@ -3683,8 +3654,7 @@ operators such as union, intersection, and difference.")
|
||||||
("pcre" ,pcre)
|
("pcre" ,pcre)
|
||||||
("r" ,r)))
|
("r" ,r)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("zlib" ,zlib)))
|
||||||
("zlib" ,zlib)))
|
|
||||||
(home-page "http://rpy.sourceforge.net/")
|
(home-page "http://rpy.sourceforge.net/")
|
||||||
(synopsis "Python interface to the R language")
|
(synopsis "Python interface to the R language")
|
||||||
(description "rpy2 is a redesign and rewrite of rpy. It is providing a
|
(description "rpy2 is a redesign and rewrite of rpy. It is providing a
|
||||||
|
@ -4148,8 +4118,7 @@ services for your Python modules and applications.")
|
||||||
"0xkv0p1d73gz0a1qaasf0ai4262g8f334j07vd60bjrxs2wr3nmj"))))
|
"0xkv0p1d73gz0a1qaasf0ai4262g8f334j07vd60bjrxs2wr3nmj"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-nose" ,python-nose)))
|
||||||
("python-nose" ,python-nose)))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("freetype" ,freetype)
|
`(("freetype" ,freetype)
|
||||||
("lcms" ,lcms)
|
("lcms" ,lcms)
|
||||||
|
@ -4211,8 +4180,7 @@ a general image processing tool.")
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)))
|
||||||
("python-setuptools" ,python-setuptools)))
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(alist-replace
|
(alist-replace
|
||||||
|
@ -4263,8 +4231,7 @@ a front-end for C compilers or analysis tools.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("python-sphinx" ,python-sphinx)
|
("python-sphinx" ,python-sphinx)
|
||||||
("python-pytest" ,python-pytest)
|
("python-pytest" ,python-pytest)))
|
||||||
("python-setuptools" ,python-setuptools)))
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(alist-cons-after
|
(alist-cons-after
|
||||||
|
@ -4349,8 +4316,7 @@ support for Python 3 and PyPy. It is based on cffi.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("python-sphinx" ,python-sphinx)
|
("python-sphinx" ,python-sphinx)
|
||||||
("python-docutils" ,python-docutils)
|
("python-docutils" ,python-docutils)))
|
||||||
("python-setuptools" ,python-setuptools)))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-xcffib" ,python-xcffib))) ; used at run time
|
`(("python-xcffib" ,python-xcffib))) ; used at run time
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -4427,8 +4393,7 @@ etc. The core of this module is a decorator factory.")
|
||||||
;; should be set to the path of the libdrmaa library.
|
;; should be set to the path of the libdrmaa library.
|
||||||
(arguments '(#:tests? #f))
|
(arguments '(#:tests? #f))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-nose" ,python-nose)
|
`(("python-nose" ,python-nose)))
|
||||||
("python-setuptools" ,python-setuptools)))
|
|
||||||
(home-page "https://pypi.python.org/pypi/drmaa")
|
(home-page "https://pypi.python.org/pypi/drmaa")
|
||||||
(synopsis "Python bindings for the DRMAA library")
|
(synopsis "Python bindings for the DRMAA library")
|
||||||
(description
|
(description
|
||||||
|
@ -4536,8 +4501,7 @@ them as the version argument or in a SCM managed file.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-appdirs" ,python-appdirs)))
|
`(("python-appdirs" ,python-appdirs)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-setuptools-scm" ,python-setuptools-scm)
|
||||||
("python-setuptools-scm" ,python-setuptools-scm)
|
|
||||||
("python-pytest" ,python-pytest)
|
("python-pytest" ,python-pytest)
|
||||||
("python-pytest-runner" ,python-pytest-runner)))
|
("python-pytest-runner" ,python-pytest-runner)))
|
||||||
(home-page "http://github.com/jaraco/path.py")
|
(home-page "http://github.com/jaraco/path.py")
|
||||||
|
@ -4592,8 +4556,7 @@ PickleShare.")
|
||||||
(base32 "0wwi1c6md4vkbcsfsf8dklf3vr4mcdj4mpxkanwgb6jb1432x5yw"))))
|
(base32 "0wwi1c6md4vkbcsfsf8dklf3vr4mcdj4mpxkanwgb6jb1432x5yw"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("unzip" ,unzip)))
|
||||||
("unzip" ,unzip)))
|
|
||||||
(home-page "http://cheeseshop.python.org/pypi/simplegeneric")
|
(home-page "http://cheeseshop.python.org/pypi/simplegeneric")
|
||||||
(synopsis "Python module for simple generic functions")
|
(synopsis "Python module for simple generic functions")
|
||||||
(description
|
(description
|
||||||
|
@ -4828,8 +4791,7 @@ tools for mocking system commands and recording calls to those.")
|
||||||
("python-nose" ,python-nose)
|
("python-nose" ,python-nose)
|
||||||
("python-sphinx" ,python-sphinx)
|
("python-sphinx" ,python-sphinx)
|
||||||
("texlive" ,texlive)
|
("texlive" ,texlive)
|
||||||
("texinfo" ,texinfo)
|
("texinfo" ,texinfo)))
|
||||||
("python-setuptools" ,python-setuptools)))
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
@ -5091,8 +5053,7 @@ implementation of D-Bus.")
|
||||||
"0w4jb0wpx785qw42r3h4fh7gl5w2968q48i7gygybsfxck8nzffs"))))
|
"0w4jb0wpx785qw42r3h4fh7gl5w2968q48i7gygybsfxck8nzffs"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("sqlite" ,sqlite)))
|
||||||
("sqlite" ,sqlite)))
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
;; swap check and install phases
|
;; swap check and install phases
|
||||||
|
@ -5127,8 +5088,7 @@ translate the complete SQLite API into Python.")
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libxml2" ,libxml2)
|
`(("libxml2" ,libxml2)
|
||||||
("libxslt" ,libxslt)
|
("libxslt" ,libxslt)))
|
||||||
("python-setuptools" ,python-setuptools)))
|
|
||||||
(home-page "http://lxml.de/")
|
(home-page "http://lxml.de/")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Python XML processing library")
|
"Python XML processing library")
|
||||||
|
@ -5283,8 +5243,7 @@ interfaces in an easy and portable manner.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-decorator" ,python-decorator)))
|
`(("python-decorator" ,python-decorator)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-nose" ,python-nose)))
|
||||||
("python-nose" ,python-nose)))
|
|
||||||
(home-page "http://networkx.github.io/")
|
(home-page "http://networkx.github.io/")
|
||||||
(synopsis "Python module for creating and manipulating graphs and networks")
|
(synopsis "Python module for creating and manipulating graphs and networks")
|
||||||
(description
|
(description
|
||||||
|
@ -5602,8 +5561,7 @@ applications.")
|
||||||
`(("zeromq" ,zeromq)))
|
`(("zeromq" ,zeromq)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("python-nose" ,python-nose)
|
("python-nose" ,python-nose)))
|
||||||
("python-setuptools" ,python-setuptools)))
|
|
||||||
(home-page "http://github.com/zeromq/pyzmq")
|
(home-page "http://github.com/zeromq/pyzmq")
|
||||||
(synopsis "Python bindings for 0MQ")
|
(synopsis "Python bindings for 0MQ")
|
||||||
(description
|
(description
|
||||||
|
@ -5671,8 +5629,7 @@ PEP 8.")
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-pytest" ,python-pytest)
|
`(("python-pytest" ,python-pytest)
|
||||||
("python-pytest-runner" ,python-pytest-runner)
|
("python-pytest-runner" ,python-pytest-runner)))
|
||||||
("python-setuptools" ,python-setuptools)))
|
|
||||||
(home-page "https://github.com/flintwork/mccabe")
|
(home-page "https://github.com/flintwork/mccabe")
|
||||||
(synopsis "McCabe checker, plugin for flake8")
|
(synopsis "McCabe checker, plugin for flake8")
|
||||||
(description
|
(description
|
||||||
|
@ -5692,8 +5649,7 @@ complexity of Python source code.")
|
||||||
(uri (pypi-uri "mccabe" version))
|
(uri (pypi-uri "mccabe" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fi4a81kr5bcv5p4xgibqr595hyj5dafkqgsmfk96mfy8w71fajs"))))
|
"0fi4a81kr5bcv5p4xgibqr595hyj5dafkqgsmfk96mfy8w71fajs"))))))
|
||||||
(inputs `(("python-setuptools" ,python-setuptools)))))
|
|
||||||
|
|
||||||
(define-public python2-mccabe-0.2.1
|
(define-public python2-mccabe-0.2.1
|
||||||
(package-with-python2 python-mccabe-0.2.1))
|
(package-with-python2 python-mccabe-0.2.1))
|
||||||
|
@ -5749,8 +5705,7 @@ complexity of Python source code.")
|
||||||
"0bs9cz4fr99r2rwig1b8jwaadl1nan7kgpdzqwj0bwbckwbmh7nc"))))
|
"0bs9cz4fr99r2rwig1b8jwaadl1nan7kgpdzqwj0bwbckwbmh7nc"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-pep8" ,python-pep8)
|
||||||
("python-pep8" ,python-pep8)
|
|
||||||
("python-pyflakes" ,python-pyflakes)
|
("python-pyflakes" ,python-pyflakes)
|
||||||
("python-mccabe" ,python-mccabe)
|
("python-mccabe" ,python-mccabe)
|
||||||
("python-mock" ,python-mock)
|
("python-mock" ,python-mock)
|
||||||
|
@ -5770,8 +5725,7 @@ complexity of Python source code.")
|
||||||
(define-public python-flake8-2.2.4
|
(define-public python-flake8-2.2.4
|
||||||
(package (inherit python-flake8)
|
(package (inherit python-flake8)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-pep8" ,python-pep8-1.5.7)
|
||||||
("python-pep8" ,python-pep8-1.5.7)
|
|
||||||
("python-pyflakes" ,python-pyflakes-0.8.1)
|
("python-pyflakes" ,python-pyflakes-0.8.1)
|
||||||
("python-mccabe" ,python-mccabe-0.2.1)
|
("python-mccabe" ,python-mccabe-0.2.1)
|
||||||
("python-mock" ,python-mock)
|
("python-mock" ,python-mock)
|
||||||
|
@ -5804,8 +5758,7 @@ complexity of Python source code.")
|
||||||
"17zqjp9m4d1w3jf2rbbq5xshcw24q1vlcv24gkgfqqyyymajxahx"))))
|
"17zqjp9m4d1w3jf2rbbq5xshcw24q1vlcv24gkgfqqyyymajxahx"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-nose" ,python-nose)
|
||||||
("python-nose" ,python-nose)
|
|
||||||
("python-cython" ,python-cython)))
|
("python-cython" ,python-cython)))
|
||||||
(home-page "https://github.com/lepture/mistune")
|
(home-page "https://github.com/lepture/mistune")
|
||||||
(synopsis "Markdown parser in pure Python")
|
(synopsis "Markdown parser in pure Python")
|
||||||
|
@ -5864,8 +5817,7 @@ markdown_py is also provided to convert Markdown files to HTML.")
|
||||||
"0nggns5kikn32yyda2zrj1xdmh49pi3v0drggcdwljbv36r8zdyw"))))
|
"0nggns5kikn32yyda2zrj1xdmh49pi3v0drggcdwljbv36r8zdyw"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-nose" ,python-nose)))
|
||||||
("python-nose" ,python-nose)))
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
@ -6016,8 +5968,7 @@ should be stored on various operating systems.")
|
||||||
`(("fuse" ,fuse)
|
`(("fuse" ,fuse)
|
||||||
("attr" ,attr)))
|
("attr" ,attr)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)))
|
||||||
("python-setuptools" ,python-setuptools)))
|
|
||||||
(synopsis "Python bindings for FUSE")
|
(synopsis "Python bindings for FUSE")
|
||||||
(description
|
(description
|
||||||
"Python-LLFUSE is a set of Python bindings for the low level FUSE API.")
|
"Python-LLFUSE is a set of Python bindings for the low level FUSE API.")
|
||||||
|
@ -6187,8 +6138,7 @@ fractional seconds) of a clock which never goes backwards.")
|
||||||
"02bhhzijfhv8hmi1i54d4b0v43liwhnywhflvxsv4x3zax9s3afq"))))
|
"02bhhzijfhv8hmi1i54d4b0v43liwhnywhflvxsv4x3zax9s3afq"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-nose" ,python-nose)
|
`(("python-nose" ,python-nose)))
|
||||||
("python-setuptools" ,python-setuptools)))
|
|
||||||
(home-page "http://webob.org/")
|
(home-page "http://webob.org/")
|
||||||
(synopsis "WSGI request and response object")
|
(synopsis "WSGI request and response object")
|
||||||
(description
|
(description
|
||||||
|
@ -6216,8 +6166,7 @@ object to help create WSGI responses.")
|
||||||
;; Current test in setup.py does not work as of 1.0.0, so use nose to
|
;; Current test in setup.py does not work as of 1.0.0, so use nose to
|
||||||
;; run tests instead for now.
|
;; run tests instead for now.
|
||||||
(replace 'check (lambda _ (zero? (system* "nosetests")))))))
|
(replace 'check (lambda _ (zero? (system* "nosetests")))))))
|
||||||
(native-inputs `(("python-nose" ,python-nose)
|
(native-inputs `(("python-nose" ,python-nose)))
|
||||||
("python-setuptools" ,python-setuptools)))
|
|
||||||
(home-page "http://www.python-excel.org/")
|
(home-page "http://www.python-excel.org/")
|
||||||
(synopsis "Library for extracting data from Excel files")
|
(synopsis "Library for extracting data from Excel files")
|
||||||
(description "This packages provides a library to extract data from
|
(description "This packages provides a library to extract data from
|
||||||
|
@ -6296,8 +6245,7 @@ printing of sub-tables by specifying a row range.")
|
||||||
`(("python-numexpr" ,python-numexpr)
|
`(("python-numexpr" ,python-numexpr)
|
||||||
("python-numpy" ,python-numpy)))
|
("python-numpy" ,python-numpy)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-cython" ,python-cython)
|
||||||
("python-cython" ,python-cython)
|
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("hdf5" ,hdf5)
|
`(("hdf5" ,hdf5)
|
||||||
|
@ -6595,8 +6543,7 @@ library.")
|
||||||
"08cm8d4228fj0qnrysy3qv1a6022zr3dcs25amd14lgxil6vvx26"))))
|
"08cm8d4228fj0qnrysy3qv1a6022zr3dcs25amd14lgxil6vvx26"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-virtualenv" ,python-virtualenv)
|
||||||
("python-virtualenv" ,python-virtualenv)
|
|
||||||
;; Tests
|
;; Tests
|
||||||
("python-mock" ,python-mock)
|
("python-mock" ,python-mock)
|
||||||
("python-pytest" ,python-pytest)
|
("python-pytest" ,python-pytest)
|
||||||
|
@ -6712,8 +6659,7 @@ a hash value.")
|
||||||
(close-port port)
|
(close-port port)
|
||||||
#t))))))
|
#t))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("libarchive" ,libarchive)))
|
||||||
("libarchive" ,libarchive)))
|
|
||||||
(home-page "https://github.com/Changaco/python-libarchive-c")
|
(home-page "https://github.com/Changaco/python-libarchive-c")
|
||||||
(synopsis "Python interface to libarchive")
|
(synopsis "Python interface to libarchive")
|
||||||
(description
|
(description
|
||||||
|
@ -6995,8 +6941,7 @@ interactive computing.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-notebook" ,python-notebook)))
|
`(("python-notebook" ,python-notebook)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-nose" ,python-nose)
|
`(("python-nose" ,python-nose)))
|
||||||
("python-setuptools" ,python-setuptools)))
|
|
||||||
(home-page "http://ipython.org")
|
(home-page "http://ipython.org")
|
||||||
(synopsis "IPython HTML widgets for Jupyter")
|
(synopsis "IPython HTML widgets for Jupyter")
|
||||||
(description "This package provides interactive HTML widgets for Jupyter
|
(description "This package provides interactive HTML widgets for Jupyter
|
||||||
|
@ -7055,8 +7000,7 @@ in the data.")
|
||||||
("python-ipython" ,python-ipython)
|
("python-ipython" ,python-ipython)
|
||||||
("python-jupyter-client" ,python-jupyter-client)
|
("python-jupyter-client" ,python-jupyter-client)
|
||||||
("python-prompt-toolkit" ,python-prompt-toolkit)
|
("python-prompt-toolkit" ,python-prompt-toolkit)
|
||||||
("python-pygments" ,python-pygments)
|
("python-pygments" ,python-pygments)))
|
||||||
("python-setuptools" ,python-setuptools)))
|
|
||||||
(home-page "https://jupyter.org")
|
(home-page "https://jupyter.org")
|
||||||
(synopsis "Jupyter terminal console")
|
(synopsis "Jupyter terminal console")
|
||||||
(description "This package provides a terminal-based console frontend for
|
(description "This package provides a terminal-based console frontend for
|
||||||
|
@ -7086,8 +7030,7 @@ Jupyter kernels such as IJulia and IRKernel.")
|
||||||
("python-ipywidgets" ,python-ipywidgets)
|
("python-ipywidgets" ,python-ipywidgets)
|
||||||
("python-jupyter-console" ,python-jupyter-console)
|
("python-jupyter-console" ,python-jupyter-console)
|
||||||
("python-nbconvert" ,python-nbconvert)
|
("python-nbconvert" ,python-nbconvert)
|
||||||
("python-notebook" ,python-notebook)
|
("python-notebook" ,python-notebook)))
|
||||||
("python-setuptools" ,python-setuptools)))
|
|
||||||
(home-page "http://jupyter.org")
|
(home-page "http://jupyter.org")
|
||||||
(synopsis "Web application for interactive documents")
|
(synopsis "Web application for interactive documents")
|
||||||
(description
|
(description
|
||||||
|
@ -7139,8 +7082,7 @@ automatically detect a wide range of file encodings.")
|
||||||
"16bf890xbdz3m30rsv2qacklh2rdn1zrfspfnwzx9g7vwz8yw4r1"))))
|
"16bf890xbdz3m30rsv2qacklh2rdn1zrfspfnwzx9g7vwz8yw4r1"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pytest" ,python-pytest)
|
`(("python-pytest" ,python-pytest)))
|
||||||
("python-setuptools" ,python-setuptools)))
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (alist-replace
|
`(#:phases (alist-replace
|
||||||
'check
|
'check
|
||||||
|
@ -7561,8 +7503,7 @@ This allows one to make simple text-mode user interfaces on Unix-like systems")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-pytz" ,python-pytz)))
|
`(("python-pytz" ,python-pytz)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-nose" ,python-nose)
|
`(("python-nose" ,python-nose)))
|
||||||
("python-setuptools" ,python-setuptools)))
|
|
||||||
(home-page "https://github.com/kurtraschke/pyRFC3339")
|
(home-page "https://github.com/kurtraschke/pyRFC3339")
|
||||||
(synopsis "Python timestamp library")
|
(synopsis "Python timestamp library")
|
||||||
(description "Python library for generating and parsing RFC 3339-compliant
|
(description "Python library for generating and parsing RFC 3339-compliant
|
||||||
|
@ -7615,8 +7556,7 @@ addon modules.")
|
||||||
(patches (search-patches "python-configobj-setuptools.patch"))))
|
(patches (search-patches "python-configobj-setuptools.patch"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-six" ,python-six)))
|
||||||
("python-six" ,python-six)))
|
|
||||||
(synopsis "Config file reading, writing and validation")
|
(synopsis "Config file reading, writing and validation")
|
||||||
(description "ConfigObj is a simple but powerful config file reader and
|
(description "ConfigObj is a simple but powerful config file reader and
|
||||||
writer: an ini file round tripper. Its main feature is that it is very easy to
|
writer: an ini file round tripper. Its main feature is that it is very easy to
|
||||||
|
@ -8115,8 +8055,7 @@ Blog, News or Announcements section to a Sphinx website.")
|
||||||
"1an5lkkqk1zha47198p42ji3m94xmzx1a03dn7866m87n4r4q8h5"))))
|
"1an5lkkqk1zha47198p42ji3m94xmzx1a03dn7866m87n4r4q8h5"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-args" ,python-args)
|
`(("python-args" ,python-args)))
|
||||||
("python-setuptools" ,python-setuptools)))
|
|
||||||
(home-page "https://github.com/kennethreitz/clint")
|
(home-page "https://github.com/kennethreitz/clint")
|
||||||
(synopsis "Command-line interface tools")
|
(synopsis "Command-line interface tools")
|
||||||
(description
|
(description
|
||||||
|
@ -8161,8 +8100,7 @@ Abstract Syntax Tree.")
|
||||||
"12rp1d9ba7nvd5rhaxi6xzx1rm67r1k1ylsrkzhpwnphqpb06cvj"))))
|
"12rp1d9ba7nvd5rhaxi6xzx1rm67r1k1ylsrkzhpwnphqpb06cvj"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-appdirs" ,python-appdirs)
|
`(("python-appdirs" ,python-appdirs)))
|
||||||
("python-setuptools" ,python-setuptools)))
|
|
||||||
(home-page "https://github.com/alex/rply")
|
(home-page "https://github.com/alex/rply")
|
||||||
(synopsis "Parser generator for Python")
|
(synopsis "Parser generator for Python")
|
||||||
(description
|
(description
|
||||||
|
@ -8188,8 +8126,7 @@ with a new public API, and RPython support.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-astor" ,python-astor)
|
`(("python-astor" ,python-astor)
|
||||||
("python-clint" ,python-clint)
|
("python-clint" ,python-clint)
|
||||||
("python-rply" ,python-rply)
|
("python-rply" ,python-rply)))
|
||||||
("python-setuptools" ,python-setuptools)))
|
|
||||||
(home-page "http://hylang.org/")
|
(home-page "http://hylang.org/")
|
||||||
(synopsis "Lisp frontend to Python")
|
(synopsis "Lisp frontend to Python")
|
||||||
(description
|
(description
|
||||||
|
@ -8326,8 +8263,7 @@ concurrent.futures package from Python 3.2")
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments `(#:tests? #f))
|
(arguments `(#:tests? #f))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(;; some packages for tests
|
||||||
;; some packages for tests
|
|
||||||
("python-nose" ,python-nose)
|
("python-nose" ,python-nose)
|
||||||
("python-mock" ,python-mock)
|
("python-mock" ,python-mock)
|
||||||
("python-tornado" ,python-tornado)))
|
("python-tornado" ,python-tornado)))
|
||||||
|
@ -8382,8 +8318,7 @@ text.")
|
||||||
"1dcxvszbikgzh99ybdc7jq0zb9wspy2ds8z9mjsqiyv3q884xpr5"))))
|
"1dcxvszbikgzh99ybdc7jq0zb9wspy2ds8z9mjsqiyv3q884xpr5"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-pyasn1" ,python-pyasn1)
|
`(("python-pyasn1" ,python-pyasn1)))
|
||||||
("python-setuptools" ,python-setuptools)))
|
|
||||||
(synopsis "Pure-Python RSA implementation")
|
(synopsis "Pure-Python RSA implementation")
|
||||||
(description "Python-RSA is a pure-Python RSA implementation. It supports
|
(description "Python-RSA is a pure-Python RSA implementation. It supports
|
||||||
encryption and decryption, signing and verifying signatures, and key
|
encryption and decryption, signing and verifying signatures, and key
|
||||||
|
@ -8433,8 +8368,7 @@ Pytest but stripped of Pytest specific details.")
|
||||||
;; pytest breaks other packages.
|
;; pytest breaks other packages.
|
||||||
'(#:tests? #f))
|
'(#:tests? #f))
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-pluggy" ,python-pluggy)
|
||||||
("python-pluggy" ,python-pluggy)
|
|
||||||
("python-py" ,python-py)
|
("python-py" ,python-py)
|
||||||
("python-virtualenv" ,python-virtualenv)
|
("python-virtualenv" ,python-virtualenv)
|
||||||
("python-pytest" ,python-pytest)))
|
("python-pytest" ,python-pytest)))
|
||||||
|
@ -8558,8 +8492,7 @@ seamlessly into your existing Python unit testing work flow.")
|
||||||
(strip-python2-variant python-hypothesis))))
|
(strip-python2-variant python-hypothesis))))
|
||||||
(package (inherit hypothesis)
|
(package (inherit hypothesis)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python2-enum34" ,python2-enum34)
|
`(("python2-enum34" ,python2-enum34))))))
|
||||||
("python2-setuptools" ,python2-setuptools))))))
|
|
||||||
|
|
||||||
(define-public python-pytest-subtesthack
|
(define-public python-pytest-subtesthack
|
||||||
(package
|
(package
|
||||||
|
@ -8796,10 +8729,9 @@ file.")
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-nose" ,python-nose)))
|
`(("python-nose" ,python-nose)))
|
||||||
|
;; Note: setuptools used at runtime for pkg_resources
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(;; Uses pkg_resources provided by setuptools internally.
|
`(("python-six" ,python-six)))
|
||||||
("python-setuptools" ,python-setuptools)
|
|
||||||
("python-six" ,python-six)))
|
|
||||||
(arguments
|
(arguments
|
||||||
'(;; Tests don't pass on Python 3, but work fine on Python 2.
|
'(;; Tests don't pass on Python 3, but work fine on Python 2.
|
||||||
;; (As of 2.0.2, Python 3 support in Paste is presently a bit broken,
|
;; (As of 2.0.2, Python 3 support in Paste is presently a bit broken,
|
||||||
|
@ -8840,10 +8772,9 @@ follows ideas flowing from WSGI (Web Standard Gateway Interface).")
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-nose" ,python-nose)))
|
`(("python-nose" ,python-nose)))
|
||||||
|
;; Note: setuptools used at runtime for pkg_resources
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(;; Uses pkg_resources provided by setuptools internally.
|
`(("python-paste" ,python-paste)
|
||||||
("python-setuptools" ,python-setuptools)
|
|
||||||
("python-paste" ,python-paste)
|
|
||||||
("python-pastedeploy" ,python-pastedeploy)))
|
("python-pastedeploy" ,python-pastedeploy)))
|
||||||
(home-page "http://pythonpaste.org/script/")
|
(home-page "http://pythonpaste.org/script/")
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -9456,8 +9387,7 @@ library.")
|
||||||
"10qsqdjpbc85fykc1vgcs8xwbgn4l2l52c8d83xf1q59pwyn79bw"))))
|
"10qsqdjpbc85fykc1vgcs8xwbgn4l2l52c8d83xf1q59pwyn79bw"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-pytest" ,python-pytest)))
|
||||||
("python-pytest" ,python-pytest)))
|
|
||||||
(home-page "http://bitbucket.org/mchaput/whoosh")
|
(home-page "http://bitbucket.org/mchaput/whoosh")
|
||||||
(synopsis "Full text indexing, search, and spell checking library")
|
(synopsis "Full text indexing, search, and spell checking library")
|
||||||
(description
|
(description
|
||||||
|
@ -9527,8 +9457,7 @@ anymore.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:python ,python-2))
|
`(#:python ,python-2))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python2-setuptools" ,python2-setuptools)
|
`(("python2-six" ,python2-six)))
|
||||||
("python2-six" ,python2-six)))
|
|
||||||
(home-page "http://pypi.python.org/pypi/pathlib2/")
|
(home-page "http://pypi.python.org/pypi/pathlib2/")
|
||||||
(synopsis "Object-oriented file system paths - backport of standard
|
(synopsis "Object-oriented file system paths - backport of standard
|
||||||
pathlib module")
|
pathlib module")
|
||||||
|
@ -9596,8 +9525,7 @@ encoding algorithms to do fuzzy string matching.")
|
||||||
`(;; It supports Python 3, but Python 3 can already do Unicode CSV.
|
`(;; It supports Python 3, but Python 3 can already do Unicode CSV.
|
||||||
#:python ,python-2))
|
#:python ,python-2))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python2-setuptools" ,python2-setuptools)
|
`(("python2-unittest2" ,python2-unittest2)))
|
||||||
("python2-unittest2" ,python2-unittest2)))
|
|
||||||
(home-page "https://github.com/jdunck/python-unicodecsv")
|
(home-page "https://github.com/jdunck/python-unicodecsv")
|
||||||
(synopsis "Unicode CSV module for Python 2")
|
(synopsis "Unicode CSV module for Python 2")
|
||||||
(description "Unicodecsv is a drop-in replacement for Python 2.7's CSV
|
(description "Unicodecsv is a drop-in replacement for Python 2.7's CSV
|
||||||
|
@ -9752,8 +9680,7 @@ CloudFront content delivery network.")
|
||||||
"1pw0kmvc57sjmaxi6c54fqsnihqj6hvhc9y1vaz36axafzqam7bh"))))
|
"1pw0kmvc57sjmaxi6c54fqsnihqj6hvhc9y1vaz36axafzqam7bh"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-nose" ,python-nose)
|
`(("python-nose" ,python-nose)))
|
||||||
("python-setuptools" ,python-setuptools)))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -9955,8 +9882,7 @@ Python. It generates C++ code and a Makefile."))
|
||||||
`(#:python ,python-2))
|
`(#:python ,python-2))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python2-unittest2" ,python2-unittest2)
|
`(("python2-unittest2" ,python2-unittest2)))
|
||||||
("python2-setuptools" ,python2-setuptools)))
|
|
||||||
(home-page "https://github.com/python-rope/rope")
|
(home-page "https://github.com/python-rope/rope")
|
||||||
(synopsis "Refactoring library for Python")
|
(synopsis "Refactoring library for Python")
|
||||||
(description "Rope is a refactoring library for Python. It facilitates
|
(description "Rope is a refactoring library for Python. It facilitates
|
||||||
|
@ -10049,8 +9975,7 @@ multiple processes (imagine multiprocessing, billiard, futures, celery etc).
|
||||||
(system* "2to3" "--no-diff" "-wn" "sqlparse" "tests"))
|
(system* "2to3" "--no-diff" "-wn" "sqlparse" "tests"))
|
||||||
(zero? (system* "py.test")))))))
|
(zero? (system* "py.test")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pytest" ,python-pytest)
|
`(("python-pytest" ,python-pytest)))
|
||||||
("python-setuptools" ,python-setuptools)))
|
|
||||||
(home-page "https://github.com/andialbrecht/sqlparse")
|
(home-page "https://github.com/andialbrecht/sqlparse")
|
||||||
(synopsis "Non-validating SQL parser")
|
(synopsis "Non-validating SQL parser")
|
||||||
(description "Sqlparse is a non-validating SQL parser for Python. It
|
(description "Sqlparse is a non-validating SQL parser for Python. It
|
||||||
|
@ -10107,8 +10032,7 @@ are synchronized with data exchanges on \"channels\".")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-greenlet" ,python-greenlet)))
|
`(("python-greenlet" ,python-greenlet)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-six" ,python-six)))
|
||||||
("python-six" ,python-six)))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("c-ares" ,c-ares)
|
`(("c-ares" ,c-ares)
|
||||||
("libev" ,libev)))
|
("libev" ,libev)))
|
||||||
|
@ -10219,8 +10143,7 @@ It uses LR parsing and does extensive error checking.")
|
||||||
(("from common") "from nose.tools")))))
|
(("from common") "from nose.tools")))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(;; For testing
|
||||||
;; For testing
|
|
||||||
("python-nose" ,python-nose)))
|
("python-nose" ,python-nose)))
|
||||||
(home-page "https://bitbucket.org/astanin/python-tabulate")
|
(home-page "https://bitbucket.org/astanin/python-tabulate")
|
||||||
(synopsis "Pretty-print tabular data")
|
(synopsis "Pretty-print tabular data")
|
||||||
|
@ -10379,8 +10302,7 @@ objects, patterned after the Mocha library for Ruby.")
|
||||||
"1bz7hkdgpqcjs866y58z8jywpy7al0f4rxdr00bh2l5qddyw245j"))))
|
"1bz7hkdgpqcjs866y58z8jywpy7al0f4rxdr00bh2l5qddyw245j"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(;; For testing
|
||||||
;; For testing
|
|
||||||
("python-chai" ,python-chai)
|
("python-chai" ,python-chai)
|
||||||
("python-simplejson" ,python-simplejson)))
|
("python-simplejson" ,python-simplejson)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -10451,8 +10373,7 @@ Wikipedia code samples at
|
||||||
"1k2dcl6mqpn5bljyl6w42rqyd9mb3y9kh2mg7m2x3kfjwvg0rpva"))))
|
"1k2dcl6mqpn5bljyl6w42rqyd9mb3y9kh2mg7m2x3kfjwvg0rpva"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(;; For testing
|
||||||
;; For testing
|
|
||||||
("python-mock" ,python-mock)
|
("python-mock" ,python-mock)
|
||||||
("python-pytest" ,python-pytest)))
|
("python-pytest" ,python-pytest)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -10577,8 +10498,7 @@ parsing UK postcodes.")
|
||||||
"0vs0dkmg0dlaxf8w6q2i3k0i03gmp56ablldv7ci9x3nbadkn71g"))))
|
"0vs0dkmg0dlaxf8w6q2i3k0i03gmp56ablldv7ci9x3nbadkn71g"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(;; For testing
|
||||||
;; For testing
|
|
||||||
("python-email-validator" ,python-email-validator)
|
("python-email-validator" ,python-email-validator)
|
||||||
("python-mock" ,python-mock)
|
("python-mock" ,python-mock)
|
||||||
("python-ukpostcodeparser" ,python-ukpostcodeparser)))
|
("python-ukpostcodeparser" ,python-ukpostcodeparser)))
|
||||||
|
@ -10763,8 +10683,7 @@ characters, mouse support, and auto suggestions.")
|
||||||
`(("python-docopt" ,python-docopt)
|
`(("python-docopt" ,python-docopt)
|
||||||
("python-jedi" ,python-jedi)
|
("python-jedi" ,python-jedi)
|
||||||
("python-prompt-toolkit" ,python-prompt-toolkit)
|
("python-prompt-toolkit" ,python-prompt-toolkit)
|
||||||
("python-pygments" ,python-pygments)
|
("python-pygments" ,python-pygments)))
|
||||||
("python-setuptools" ,python-setuptools)))
|
|
||||||
(home-page "https://github.com/jonathanslenders/ptpython")
|
(home-page "https://github.com/jonathanslenders/ptpython")
|
||||||
(synopsis "Python Read-Eval-Print-Loop with nice IDE-like features")
|
(synopsis "Python Read-Eval-Print-Loop with nice IDE-like features")
|
||||||
(description
|
(description
|
||||||
|
|
|
@ -318,8 +318,7 @@ ideal (e.g. in LV2 implementations or embedded applications).")
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-html5lib" ,python-html5lib)
|
`(("python-html5lib" ,python-html5lib)
|
||||||
("python-isodate" ,python-isodate)
|
("python-isodate" ,python-isodate)
|
||||||
("python-pyparsing" ,python-pyparsing)
|
("python-pyparsing" ,python-pyparsing)))
|
||||||
("python-setuptools" ,python-setuptools)))
|
|
||||||
(home-page "https://github.com/RDFLib/rdflib")
|
(home-page "https://github.com/RDFLib/rdflib")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Python RDF library")
|
"Python RDF library")
|
||||||
|
|
|
@ -161,8 +161,7 @@ insert mode and command mode where keybindings have different functions.")
|
||||||
(("'tput'")
|
(("'tput'")
|
||||||
(string-append "'" ncurses "/bin/tput'"))))
|
(string-append "'" ncurses "/bin/tput'"))))
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs `(("ncurses" ,ncurses)
|
(inputs `(("ncurses" ,ncurses)))
|
||||||
("python-setuptools" ,python-setuptools)))
|
|
||||||
(home-page "https://asciinema.org")
|
(home-page "https://asciinema.org")
|
||||||
(synopsis "Terminal session recorder")
|
(synopsis "Terminal session recorder")
|
||||||
(description
|
(description
|
||||||
|
|
|
@ -1156,8 +1156,7 @@ Mercurial, Bazaar, Darcs, CVS, Fossil, and Veracity.")
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments `(#:python ,python-2))
|
(arguments `(#:python ,python-2))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python2-setuptools" ,python2-setuptools)
|
`(;; for the tests
|
||||||
;; for the tests
|
|
||||||
("python2-six" ,python2-six)))
|
("python2-six" ,python2-six)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python2-dateutil" ,python2-dateutil-2)
|
`(("python2-dateutil" ,python2-dateutil-2)
|
||||||
|
|
|
@ -91,8 +91,7 @@
|
||||||
(inputs `(("pygtk" ,python2-pygtk)
|
(inputs `(("pygtk" ,python2-pygtk)
|
||||||
("xrandr" ,xrandr)))
|
("xrandr" ,xrandr)))
|
||||||
(native-inputs `(("gettext" ,gettext-minimal)
|
(native-inputs `(("gettext" ,gettext-minimal)
|
||||||
("python-docutils" ,python2-docutils)
|
("python-docutils" ,python2-docutils)))
|
||||||
("python-setuptools" ,python2-setuptools)))
|
|
||||||
(home-page "https://christian.amsuess.com/tools/arandr/")
|
(home-page "https://christian.amsuess.com/tools/arandr/")
|
||||||
(synopsis "Another RandR graphical user interface")
|
(synopsis "Another RandR graphical user interface")
|
||||||
;; TRANSLATORS: "X11 resize-and-rotate" should not be translated.
|
;; TRANSLATORS: "X11 resize-and-rotate" should not be translated.
|
||||||
|
|
Loading…
Reference in New Issue