Commit graph

8 commits

Author SHA1 Message Date
Antoine Brodin
b9ae2ff4d2 Explicitely pass ipython FLAVOR in a few ports 2017-12-02 09:22:02 +00:00
Mathieu Arnold
551be3c723 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
2017-11-30 15:50:30 +00:00
Wen Heping
c7471f6387 - Update to 3.4.0
- Support Python <= 3.5
- Add pyembree dependency
- Fix license

PR:		221454
Submitted by:	yuri@rawbw.com(maintainer)
2017-08-16 09:10:16 +00:00
Antoine Brodin
b3a8d5547e Properly register dependency on libomp.so from devel/openmp port 2017-05-10 19:50:12 +00:00
Kirill Ponomarev
9ee3418b7e Update math/py-yt to 3.3.5
PR:		217942
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D10076
2017-03-22 18:10:50 +00:00
Martin Wilke
e373f2537f - Update to 3.3.4
PR:             217101
Submitted by:	Yuri Victorovich (maintainer)
2017-02-17 10:45:43 +00:00
Wen Heping
645c111a1e - Fix build by add a patch which forgot in previous commit
while here add USES=dos2unix

Submitted by:	Yuri Victorovich<yuri@rawbw.com>(maintainer, via email)
2017-01-01 13:23:25 +00:00
Wen Heping
39007efbd8 yt supports structured, variable-resolution meshes, unstructured meshes,
and discrete or sampled data such as particles. Focused on driving
physically-meaningful inquiry, yt has been applied in domains such as
astrophysics, seismology, nuclear engineering, molecular dynamics, and
oceanography.

WWW: http://yt-project.org

PR:		214565
Submitted by:	yuri@rawbw.com
2016-12-27 06:35:22 +00:00