Port details |
- py-django-tastypie-mongoengine MongoEngine support for django-tastypie
- 0.4.6_4 devel
=0 0.4.6_4Version of this port present on the latest quarterly branch. DEPRECATED: Not necessary anymore, and project unmaintained
This port expired on: 2020-05-16
- Maintainer: dvl@FreeBSD.org
 - Port Added: 2015-05-22 19:50:08
- Last Update: 2020-05-17 16:28:58
- SVN Revision: 535560
- License: AGPLv3
- WWW:
- https://github.com/wlanslovenija/django-tastypie-mongoengine
- Description:
- This Django application provides MongoEngine support for Tastypie.
WWW: https://github.com/wlanslovenija/django-tastypie-mongoengine
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-tastypie-mongoengine>0:devel/py-django-tastypie-mongoengine@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py37-django-tastypie-mongoengine
- Package flavors (<flavor>: <package>)
- py37: py37-django-tastypie-mongoengine
- distinfo:
- SHA256 (wlanslovenija-django-tastypie-mongoengine-v0.4.6_GH0.tar.gz) = a43dfb16de37210db9f070233d9beedd79a7b6cba72a831dcb2f549e16331b4f
SIZE (wlanslovenija-django-tastypie-mongoengine-v0.4.6_GH0.tar.gz) = 48112
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:
-
- py37-django-tastypie>=0.9.12 : www/py-django-tastypie@py37
- py37-mongoengine>=0.8.7 : databases/py-mongoengine@py37
- py37-django22>0 : www/py-django22@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:3.5+
- 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.4.6_4 17 May 2020 16:28:58
  |
rene  |
Remove expired ports:
2020-05-15 www/py-django-happenings: Doesn't work with Django 2.2+, please use
www/py-django-happenings-update instead
2020-05-16 devel/py-django-tastypie-mongoengine: Not necessary anymore, and
project unmaintained |
0.4.6_4 01 May 2020 17:42:37
  |
dbaio  |
devel/py-django-tastypie-mongoengine: Mark as deprecated and set an expiry date
It was created to satisfy dependencies, and it's not needed anymore.
Also, project is unmaintained.
Approved by: dvl (maintainer) |
0.4.6_4 10 Apr 2020 09:28:24
  |
kai  |
devel/py-django-tastypie-mongoengine: Fix RUN_DEPENDS
* Assign the port to Django 2.2 (current LTS release) to unbreak the build
when testing the RUN_DEPENDS.
This should have already been done in r531187 when I updated and assigned
www/py-django-tastypie to Django 2.2.
* Bump PORTREVISION for dependency change.
Pointy hat: kai
Approved by: portmgr blanket |
0.4.6_3 09 Apr 2020 20:19:49
  |
antoine  |
Unbreak bulk -a |
0.4.6_3 08 Jan 2019 15:25:17
  |
sunpoet  |
Unbreak index for the move from devel/py-mongoengine to databases/py-mongoengine
Approved by: portmgr (blanket) |
0.4.6_3 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.4.6_3 14 May 2018 16:36:06
  |
dvl  |
Fixing my previous commit message, which was missing logic:
Instead of using www/py-django111, which is DEPRECATED, use www/py-django111 |
0.4.6_2 14 May 2018 16:34:23
  |
dvl  |
Use www/py-django111, which is DEPRECATED, use www/py-django111 |
0.4.6_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.4.6_1 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.4.6_1 16 Jan 2016 11:19:09
  |
miwi  |
- Switch forgotten ports over to py-django18
- Fix PYTHON_PKGNAMEPREFIX
Reported by: antoinebot |
0.4.6 30 Jun 2015 15:39:42
  |
dvl  |
security/py-crits must use django v1.6 and will not work with v1.8
Two dependencies bring in www/py-django so I have created two new slave ports
which
use www/py-django16
* devel/py-django-tastypie-mongoengine allowed you to select django 1.6 or 1.8
in the options It now uses only 1.8
* add slave port devel/py-django16-tastypie-mongoengine which uses django 1.6
* www/py-django-tastypie now sets RUN_DEPENDS only if not already set
* add slave www/py-django16-tastypie which uses django 1.6
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D2913 |
0.4.6 28 May 2015 14:11:07
  |
antoine  |
Fix license |
0.4.6 22 May 2015 19:49:51
  |
dvl  |
Add new port: devel/py-django-tastypie-mongoengine
This Django application provides MongoEngine support for Tastypie.
Approved by: mat (mentor) |