Port details |
- py-django-annoying Eliminate annoying things in the Django framework
- 0.10.7 www
=2 0.10.6_2Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2011-11-16 14:16:19
- Last Update: 2024-08-04 17:14:14
- Commit Hash: 81f48d7
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://skorokithakis.github.io/django-annoying/
- https://github.com/skorokithakis/django-annoying
- Description:
- This django application eliminates certain annoyances in the Django framework.
Features:
- render_to decorator - Reduce typing in django views.
- signals decorator - Allow using signals as decorators.
- ajax_request decorator - Returns JsonResponse with dict as content.
- autostrip decorator - Strip form text fields before validation
- get_object_or_None function - Similar to get_object_or_404, but returns None
if the object is not found.
- AutoOneToOne field - Creates a related object on first call if it doesn't
exist yet.
- JSONField - A field that stores a Python object as JSON and retrieves it as a
Python object.
- get_config function - Get settings from django.conf if exists, return a
default value otherwise.
- StaticServer middleware - Instead of configuring urls.py, just add this
middleware and it will serve your static files when you are in debug mode.
- get_ object_or_this_function - Similar to get_object_or_404, but returns a
default object (this) if the object is not found.
- HttpResponseReload - Reload and stay on same page from where the request was
made.
 ¦ ¦ ¦ ¦ 
- 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-annoying>0:www/py-django-annoying@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-django-annoying/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-django-annoying
- pkg install py311-django-annoying
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-django-annoying listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-django-annoying
- Package flavors (<flavor>: <package>)
- py311: py311-django-annoying
- distinfo:
- TIMESTAMP = 1722711265
SHA256 (django-annoying-0.10.7.tar.gz) = d42a9f4757701903edcb3398c542e6d39e67856295059589296c277350d02fc0
SIZE (django-annoying-0.10.7.tar.gz) = 11638
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:
-
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-django42>=1.11 : www/py-django42@py311
- py311-six>=0 : devel/py-six@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_py-django-annoying
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.10.7 04 Aug 2024 17:14:14
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-django-annoying: Update to 0.10.7
- Update WWW
- Add LICENSE_FILE
- Add missing RUN_DEPENDS
- Convert to USE_PYTHON=pep517
- Add NO_ARCH
- Update pkg-descr
- Take maintainership
Changes: https://github.com/skorokithakis/django-annoying/releases
https://github.com/skorokithakis/django-annoying/commits/master |
0.10.6_2 27 Apr 2024 09:08:48
    |
Kai Knoblich (kai)  |
*: Switch consumers over to Django 4.2
Django 3.2 reached its End-of-Life on 1st April 2024 and Django 4.2 is
the new LTS (= Long Term Support) release which will be supported until
April 2026.
* Switch most ports that use www/py-django32 to www/py-django42.
* Ports that are not compatible with Django 3.2 have already been set
with an expiration date were not taken into account.
* Bump PORTREVISION due dependency change where necessary.
PR: 276319
Reviewed by: dvl, grembo, ultima
Approved by: bofh (implicit), dvl, grembo, Kevin Golding, sunpoet,
ultima, maintainer timeout (remaining maintainers)
Differential Revision: https://reviews.freebsd.org/D44637 |
0.10.6_1 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.10.6_1 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
0.10.6_1 01 Jan 2023 13:16:39
    |
Carlo Strub (cs)  |
Give my django ports back to ports@ |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.10.6_1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.10.6_1 20 Jul 2022 14:23:26
    |
Tobias C. Berner (tcberner)  |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
0.10.6_1 28 Apr 2022 10:02:15
    |
Kai Knoblich (kai)  |
www/py-django32: Switch consumers over to Django 3.2
Django 2.2 became End-of-Life on 11th April 2022 and Django 3.2 is the
new LTS (= Long Term Support) release which will be supported until
April 2024.
* Switch the most ports that use www/py-django22 to www/py-django32
* Switch www/seahub over to www/py-djangorestframework
* Ports that are not yet ready for Django 3.2 (only three so far) or
those that have already been set with an expiration date were not
taken into account.
* Bump PORTREVISION due dependency change where necessary.
PR: 261313
Reviewed by: bofh, dvl, koobs, ultima
Approved by: bofh, dvl, koobs, ultima, sunpoet, Kevin Golding, Ivan Rozhuk,
Alexander Sieg (maintainers)
maintainer timeout (remaining maintainers)
Differential Revision: https://reviews.freebsd.org/D34859 |
0.10.6 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.10.6 05 May 2020 13:41:43
  |
wen  |
- Update to 0.10.6
- Switch to depends on django22
- Switch to python3
PR: 245235
Submitted by: wen@
Approved by: maintainer(timeout, > 30 days) |
0.10.4_1 26 May 2018 17:39:56
  |
miwi  |
- Switch to django111
- Update MASTER_SITES to CHEESESHOP
- Bump PORTREVISION
PR: 228145
Submitted by: freebsd_ports@k-worx.org
Approved by: maintainer timeout
Sponsored by: iXsystems Inc. |
0.10.4 30 Apr 2018 18:39:43
  |
cs  |
Update to 0.10.4 |
0.10.3 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.10.3 10 Oct 2016 20:33:02
  |
cs  |
Update to 0.10.3 |
0.9.0 07 Apr 2016 20:23:55
  |
cs  |
- Update to 0.9.0
- Add LICENSE |
0.8.7 01 Apr 2016 14:33:58
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.8.7 07 Feb 2016 16:46:48
  |
cs  |
Update to 0.8.7 |
0.8.4_1 16 Jan 2016 09:52:37
  |
miwi  |
- Switch all ports to www/py-django18
- Bump PORTREVISION |
0.8.4 28 Dec 2015 14:42:51
  |
mat  |
Don't use GH_TAGNAME when it can be created with DISTVERSION* variables.
Sponsored by: Absolight |
0.8.4 25 Dec 2015 21:55:05
  |
cs  |
- Update to 0.8.4
- Move to Github
- Take maintainership |
0.8.0 26 Jan 2015 06:09:03
  |
vanilla  |
Upgrade to 0.8.0. |
0.7.7_1 02 Dec 2014 22:40:57
  |
bapt  |
Reset maintainership:
- Lots of maintainers timeout
- unresponsive for almost a year
PR: 195059 |
0.7.7_1 18 Oct 2014 19:02:00
  |
rm  |
Convert to USES=python |
0.7.7_1 29 Jan 2014 15:27:52
  |
miwi  |
- Convert to PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREVISION |
0.7.7 20 Sep 2013 23:36:54
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.7.7 28 Jun 2013 02:10:18
  |
clsung  |
- Update to 0.7.7 |
0.7.6 16 Nov 2011 14:15:15
 |
clsung  |
This is a django application that tries to eliminate annoying
things in the Django framework.
Features:
render_to decorator - reduce typing in django views.
signals decorator - allow use signals as decorators.
ajax_request decorator - returns JsonResponse with this dict as content.
autostrip decorator - strip text form fields before validation.
get_object_or_None function - similar to get_object_or_404, but
returns None if object not found.
get_config function - get settings from django.conf if exists,
return default value otherwise.
AutoOneToOne field - creates related object on first call if it
doesn't exist yet.
HttpResponseReload - reload and stay on same page from where request
was made.
StaticServer middleware - instead of configuring urls.py, just
add this middleware and it will serve you static files.
JSONField - custom field that lets you easily store JSON data in one of
your model fields.
WWW: https://bitbucket.org/offline/django-annoying/wiki/Home
Feature safe: yes |