aboutsummaryrefslogtreecommitdiff
path: root/databases/py-mongoengine
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* databases/py-mongoengine: Update to 0.20.0Danilo G. Baio2020-05-032-7/+6
| | | | | | | | | Drop support for Python 2.7 Changelog: https://github.com/MongoEngine/mongoengine/blob/v0.20.0/docs/changelog.rst Notes: svn path=/head/; revision=533798
* databases/py-mongoengine: Update to 0.19.1Danilo G. Baio2020-05-012-16/+5
| | | | | | | | | Changelog: https://github.com/MongoEngine/mongoengine/blob/v0.19.1/docs/changelog.rst Package doesn't include tests, in current or in the previous versions. Notes: svn path=/head/; revision=533581
* Convert the tree to use PY_PILLOWAntoine Brodin2020-03-241-10/+3
| | | | | | | | With hat: portmgr Originally submitted by: kai Notes: svn path=/head/; revision=529063
* graphics/py-pillow: Update to 7.0.0Kai Knoblich2020-02-241-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Repo-Copy the Pillow 6.2.2 release to graphics/py-pillow6 to retain backwards compatibility for Python 2 consumers as the Pillow 7.0.0 release dropped the support for Python 2. * Apply conditional statements to use either Pillow 7.x or Pillow 6.x for consumers that can be built for Python 2 or newer. * Exceptions are ports that can be built only for either Python 2 or Python 3. For the first case, consumers are just assigned to the repo-copied graphics/py-pillow6. * Also remove Pillow from BUILD_DEPENDS of math/py-PyWavelets as it is not listed in setup.py as a build dependency [1] and relax the version requirements of Pillow for www/py-wagtail. Release Notes: * https://pillow.readthedocs.io/en/latest/releasenotes/index.html Backward Incompatible Changes (7.0.0): * https://pillow.readthedocs.io/en/latest/releasenotes/7.0.0.html#backwards-incompatible-changes Detailed Changelog: * https://github.com/python-pillow/Pillow/blob/7.0.0/CHANGES.rst PR: 243665 Submitted by: sunpoet (patch for 7.0.0 and repo-copied version) Reviewed by: koobs [1], sunpoet Approved by: koobs (maintainer) Differential Revision: https://reviews.freebsd.org/D23713 Notes: svn path=/head/; revision=526962
* Update to 0.18.0Sunpoet Po-Chuan Hsieh2019-06-132-6/+7
| | | | | | | | | - Add NO_ARCH Changes: https://github.com/MongoEngine/mongoengine/blob/master/docs/changelog.rst Notes: svn path=/head/; revision=504125
* databases/py-mongoengine: update to 0.17.0William Grzybowski2019-03-212-5/+5
| | | | | | | - Pass maintainership to python group Notes: svn path=/head/; revision=496466
* Hook up databases/py-mongoengine after the move and unbreak indexTobias Kortkamp2019-01-081-7/+2
| | | | | | | | | - Also fix _TEST_DEPENDS flavors helper usage Pointy hat: dvl Notes: svn path=/head/; revision=489698
* Update to 0.16.3 and move to databases/py-mongoengineDan Langille2019-01-083-0/+47
Add LICENSE ADD TEST_DEPENDS PR: 233945 Approved by: maintainer timeout Differential Revision: https://reviews.freebsd.org/D18519 Notes: svn path=/head/; revision=489693