Commit Graph

6 Commits (6270769dc216fc6a2f54ca77d3090e3e610ade1c)

Author SHA1 Message Date
Efraim Flashner cda5e76f51
gnu: python2-django: Fix typo in native-inputs.
* gnu/packages/django.scm (python2-django)[native-inputs]: Inherit from
python-django's native-inputs, not its inputs.
2016-09-22 22:42:47 +03:00
Hartmut Goebel dfdaea32e9
gnu: python-django, python2-django: Fix propagated- and native-inputs.
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-19 23:41:23 +09:00
Efraim Flashner 894810c7c9
gnu: Add python-django-filter.
* gnu/packages/django.scm (python-django-filter): New variable.
2016-09-18 23:19:45 +03:00
Efraim Flashner 23b563dcfd
gnu: Add python-pytest-django.
* gnu/packages/django.scm (python-pytest-django): New variable.
2016-09-18 23:19:45 +03:00
Hartmut Goebel b53fc2940f
gnu: Add python-django-simple-math-captcha.
* 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 15:27:46 +02:00
Hartmut Goebel d18197af78
gnu: Add python-django.
* 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>
2016-09-12 15:27:46 +02:00