Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.3.3_1 26 May 2020 17:29:42 |
rene |
Remove expired ports:
2020-05-25 www/py-django-annotations: No longer maintained, not compatible with
Django 2.0+
2020-05-25 www/py-django-registration-defaults: No longer maintained, not
compatible with newer versions of www/py-django-registration
2020-05-25 devel/py-django-rq-dashboard: No longer maintained, not compatible
with Django 2.0+, please use devel/py-django-rq instead
2020-05-25 www/py-django_openstack_auth: No longer maintained, code was merged
into 13.x release of www/py-horizon |
0.3.3_1 11 May 2020 07:09:13 |
kai |
devel/py-django-rq-dashboard: Deprecate and set to expire
* The project seems to be no longer maintained and most functions are
available via devel/py-django-rq nowadays.
* Also the package works only up to Django 1.11 which is End-of-Life since
April 2020.
PR: 245851
Approved by: maintainer timeout (14+ days) |
0.3.3_1 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.3.3_1 24 May 2018 11:27:23 |
swills |
www/py-django-annotations: switch to django 1.11
PR: 228229
Submitted by: Kai <freebsd_ports@k-worx.org>
Approved by: rene (devel/py-django-rq maintainer) |
0.3.3 23 May 2018 18:31:50 |
swills |
devel/py-django-rq-dashboard: update to 0.3.3 |
0.3.1 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.3.1 13 Apr 2017 17:52:48 |
swills |
devel/py-django-rq-dashboard: update to 0.3.1 |
0.3.0 20 Apr 2016 18:41:25 |
swills |
devel/py-django-rq-dashboard: create port
RQ is a simple task queue for queuing and processing jobs. django-rq-dashboard
is a web frontend to monitor your RQ queues, jobs and workers in realtime from
the Django admin.
WWW: https://github.com/brutasse/django-rq-dashboard |