Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-15 | gnu: Remove python-setuptools and python2-setuptools from inputs (part 1b) | Hartmut Goebel | |
This patch contains the changes in all modules beside python.scm where removing setuptools from the inputs could be achieved by removing complete lines. * gnu/packages/admin.scm (graphios, thefuck): Remove all [inputs], [native-inputs] and [propagated-inputs] where python-setuptools or python2-setuptools are the sole entries. Remove python-setuptools and python2-setuptools listed on a line by its own from [inputs], [native-inputs] and [propagated-inputs]. * gnu/packages/backup.scm (rdiff-backup): Likewise. * gnu/packages/bioinformatics.scm (htseq, macs, python2-pbcore, rseqc, multiqc): Likewise. * gnu/packages/django.scm (python-django, python2-django, python-django-simple-math-captcha, python2-django-simple-math-captcha): Likewise. * gnu/packages/docker.scm (python-docker-py, docker-compose): Likewise. * gnu/packages/game-development.scm (python-pygame): Likewise. * gnu/packages/key-mon.scm (key-mon): Likewise. * gnu/packages/mail.scm (khard): Likewise. * gnu/packages/music.scm (beets, python2-pyechonest): Likewise. * gnu/packages/openstack.scm (python-bandit, python2-bandit, python-debtcollector, python2-debtcollector, python-mox3, python2-mox3, python-os-client-config, python2-os-client-config, python-oslo.config, python2-oslo.config, python-oslo.context, python2-oslo.context, python-oslo.i18n, python2-oslo.i18n, python-oslo.serialization, python2-oslo.serialization, python-oslosphinx, python2-oslosphinx, python-oslotest, python2-oslotest, python-oslo.utils, python2-oslo.utils, python-swiftclient, python2-swiftclient): Likewise. * gnu/packages/pdf.scm (pdfposter): Likewise. * gnu/packages/tls.scm (python-acme, python2-acme): Likewise. | |||
2016-11-02 | Merge branch 'master' into core-updates | Leo Famulari | |
2016-11-01 | gnu: python-django: Update to 1.10.3 [fixes CVE-2016-{9013,9014}]. | Marius Bakke | |
* gnu/packages/django.scm (python-django, python2-django): Update to 1.10.3. [source]: Remove patch. * gnu/packages/patches/python-django-fix-testcase.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. | |||
2016-10-27 | gnu: python-pytest-django: Add missing test input. | Efraim Flashner | |
* gnu/packages/django.scm (python-pytest-django)[native-inputs]: Add python-django. | |||
2016-10-27 | gnu: python-django-filter: Add inputs for tests. | Efraim Flashner | |
* gnu/packages/django.scm (python-django-filter)[native-inputs]: Add python-django, python-mock. | |||
2016-09-22 | gnu: python2-django: Fix typo in native-inputs. | Efraim Flashner | |
* gnu/packages/django.scm (python2-django)[native-inputs]: Inherit from python-django's native-inputs, not its inputs. | |||
2016-09-19 | gnu: python-django, python2-django: Fix propagated- and native-inputs. | Hartmut Goebel | |
setuptools is a run-time dependency (sic!), all others are required for testing only. * gnu/packages/django.scm (python-django) [propagated-inputs, native-inputs]: Exchange them. Move tzdata to new native-inputs. Enhance comments. (python2-django) [propagated-inputs] change into native-inputs. Enhance comment. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | |||
2016-09-18 | gnu: Add python-django-filter. | Efraim Flashner | |
* gnu/packages/django.scm (python-django-filter): New variable. | |||
2016-09-18 | gnu: Add python-pytest-django. | Efraim Flashner | |
* gnu/packages/django.scm (python-pytest-django): New variable. | |||
2016-09-12 | gnu: Add python-django-simple-math-captcha. | Hartmut Goebel | |
* gnu/packages/django.scm: (python-django-simple-math-captcha) (python2-django-simple-math-captcha): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | |||
2016-09-12 | gnu: Add python-django. | Hartmut Goebel | |
* gnu/packages/django.scm: New file. * gnu/packages/patches/python-django-fix-testcase.patch: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add django.scm. (dist_patch_DATA): Add python-django-fix-testcase.patch. Co-authored-by: Ludovic Courtès <ludo@gnu.org> |