aboutsummaryrefslogtreecommitdiff
path: root/astro/py-astLib
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.10.2Sunpoet Po-Chuan Hsieh2018-08-232-4/+4
| | | | | | | | Changes: https://sourceforge.net/p/astlib/git/ci/master/tree/CHANGE_LOG https://sourceforge.net/p/astlib/git/ci/master/log/ Notes: svn path=/head/; revision=477887
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-4/+4
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Use the correct variable for dependency lines.Mathieu Arnold2018-06-201-4/+4
| | | | | | | | | | PKGNAMEPREFIX the name of the current package prefix, it is not correct to use it for other package names. Sponsored by: Absolight Notes: svn path=/head/; revision=472881
* Update to 0.10.1Sunpoet Po-Chuan Hsieh2018-04-272-8/+7
| | | | | | | | | | - Relax USES=python - Allow concurrent installation (USE_PYTHON=concurrent) Changes: https://sourceforge.net/p/astlib/git/ci/master/tree/CHANGE_LOG Notes: svn path=/head/; revision=468447
* Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereDmitry Marakasov2018-04-251-1/+1
| | | | | | | | | | they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat Notes: svn path=/head/; revision=468282
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-0/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* Update to 0.10.0Sunpoet Po-Chuan Hsieh2018-03-073-19/+13
| | | | | | | | | | | | | - Remove BUILD_DEPENDS - Sort RUN_DEPENDS - Update pkg-descr - Change WWW to PyPI - Take maintainership Changes: https://sourceforge.net/p/astlib/git/ci/master/tree/CHANGE_LOG Notes: svn path=/head/; revision=463814
* Update to 0.9.3Sunpoet Po-Chuan Hsieh2017-12-312-5/+4
| | | | | | | Changes: https://sourceforge.net/p/astlib/code/commit_browser Notes: svn path=/head/; revision=457741
* Update *_DEPENDS: change from deprecated py-pyfits to py-astropySunpoet Po-Chuan Hsieh2017-12-301-3/+8
| | | | | | | | - Sort *_DEPENDS - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=457585
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* 1: Update to 0.9.2.Vanilla I. Shu2017-07-192-5/+5
| | | | | | | 2: switch to CHEESESHOP Notes: svn path=/head/; revision=446183
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* - Add LICENSE_FILEDmitry Marakasov2015-03-161-0/+5
| | | | | | | - Strip libraries Notes: svn path=/head/; revision=381394
* Upgrade to 0.8.0.Vanilla I. Shu2015-01-172-4/+3
| | | | Notes: svn path=/head/; revision=377212
* astro/py-astLib: bump missing portrevision from last commitWilliam Grzybowski2014-10-031-1/+1
| | | | Notes: svn path=/head/; revision=369930
* astro/py-astLib: switch from py-imaging to py-pillowWilliam Grzybowski2014-10-031-4/+3
| | | | | | | | | | - USES python With hat: python Approved by: portmgr (bdrewery, implicit) Notes: svn path=/head/; revision=369929
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-0/+1
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* astro/py-astLib: pet portscoutRuslan Makhmatkhanov2014-03-041-0/+2
| | | | | | | | | | - ignore incorrect versioning on upstream and make portscout happy PR: 187108 Submitted by: Eero Hanninen <fax@nohik.ee> Notes: svn path=/head/; revision=347065
* - update to 0.7.0Ruslan Makhmatkhanov2014-02-093-6/+7
| | | | | | | | PR: 186209 Submitted by: Eero Hanninen <fax@nohik.ee> Notes: svn path=/head/; revision=343515
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* - Enable stage supportMarcus von Appen2013-09-272-41/+1
| | | | | | | - Convert to PYDISTUTILS_AUTOPLIST Notes: svn path=/head/; revision=328525
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | astro) Notes: svn path=/head/; revision=327701
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree. Notes: svn path=/head/; revision=315487
* For unmaintained ports in `astro' category, drop leading indefinite articleAlexey Dokuchaev2013-02-251-11/+3
| | | | | | | from COMMENT. Whenever appropriate, cleanup Makefiles a bit as well. Notes: svn path=/head/; revision=312914
* Fix typos in COMMENTCarlo Strub2012-07-231-1/+1
| | | | Notes: svn path=/head/; revision=301396
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to 0.6.1Wen Heping2012-03-082-3/+3
| | | | Notes: svn path=/head/; revision=292941
* - update to 0.6.0Wen Heping2012-01-162-3/+3
| | | | Notes: svn path=/head/; revision=289298
* - Update to 0.5.0Wen Heping2011-10-202-3/+3
| | | | Notes: svn path=/head/; revision=283981
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update to 0.4.0Wen Heping2010-05-213-6/+6
| | | | | | | - Reset maintainer Notes: svn path=/head/; revision=254692
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update to 0.3.1Martin Wilke2009-06-052-4/+4
| | | | | | | | PR: 135208 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=235240
* astLib is a set of Python modules that provides some tools for researchMartin Wilke2009-03-264-0/+81
astronomers. It can be used for astronomical plots, some statistics, common calculations, coordinate conversions, and manipulating FITS images with World Coordinate System (WCS) information through PyWCSTools - a simple wrapping of WCSTools by Doug Mink. PyWCSTools is distributed (and developed) as part of astLib. WWW: http://astlib.sourceforge.net PR: ports/133084 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=231069