Commit graph

17 commits

Author SHA1 Message Date
Mathieu Arnold
4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +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
2c6f9ff1ef - Update to 1.0.0
- Update WWW
2017-10-10 11:57:17 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Marcus von Appen
214bd533a7 - Convert ports of math/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-21 16:54:54 +00:00
Wen Heping
d9b2d0f0da - Fix the CATEGORIES in last commit 2014-06-22 10:40:10 +00:00
Wen Heping
dea94d1fd8 - Add LICENSE
- Pet portlint
2014-06-22 10:35:14 +00:00
Wen Heping
2659f64ae3 - Update to 0.19 2014-06-22 09:52:35 +00:00
Wen Heping
3f344efa2c - Update to 0.18
- Stage support
2014-01-06 12:59:32 +00:00
Baptiste Daroussin
ce5e457020 Add NO_STAGE all over the place in preparation for the staging support (cat: math) 2013-09-20 20:55:04 +00:00
Wen Heping
d2f2baa11a - Update to 0.17 2011-02-14 03:11:29 +00:00
Wen Heping
a44cbe69c1 - Update to 0.16 2010-09-29 06:26:21 +00:00
Wen Heping
d1a12dad5e - Update to 0.15 2010-06-07 07:20:19 +00:00
Wen Heping
0d7222619f - Update to 0.14
- Update my email to FreeBSD
2010-04-01 01:21:55 +00:00
Martin Wilke
3e557968f1 - Fix build after textproc/py-sphinx update
PR;		133360
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-04-04 17:43:22 +00:00
Martin Wilke
e331f5dd22 - Fix pkg-plist
PR:		129408
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2008-12-06 15:41:13 +00:00
Martin Wilke
2f241ed96b Mpmath is a pure-Python library for multiprecision floating-point
arithmetic. It provides an extensive set of transcendental functions,
unlimited exponent sizes, complex numbers, interval arithmetic,
numerical integration and differentiation, root-finding, linear algebra,
and much more. Almost any calculation can be performed just as well at
10-digit or 1000-digit precision, and in many cases mpmath implements
asymptotically fast algorithms that scale well for extremely high
precision work. If available, mpmath will (optionally) use gmpy to
speed up high precision operations.

WWW:	http://code.google.com/p/mpmath/

PR:		ports/128133
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-10-19 13:50:08 +00:00