aboutsummaryrefslogtreecommitdiff
path: root/math/py-numeric
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:Rene Ladan2020-12-124-100/+0
| | | | | | | | | | | | | | | | | | | | | | 2020-12-12 comms/py-libconcord: Uses deprecated version of python 2020-12-12 databases/py-swift: Uses deprecated version of python 2020-12-12 devel/py-AddOns: Uses deprecated version of python 2020-12-12 devel/py-BytecodeAssembler: Uses deprecated version of python 2020-12-12 devel/py-repoze.who-testutil: Uses deprecated version of python 2020-12-12 devel/py-riak_pb: Uses deprecated version of python 2020-12-12 devel/pythk: Uses deprecated version of python 2020-12-12 mail/py-spambayes: Uses deprecated version of python 2020-12-12 math/py-numeric: Uses deprecated version of python 2020-12-12 math/py-scientific: Uses deprecated version of python 2020-12-12 net/py-suds: Uses deprecated version of python 2020-12-12 net/pynids: Uses deprecated version of python 2020-12-12 security/py-obfsproxy-tor: Uses deprecated version of python 2020-12-12 sysutils/syslog-ng324: Agreed upon upstream one year deprecation policy 2020-12-12 www/py-pylons: Uses deprecated version of python 2020-12-12 www/py-qpy: Uses deprecated version of python Notes: svn path=/head/; revision=557820
* Deprecate a few python 2.7 portsAntoine Brodin2020-11-111-0/+3
| | | | Notes: svn path=/head/; revision=554889
* Convert Python ports to FLAVORS.Mathieu Arnold2017-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 Notes: svn path=/head/; revision=455210
* - Fix COMMENTDmitry Marakasov2016-11-072-11/+13
| | | | | | | | - Switch to options helpers - Regenerate patches Notes: svn path=/head/; revision=425596
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* - Strip libraryDmitry Marakasov2015-03-171-1/+3
| | | | Notes: svn path=/head/; revision=381462
* - Convert ports of math/ to new USES=pythonMarcus von Appen2014-10-211-3/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371328
* [Errno 11] Resource Temporarily UnavailableGreg Larkin2013-12-161-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 Notes: svn path=/head/; revision=336656
* Use setuptools for all Python ports.William Grzybowski2013-12-152-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) Notes: svn path=/head/; revision=336553
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | math) Notes: svn path=/head/; revision=327746
* - Get Rid MD5 supportMartin Wilke2011-03-201-2/+0
| | | | Notes: svn path=/head/; revision=271346
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* - Retire py-numeric17, it is not needed for any python version supported todayPav Lucistnik2008-12-121-7/+0
| | | | | | | | PR: ports/128343 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> Notes: svn path=/head/; revision=224158
* - Fixed hard-coded path in pkg-plist that caused Tinderbox breakageGreg Larkin2008-11-262-11/+30
| | | | | | | | | | | under Python 2.4. - Added handling for the lack of egg info under Python <2.5. - Bumped PORTREVISION. Reported by: tabthorpe Notes: svn path=/head/; revision=223427
* - Updated Makefile to handle installation differently based onGreg Larkin2008-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> Notes: svn path=/head/; revision=221922
* Unbreak pkg-plist.Jimmy Olgeni2008-10-132-3/+18
| | | | | | | PR: ports/127647 Notes: svn path=/head/; revision=221558
* Reset tg due to lack of commits for several months and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220036
* MASTER_SITE for doc has moved.Thomas Gellekum2008-03-011-1/+1
| | | | Notes: svn path=/head/; revision=208256
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-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 Notes: svn path=/head/; revision=196700
* Fix pkg-plist when NOPORTDOCS is defined.Thomas Gellekum2007-02-241-2/+2
| | | | | | | | PR: 109488 Submitted by: rafan@ Notes: svn path=/head/; revision=185810
* Upgrade to 24.2.Thomas Gellekum2006-02-064-6/+13
| | | | | | | | PR: ports/92784 Submitted by: "Pedro F. Giffuni" <giffunip at asme dot org> Notes: svn path=/head/; revision=155319
* SHA256ifyEdwin Groothuis2006-01-221-0/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154159
* Upgrade to 24.0.Thomas Gellekum2005-11-022-3/+3
| | | | | | | | PR: 88399 Submitted by: Marcus von Appen <mva at sysfault dot org> Notes: svn path=/head/; revision=147031
* - Fix buildPav Lucistnik2005-07-241-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 Notes: svn path=/head/; revision=140019
* Upgrade to 23.8.Thomas Gellekum2005-07-224-51/+36
| | | | Notes: svn path=/head/; revision=139897
* Fix patches.Adam Weinberger2005-01-122-19/+17
| | | | Notes: svn path=/head/; revision=126240
* Upgrade to 23.7.Thomas Gellekum2005-01-123-3/+35
| | | | Notes: svn path=/head/; revision=126220
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Upgrade to 23.1.Thomas Gellekum2003-12-172-2/+2
| | | | Notes: svn path=/head/; revision=96034
* Upgrade to 23.0.Thomas Gellekum2003-08-043-46/+18
| | | | | | | Submitted by: Jeremy Messenger <mezz7@cox.net> Notes: svn path=/head/; revision=86280
* Because Python2.3 headers define _POSIX_SOURCE and _XOPEN_SOURCE,Thomas Gellekum2003-08-041-0/+13
| | | | | | | | | math.h skips acosh and other hyperbolic math functions. Submitted by: perky Notes: svn path=/head/; revision=86279
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Upgrade to 21.0.Thomas Gellekum2002-06-143-90/+89
| | | | Notes: svn path=/head/; revision=61262
* add missing .pyo files into plistYing-Chieh Liao2002-05-261-0/+22
| | | | Notes: svn path=/head/; revision=60025
* Cleanup: remove unneeded BUILD_DEPENDS line.Thomas Gellekum2002-05-231-2/+0
| | | | Notes: svn path=/head/; revision=59793
* Use USE_PYDISTUTILS.Thomas Gellekum2002-04-171-7/+2
| | | | Notes: svn path=/head/; revision=57798
* Checking PYTHON_REL in the .BEGIN target breaks `make clean' if there's noThomas Gellekum2002-01-151-1/+1
| | | | | | | | | Python installed. Use the pre-fetch target instead. Submitted by: Gregory Sutter <gsutter@zer0.org> Notes: svn path=/head/; revision=53108
* Upgrade to 20.3.Thomas Gellekum2002-01-092-4/+12
| | | | Notes: svn path=/head/; revision=52805
* Upgrade to 20.2.1.Thomas Gellekum2001-10-193-7/+23
| | | | Notes: svn path=/head/; revision=48935
* Update WWW:Thomas Gellekum2001-05-141-1/+1
| | | | | | | Submitted by: Jean-Sebastien ROY <jean-sebastien.roy@wanadoo.fr> Notes: svn path=/head/; revision=42582
* Upgrade to 19.0.0.Thomas Gellekum2001-05-022-10/+6
| | | | Notes: svn path=/head/; revision=42164
* Upgrade to 17.3.0.Thomas Gellekum2001-02-012-2/+2
| | | | Notes: svn path=/head/; revision=37877
* Upgrade to 17.2.0.Thomas Gellekum2000-12-222-2/+2
| | | | Notes: svn path=/head/; revision=36225
* Upgrade to 17.1.2.Thomas Gellekum2000-11-292-2/+2
| | | | Notes: svn path=/head/; revision=35510
* Upgrade to 17.1.1.Thomas Gellekum2000-11-175-52/+23
| | | | | | | | PR: 22869 Submitted by: Johann Visagie <johann@egenetics.com> Notes: svn path=/head/; revision=35218
* s/python/${PYTHON_CMD}/gThomas Gellekum2000-09-261-6/+6
| | | | Notes: svn path=/head/; revision=33137
* Upgrade to 16.1.1.Thomas Gellekum2000-09-224-33/+13
| | | | | | | | PR: 21446 Submitted by: Johann Visagie <johann@egenetics.com> Notes: svn path=/head/; revision=33001
* Link against libg2c, so the lapack_lite module actually works.Thomas Gellekum2000-09-182-3/+13
| | | | Notes: svn path=/head/; revision=32801
* Upgrade to 16.1.Thomas Gellekum2000-09-143-3/+6
| | | | Notes: svn path=/head/; revision=32606
* Update to use bsd.python.mk.Thomas Gellekum2000-09-082-56/+47
| | | | Notes: svn path=/head/; revision=32436