Port details |
- py-django-common-helpers Common things every Django app needs
- 0.9.2_1 www
=0 0.9.2_1Version of this port present on the latest quarterly branch.
- DEPRECATED: No longer maintained, doesn't work with newer versions of Django
This port expired on: 2022-06-30
- Maintainer: kai@FreeBSD.org
- Port Added: 2019-03-14 20:21:45
- Last Update: 2022-06-30 19:51:51
- Commit Hash: ff89f3f
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/tivix/django-common/
- Description:
- py-django-common-helpers consists of the following things:
- Middleware that makes sure a web-app runs either on or without "www" in the
domain.
- "SessionManagerBase" base class, that helps in keeping session related code
object-oriented and clean.
- "EmailBackend" for authenticating users based on their email, apart from
username.
- Custom db fields that can be used in models including a "UniqueHashField"
and "RandomHashField".
- Bunch of helpful functions in helper.py
- "render_form_field" template tag that makes rendering form fields easy
and DRY.
- Couple of dry response classes: "JsonResponse" and "XMLResponse" in the
django_common.http that can be used in views that give json/xml responses.
WWW: https://github.com/tivix/django-common/
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}django-common-helpers>0:www/py-django-common-helpers@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py38-django-common-helpers
- Package flavors (<flavor>: <package>)
- py38: py38-django-common-helpers
- distinfo:
- TIMESTAMP = 1549629858
SHA256 (django-common-helpers-0.9.2.tar.gz) = 2d56be6fa261d829a6a224f189bf276267b9082a17d613fe5f015dd4d65c17b4
SIZE (django-common-helpers-0.9.2.tar.gz) = 37792
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-django22>=1.8 : www/py-django22@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_py-django-common-helpers
- USES:
- python:3.5+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Port Moves |
- port deleted on 2022-06-30
REASON: Has expired: No longer maintained, doesn't work with newer versions of Django
|
Number of commits found: 6
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.2_1 30 Jun 2022 19:51:51 |
Rene Ladan (rene) |
cleanup: Remove expired ports:
2022-06-30 www/py-django-common-helpers: No longer maintained, doesn't work with
newer versions of Django
2022-06-30 www/py-django: Was used as a metaport, no longer required
2022-06-30 www/py-django-sudo: Abandoned upstream, not compatible with newer
versions of Django
2022-06-30 www/py-django-bootstrap-form: No longer maintained, not compatible
with newer versions of Django
2022-06-30 www/py-django-babel: Upstream no longer maintained, please use
www/py-enmerkar instead
2022-06-30 www/py-django-bulk-update: No longer maintained, not compatible with
newer versions of Django
2022-06-30 www/py-django-happenings-update: Upstream no longer maintained, not
compatible with newer versions of Django
2022-06-30 www/py-django-compat: No longer maintained, doesn't work with newer
versions of Django
2022-06-30 www/py-django-modern-rpc: Not compatible with newer versions of
Django |
0.9.2_1 14 Feb 2022 06:39:56 |
Kai Knoblich (kai) |
www/py-django-common-helpers: Deprecate and set to expire
The project seems to be no longer maintained and its code isn't
compatible with newer versions of Django.
PR: 261313 |
0.9.2_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.9.2_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9.2_1 14 May 2020 12:48:08 |
kai |
www/py-django-{common-helpers,cron}: Change RUN_DEPENDS
* Switch both ports to Django 2.2 (current LTS release) because Django 1.11
is End-of-Life.
* Bump PORTREVISION due changed dependencies.
PR: 245309 |
0.9.2 14 Mar 2019 20:21:28 |
kai |
New port: www/py-django-common-helpers
py-django-common-helpers consists of the following things:
- Middleware that makes sure a web-app runs either on or without "www" in the
domain.
- "SessionManagerBase" base class, that helps in keeping session related code
object-oriented and clean.
- "EmailBackend" for authenticating users based on their email, apart from
username.
- Custom db fields that can be used in models including a "UniqueHashField"
and "RandomHashField". (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 6
|