Commit graph

27 commits

Author SHA1 Message Date
Wen Heping
238473f85d - Update to 1.4 2019-04-15 08:14:04 +00:00
Antoine Brodin
63f5eeef8a Bump a few PORTREVISIONs after r498529
With hat:	portmgr
2019-04-10 06:18:31 +00:00
Wen Heping
cf1afb4568 - Update to 1.3
PR:		233148
Submitted by:	yuri@
2018-11-13 00:30:31 +00:00
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
Yuri Victorovich
b0a4599116 math/py-sympy: Added USE_PYTHON=concurrent; Added NO_ARCH=yes
PR:		225127
Submitted by:	myself
Approved by:	tcberner (mentor), wen (maintainer)
Differential Revision:	https://reviews.freebsd.org/D13895
2018-01-15 23:11:00 +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
681e8fa3ed - Update to 1.1.1 2017-08-28 15:03:24 +00:00
Wen Heping
798c2b5bb8 - Update to 1.1 2017-07-11 09:35:04 +00:00
Wen Heping
5ac4520a68 - Add missing RUN_DEPENDS
PR:		209076
Submitted by:	jjachuf@gmail.com
2016-04-28 02:09:10 +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
Wen Heping
9bd87d4773 - Update to 1.0 2016-03-24 06:36:30 +00:00
Wen Heping
2f7b9f0bff - Update to 0.7.6.1 2015-12-09 08:57:08 +00:00
Mark Felder
f7f3a97a4d Update "BSD" license in math category 2014-12-07 16:31:50 +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
281cbe3427 - Update to 0.7.5
- Stage support
- Pet portlint
2014-05-12 06:05:41 +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
Li-Wen Hsu
b3ba803466 - Update to 0.7.2
- Trim header
- Convert to new OPTIONS

PR:		ports/176013
Submitted by:	lwhsu
Approved by:	wen
2013-02-13 10:24:15 +00:00
Wen Heping
2c4c62af8e - Update to 0.7.1
- Require python version >= 2.5
- Add graphics/py-pyglet dependency, since there is no more bundled pyglet

PR:		ports/159581
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-08 02:42:22 +00:00
Wen Heping
7790f007bd - Update to 0.7.0
- Add LICENSE
- Update WWW

PR:		ports/158409
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-06-29 03:25:09 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Wen Heping
d593dabfb9 - Update to 0.6.7 2010-03-31 07:17:37 +00:00
Wen Heping
bc61acea42 - Update to 0.6.6 2009-12-29 01:33:01 +00:00
Wen Heping
f71760bd45 - Update to 0.6.5
- Update my mail address to FreeBSD

PR:		ports/138791
Submitted by:	Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
Approved by:	jadawin(co-mentor)
Feature safe:	yes
2009-09-25 07:37:30 +00:00
Martin Wilke
017b608b1b - Update to 0.6.4
PR:		133426
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-04-09 10:47:29 +00:00
Martin Wilke
af7a6642e2 - Update to 0.6.3
Approved by:	maintainer implicit
2008-12-14 10:21:40 +00:00
Martin Wilke
67e159fa91 - Update to 0.6.2
PR:		127004
Submitted by:	maintainer
2008-09-05 14:15:45 +00:00
Martin Wilke
68c8e53bb2 SymPy is a Python library for symbolic mathematics.
It aims to become a full-featured computer algebra
system (CAS) while keeping the code as simple as
possible in order to be comprehensible and easily
extensible. SymPy is written entirely in Python and
does not require any external libraries.

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

PR:		ports/126394
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-08-11 22:14:50 +00:00