Port details |
- py-django-json-rpc Simple JSON-RPC implementation for Django
- 0.7.2_1 www
=0 0.7.2_1Version of this port present on the latest quarterly branch.
- DEPRECATED: No longer maintained, not compatible with Django 2.0+
This port expired on: 2020-06-01
- Maintainer: jhixson@FreeBSD.org
- Port Added: 2012-02-03 22:10:54
- Last Update: 2020-06-03 09:44:00
- SVN Revision: 537607
- Also Listed In: python
- License: MIT
- Description:
- A simple JSON-RPC implementation for Django.
https://github.com/samuraisam/django-json-rpc
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- 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-json-rpc>0:www/py-django-json-rpc@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py37-django-json-rpc
- Package flavors (<flavor>: <package>)
- py37: py37-django-json-rpc
- py27: py27-django-json-rpc
- distinfo:
- TIMESTAMP = 1482858969
SHA256 (django-json-rpc-0.7.2.tar.gz) = f148adc3adbcf596400a30e0f6123f75706ef912260e1d14dda01252c4495be9
SIZE (django-json-rpc-0.7.2.tar.gz) = 99599
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py37-setuptools>0 : devel/py-setuptools@py37
- python3.7 : lang/python37
- Runtime dependencies:
-
- django-admin.py : www/py-django111@py37
- py37-setuptools>0 : devel/py-setuptools@py37
- python3.7 : lang/python37
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- 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.7.2_1 03 Jun 2020 09:44:00 |
rene |
Remove expired ports:
2020-06-01 www/py-djangotoolbox: No longer maintained, not compatible with
Django 1.11+
2020-06-01 www/py-dojango: No longer maintained, not compatible with Django 2.2+
2020-06-01 www/py-django-json-rpc: No longer maintained, not compatible with
Django 2.0+
2020-06-03 www/mediawiki132: EOLed upstream |
0.7.2_1 01 May 2020 20:18:18 |
jhixson |
www/py-django-json-rpc: mark as deprecated
PR: 246086
Submitted by: Kai Knoblich <kai@FreeBSD.org> |
07 Aug 2018 12:13:48
|
jhixson |
Change jhixson port maintainer email to jhixson@FreeBSD.org
Approved by: miwi (mentor), kmoore (mentor), araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D16592 |
0.7.2_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.7.2_1 10 May 2018 15:02:44 |
miwi |
- Switch to py-django111
- Bump PORTREVISION
Sponsored by: iXsystems Inc. |
0.7.2 12 Apr 2018 17:44:03 |
wg |
www/py-django-json-rpc: patch is no longer needed |
0.7.2 12 Apr 2018 17:41:01 |
wg |
www/py-django-json-rpc: update to 0.7.2
Submitted by: John Hixson |
0.6.2_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.6.2_3 20 Mar 2017 18:42:27 |
araujo |
Update maintainer email address.
Submitted by: John Hixson <jhixson@gmail.com> (maintainer) |
0.6.2_3 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.6.2_3 16 Jan 2016 09:52:37 |
miwi |
- Switch all ports to www/py-django18
- Bump PORTREVISION |
0.6.2_2 03 Jan 2015 08:41:21 |
mva |
- Convert USE_PYTHON to new USES in www/
With hat: python@ |
0.6.2_2 29 Jul 2014 21:43:18 |
adamw |
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
0.6.2_2 02 Jan 2014 11:27:15 |
wg |
www/py-django-json-rpc: fix for django 1.6
- Fix for django 1.6 [1]
- Swtich from easy_install to install
- Support staging
- Use python auto plist
PR: ports/185403 [1]
Submitted by: maintainer |
0.6.2_1 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.6.2_1 03 Feb 2012 22:10:31 |
jpaetzel |
A simple JSON-RPC implementation for Django.
https://github.com/samuraisam/django-json-rpc
PR: ports/164731
Submitted by: John Hixson <john@ixsystems.com> |