non port: devel/py-django-tastypie-mongoengine/Makefile |
Number of commits found: 13 |
Friday, 1 May 2020
|
17:42 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)
 |
Friday, 10 Apr 2020
|
09:28 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
 |
Thursday, 9 Apr 2020
|
20:19 antoine
Unbreak bulk -a
 |
Tuesday, 8 Jan 2019
|
15:25 sunpoet
Unbreak index for the move from devel/py-mongoengine to databases/py-mongoengine
Approved by: portmgr (blanket)
 |
Wednesday, 20 Jun 2018
|
17:05 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
 |
Monday, 14 May 2018
|
16:36 dvl
Fixing my previous commit message, which was missing logic:
Instead of using www/py-django111, which is DEPRECATED, use www/py-django111
 |
16:34 dvl
Use www/py-django111, which is DEPRECATED, use www/py-django111
 |
Thursday, 30 Nov 2017
|
15:50 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
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Saturday, 16 Jan 2016
|
11:19 miwi
- Switch forgotten ports over to py-django18
- Fix PYTHON_PKGNAMEPREFIX
Reported by: antoinebot
 |
Tuesday, 30 Jun 2015
|
15:39 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
 |
Thursday, 28 May 2015
|
14:11 antoine
Fix license
 |
Friday, 22 May 2015
|
19:49 dvl
Add new port: devel/py-django-tastypie-mongoengine
This Django application provides MongoEngine support for Tastypie.
Approved by: mat (mentor)
 |
Number of commits found: 13 |