aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-numeric
Commit message (Collapse)AuthorAgeFilesLines
* Convert Python ports to FLAVORS.mat2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Fix COMMENTamdmi32016-11-072-11/+13
| | | | | - Switch to options helpers - Regenerate patches
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-191-1/+1
| | | | Approved by: portmgr blanket
* - Strip libraryamdmi32015-03-171-1/+3
|
* - Convert ports of math/ to new USES=pythonmva2014-10-221-3/+2
| | | | Approved by: portmgr (implicit)
* [Errno 11] Resource Temporarily Unavailableglarkin2013-12-171-1/+1
| | | | | | | Reassigning my ports back to the pool with the hope of freeing up to do more FreeBSD work in the future. Submitted by: glarkin
* Use setuptools for all Python ports.wg2013-12-162-136/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | Setuptools is the preferred method to manage Python distributions after many changes to the packaging ecosystem over the past couple of years. Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using USE_PYDISTUTILS= easy_install remains the same however this usage is now deprecated and should be converted to USE_PYDISTUTILS= yes. Some Python distributions do not work with setuptools out of the box because they extend the install command from distutils and not setuptools, and so they need to be patched accordingly. pip (which leverages setuptools) works around the issue by using eggs, however we want to get rid of those as well, as support for "flat" installation is unavailable or has other issues associated with it. This work allows us to unify how python packages are built, ensure that Python distributions are installed consistently, reduces complexity for Python port maintainers and paves the way for simplifying the Python ports framework in the future. With hat on: python Reviewed by: koobs, antoine Exp-run: bdrewery Approved by: bdrewery (portmgr)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | math)
* - Get Rid MD5 supportmiwi2011-03-201-2/+0
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with M
* - Retire py-numeric17, it is not needed for any python version supported todaypav2008-12-121-7/+0
| | | | | PR: ports/128343 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
* - Fixed hard-coded path in pkg-plist that caused Tinderbox breakageglarkin2008-11-272-11/+30
| | | | | | | | under Python 2.4. - Added handling for the lack of egg info under Python <2.5. - Bumped PORTREVISION. Reported by: tabthorpe
* - Updated Makefile to handle installation differently based onglarkin2008-10-232-28/+44
| | | | | | | | | | | whether devel/py-setuptools is present or not. The setup.py installer modifies the packing list based on that, so we have to modify pkg-plist in kind. - Added code to handle NOPORTEXAMPLES - Take maintainership PR: ports/122434 Submitted by: "Eugene M. Kim" <gene at nttmcl dot com>
* Unbreak pkg-plist.olgeni2008-10-142-3/+18
| | | | PR: ports/127647
* Reset tg due to lack of commits for several months and no response to email.linimon2008-09-071-1/+1
| | | | Hat: portmgr
* MASTER_SITE for doc has moved.tg2008-03-011-1/+1
|
* - Make Python 2.5.1 the default Python versionalexbl2007-07-301-0/+2
| | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav
* Fix pkg-plist when NOPORTDOCS is defined.tg2007-02-241-2/+2
| | | | | PR: 109488 Submitted by: rafan@
* Upgrade to 24.2.tg2006-02-064-6/+13
| | | | | PR: ports/92784 Submitted by: "Pedro F. Giffuni" <giffunip at asme dot org>
* SHA256ifyedwin2006-01-221-0/+2
| | | | Approved by: krion@
* Upgrade to 24.0.tg2005-11-022-3/+3
| | | | | PR: 88399 Submitted by: Marcus von Appen <mva at sysfault dot org>
* - Fix buildpav2005-07-251-1/+3
| | | | | | | | | PR: ports/83915, ports/83985, ports/83989 Submitted by: Brett Goulder <predatorfreak@dcaf-security.org>, Conrad J. Sabatier <conrads@cox.net>, regis rampnoux <regisr@pobox.com> Was broken for: 51 hours Pointy hat to: tg
* Upgrade to 23.8.tg2005-07-224-51/+36
|
* Fix patches.adamw2005-01-132-19/+17
|
* Upgrade to 23.7.tg2005-01-123-3/+35
|
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Upgrade to 23.1.tg2003-12-172-2/+2
|
* Upgrade to 23.0.tg2003-08-043-46/+18
| | | | Submitted by: Jeremy Messenger <mezz7@cox.net>
* Because Python2.3 headers define _POSIX_SOURCE and _XOPEN_SOURCE,tg2003-08-041-0/+13
| | | | | | math.h skips acosh and other hyperbolic math functions. Submitted by: perky
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Upgrade to 21.0.tg2002-06-143-90/+89
|
* add missing .pyo files into plistijliao2002-05-261-0/+22
|
* Cleanup: remove unneeded BUILD_DEPENDS line.tg2002-05-231-2/+0
|
* Use USE_PYDISTUTILS.tg2002-04-171-7/+2
|
* Checking PYTHON_REL in the .BEGIN target breaks `make clean' if there's notg2002-01-151-1/+1
| | | | | | Python installed. Use the pre-fetch target instead. Submitted by: Gregory Sutter <gsutter@zer0.org>
* Upgrade to 20.3.tg2002-01-092-4/+12
|
* Upgrade to 20.2.1.tg2001-10-193-7/+23
|
* Update WWW:tg2001-05-141-1/+1
| | | | Submitted by: Jean-Sebastien ROY <jean-sebastien.roy@wanadoo.fr>
* Upgrade to 19.0.0.tg2001-05-022-10/+6
|
* Upgrade to 17.3.0.tg2001-02-012-2/+2
|
* Upgrade to 17.2.0.tg2000-12-222-2/+2
|
* Upgrade to 17.1.2.tg2000-11-292-2/+2
|
* Upgrade to 17.1.1.tg2000-11-175-52/+23
| | | | | PR: 22869 Submitted by: Johann Visagie <johann@egenetics.com>
* s/python/${PYTHON_CMD}/gtg2000-09-261-6/+6
|
* Upgrade to 16.1.1.tg2000-09-224-33/+13
| | | | | PR: 21446 Submitted by: Johann Visagie <johann@egenetics.com>
* Link against libg2c, so the lapack_lite module actually works.tg2000-09-182-3/+13
|
* Upgrade to 16.1.tg2000-09-143-3/+6
|
* Update to use bsd.python.mk.tg2000-09-082-56/+47
|
* Fix `python: command not found' when python doesn't exist.tg2000-09-061-2/+2
| | | | Noticed by: steve
* Upgrade to 16.0.tg2000-09-045-44/+110
| | | | | Some parts (patch-Makefile, Makefile mods) taken from a patch set submitted by sobomax.
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.sobomax2000-06-141-1/+2
|
* Upgrade to 15.3.tg2000-05-153-2/+5
|
* PREFIX -> LOCALBASE (portlint)mharo2000-04-211-1/+1
|
* Fix MASTER_SITE.tg2000-04-191-1/+1
|
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-3/+4
|
* Upgrade to 15.2.tg2000-03-273-76/+62
|
* Update WWW: entry.tg1999-09-081-1/+1
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-2/+2
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Upgrade to latest distribution. Version number hasn't changed.tg1999-05-053-50/+51
| | | | | The author wants the include files in $PREFIX/include/python1.5/numerical/. Change the "NumPy" names for symmetry.
* ADD WWW:mharo1999-05-031-2/+1
|
* Upgrade to 1.8.tg1998-12-292-5/+5
|
* Use subdirectories for the library files.tg1998-11-162-29/+33
|
* Upgrade to 1.6.tg1998-11-023-14/+14
|
* Upgrade to 1.4.tg1998-09-013-7/+9
|
* Use py- as prefix for the package names.tg1998-06-301-2/+2
|
* Add virtual category "python".tg1998-06-251-2/+2
| | | | pygist: add dependency on rng.
* Upgrade to 1.3.tg1998-06-244-10/+15
|
* Install header files, too.tg1998-04-152-1/+4
|
* Upgrade to 1.1.tg1998-04-083-59/+49
|
* Make this work with python1.5.tg1998-01-212-34/+41
|
* Mark these ports broken. They are not happy with python upgrades.asami1998-01-211-1/+3
|
* Follow directory layout of python (shared objects -> lib/python1.4).tg1997-05-142-12/+13
|
* Add RUN_DEPENDS and respect NOPORTDOCS.tg1997-05-051-1/+4
|
* Fix PLIST. I had an old object file in my tree.tg1997-04-291-1/+1
|
* Import of the NumPy port. The Numeric extensions to Python containtg1997-04-285-0/+101
multi-dimensional arrays and interfaces to the lapack-, fftpack- and ranlib-libraries from netlib.