summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
AgeCommit message (Collapse)Author
2016-07-19gnu: python-pyquery: Update to 1.2.13.Efraim Flashner
* gnu/packages/python.scm (python-pyquery): Update to 1.2.13.
2016-07-19gnu: python-cssselect: Update to 0.9.2.Efraim Flashner
* gnu/packages/python.scm (python-cssselect): Update to 0.9.2. [source]: Use 'pypi-uri' format.
2016-07-19gnu: python2-cssutils: Update to 1.0.1.Efraim Flashner
* gnu/packages/python.scm (python2-cssutils): Update to 1.0.1. [source]: Use 'pypi-uri' format.
2016-07-19gnu: python-lxml: Update to 3.6.0.Efraim Flashner
* gnu/packages/python.scm (python-lxml): Update to 3.6.0.
2016-07-17gnu: python-simplejson: Update to 3.8.2.Efraim Flashner
* gnu/packages/python.scm (python-simplejson): Update to 3.8.2. [source]: Use 'pypi-uri' format.
2016-07-17gnu: behave: Update to 1.2.5.Efraim Flashner
* gnu/packages/python.scm (behave): Update to 1.2.5. [source]: Use 'pypi-uri' format.
2016-07-17gnu: python-coverage: Update to 4.1.Efraim Flashner
* gnu/packages/python.scm (python-coverage): Update to 4.1.
2016-07-14gnu: python-setuptools-scm: Update to 1.11.1.Efraim Flashner
* gnu/packages/python.scm (python-setuptools-scm): Update to 1.11.1.
2016-07-09gnu: Add python-jedi.Danny Milosavljevic
* gnu/packages/python.scm (python-jedi, python2-jedi): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-07-07gnu: python-websocket-client: Update to 0.37.0.Efraim Flashner
* gnu/packages/python.scm (python-websocket-client): Update to 0.37.0. [source]: Use pypi uri format.
2016-07-07gnu: python-psutil: Update to 4.3.0.Efraim Flashner
* gnu/packages/python.scm (python-psutil): Update to 4.3.0. [home-page]: Update home-page.
2016-07-06gnu: python-numexpr: Update to 2.6.0.Ricardo Wurmus
* gnu/packages/python.scm (python-numexpr): Update to 2.6.0.
2016-07-04gnu: Add python2-pytest-cache.Efraim Flashner
* gnu/packages/python.scm (python2-pytest-cache): New variable. (python-pytest-cache)[properties]: New field.
2016-07-04gnu: python2-pythondialog: Update to 3.4.0.ng0
* gnu/packages/python.scm (python2-pythondialog): Update to 3.4.0. [source]: Use pypi-uri. Co-authored-by: Leo Famulari <leo@famulari.name>
2016-07-03gnu: Add python-urwidtrees.Troy Sankey
* gnu/packages/python.scm (python-urwidtrees, python2-urwidtrees): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-07-01gnu: python-sphinx-repoze-autointerface: Update to 0.8.Leo Famulari
* gnu/packages/python.scm (python-sphinx-repoze-autointerface, python2-sphinx-repoze-autointerface): Update to 0.8.
2016-07-01gnu: python-cryptography, python-cryptography-vectors: Update to 1.3.4.Leo Famulari
* gnu/packages/python.scm (python-cryptography, python2-cryptography): Update to 1.3.4. [source]: Use pypi-uri. (python-cryptography-vectors, python2-cryptography-vectors): Update to 1.3.4. [source]: Use pypi-uri.
2016-06-29gnu: Add python-prompt-toolkit.Danny Milosavljevic
* gnu/packages/python.scm (python-prompt-toolkit, python2-prompt-toolkit): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-06-29gnu: python-wcwidth: Add missing 'properties' field.Leo Famulari
This is a followup to commit a44fd439dcef88b33c00db94fb3419e097401fee. * gnu/packages/python.scm (python-wcwidth)[properties]: New field.
2016-06-27gnu: python2-orator: Rearrange inputs.宋文武
* gnu/packages/python.scm (python2-orator)[native-inputs]: Move python2-ipaddress ... [propagated-inputs]: to here.
2016-06-27gnu: python-orator: Rearrange inputs.宋文武
* gnu/packages/python.scm (python-orator)[native-inputs]: Move python-arrow, python-blinker, python-cleo, python-fake-factory, python-inflection, python-lazy-object-proxy, python-pyaml, python-simplejson, python-wrapt ... [propagated-inputs]: to here.
2016-06-27gnu: python2-fake-factory: Rearrange inputs.宋文武
* gnu/packages/python.scm (python2-fake-factory)[native-inputs]: Move python2-ipaddress ... [propagated-inputs]: to here.
2016-06-27gnu: python-fake-factory: Rearrange inputs.宋文武
* gnu/packages/python.scm (python-fake-factory)[native-inputs]: Move python-dateutil-2, python-six ... [propagated-inputs]: to here.
2016-06-27gnu: python-email-validator: Rearrange inputs.宋文武
* gnu/packages/python.scm (python-email-validator)[native-inputs]: Move python-dnspython, python-idna ... [propagated-inputs]: to here.
2016-06-27gnu: python-cleo: Rearrange inputs.宋文武
* gnu/packages/python.scm (python-cleo)[native-inputs]: Move python-psutil, python-pylev ... [propagated-inputs]: to here.
2016-06-27gnu: python-arrow: Rearrange inputs.宋文武
* gnu/packages/python.scm (python-arrow)[native-inputs]: Move python-dateutil-2 ... [propagated-inputs]: to here.
2016-06-27gnu: python-pykafka: Rearrange inputs.宋文武
* gnu/packages/python.scm (python-pykafka)[native-inputs]: Move python-gevent, python-kazoo, python-tabulate ... [propagated-inputs]: to here.
2016-06-27gnu: python-kazoo: Rearrange inputs.宋文武
* gnu/packages/python.scm (python-kazoo)[native-inputs]: Move six ... [propagated-inputs]: to here.
2016-06-27gnu: python-twisted: Rearrange inputs.宋文武
* gnu/packages/python.scm (python-twisted)[native-inputs]: Move python-zope-interface ... [propagated-inputs]: to here.
2016-06-25gnu: Add python-orator and python2-orator.宋文武
* gnu/packages/python.scm (python-orator, python2-orator): New variables.
2016-06-25gnu: Add python-flexmock and python2-flexmock.宋文武
* gnu/packages/python.scm (python-flexmock, python2-flexmock): New variables.
2016-06-25gnu: Add python-pyaml and python2-pyaml.宋文武
* gnu/packages/python.scm (python-pyaml, python2-pyaml): New variables.
2016-06-25gnu: Add python-fake-factory and python2-fake-factory.宋文武
* gnu/packages/python.scm (python-fake-factory, python2-fake-factory): New variables.
2016-06-25gnu: Add python-ukpostcodeparser and python2-ukpostcodeparser.宋文武
* gnu/packages/python.scm (python-ukpostcodeparser) (python2-ukpostcodeparser): New variables.
2016-06-25gnu: Add python-email-validator and python2-email-validator.宋文武
* gnu/packages/python.scm (python-email-validator) (python2-email-validator): New variables.
2016-06-25gnu: Add python-dnspython and python2-dnspython.宋文武
* gnu/packages/python.scm (python-dnspython, python2-dnspython): New variables.
2016-06-25gnu: Add python-lazy-object-proxy and python2-lazy-object-proxy.宋文武
* gnu/packages/python.scm (python-lazy-object-proxy) (python2-lazy-object-proxy): New variables.
2016-06-25gnu: Add python-cleo and python2-cleo.宋文武
* gnu/packages/python.scm (python-cleo, python2-cleo): New variables.
2016-06-25gnu: Add python-pylev and python2-pylev.宋文武
* gnu/packages/python.scm (python-pylev, python2-pylev): New variables.
2016-06-25gnu: Add python-inflection and python2-inflection.宋文武
* gnu/packages/python.scm (python-inflection, python2-inflection): New variables.
2016-06-25gnu: Add python-arrow and python2-arrow.宋文武
* gnu/packages/python.scm (python-arrow, python2-arrow): New variables.
2016-06-25gnu: Add python-chai and python2-chai.宋文武
* gnu/packages/python.scm (python-chai, python2-chai): New variables.
2016-06-25guix: python-build-system: Change pypi-uri to use https://pypi.io.宋文武
* guix/build-system/python.scm (pypi-uri): Use https://pypi.io. * gnu/packages/python.scm (python-twisted)[uri]: Remove https://pypi.io.
2016-06-20gnu: python-wsgi-intercept: Update to 1.2.2.Leo Famulari
* gnu/packages/python.scm (python-wsgi-intercept, python2-wsgi-intercept): Update to 1.2.2.
2016-06-20gnu: python-requests-toolbelt: Update to 0.6.2.Leo Famulari
* gnu/packages/python.scm (python-requests-toolbelt, python2-requests-toolbelt): Update to 0.6.2.
2016-06-20gnu: python-click-threading: Update to 0.2.0.Leo Famulari
* gnu/packages/python.scm (python-click-threading, python2-click-threading): Update to 0.2.0.
2016-06-20gnu: python-click: Update to 6.6.Leo Famulari
* gnu/packages/python.scm (python-click, python2-click): Update to 6.6.
2016-06-17gnu: Add python2-jsonrpclibDaniel Pimentel
* gnu/packages/python.scm (python2-jsonrpclib): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-06-17gnu: Add python-bz2file.Ben Woodcroft
* gnu/packages/python.scm (python-bz2file, python2-bz2file): New variables.
2016-06-15gnu: Add python-wcwidth and python2-wcwidth.Danny Milosavljevic
* gnu/packages/python.scm (python-wcwidth, python2-wcwidth): New variables. Co-authored-by: Leo Famulari <leo@famulari.name>