aboutsummaryrefslogtreecommitdiff
path: root/misc/py-gluoncv
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* misc/py-gluoncv: Update 0.8.0 -> 0.9.0Yuri Victorovich2020-12-292-4/+4
| | | | Notes: svn path=/head/; revision=559601
* Unbreak bulk -aAntoine Brodin2020-09-191-1/+1
| | | | Notes: svn path=/head/; revision=548989
* misc/py-gluoncv: Update 0.7.0 -> 0.8.0Yuri Victorovich2020-08-112-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=544719
* misc/py-gluoncv: Update 0.6.0 -> 0.7.0Yuri Victorovich2020-04-272-5/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=533151
* Convert the tree to use PY_PILLOWAntoine Brodin2020-03-241-9/+2
| | | | | | | | With hat: portmgr Originally submitted by: kai Notes: svn path=/head/; revision=529063
* graphics/py-pillow: Update to 7.0.0Kai Knoblich2020-02-241-2/+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
* misc/py-gluoncv: fix build on GCC architecturesPiotr Kubaj2020-02-151-1/+1
| | | | | | | | Use newer GCC: cc1: error: unrecognized command line option "-Wno-cpp" Notes: svn path=/head/; revision=526237
* misc/py-gluoncv: Update 0.5.0-72 -> 0.6.0Yuri Victorovich2020-01-142-5/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=522987
* New port: misc/py-gluoncv: Gluon CV toolkit for state-of-the-art deep ↵Yuri Victorovich2019-12-163-0/+57
learning in computer vision Notes: svn path=/head/; revision=520207