Commit graph

15 commits

Author SHA1 Message Date
Piotr Kubaj
b9b57bf115 astro/py-astropy: fix build on GCC architectures
Base GCC doesn't support some new warning flags:
cc1: error: unrecognized command line option "-Wno-unused-result"
cc1: error: unrecognized command line option "-Wno-misleading-indentation"
cc1: error: unrecognized command line option "-Wno-format-overflow"
2019-12-17 12:40:20 +00:00
Antoine Brodin
53bd23b79c Update astro/py-astropy to 3.1.2
PR:		233770
2019-12-14 19:31:38 +00:00
Antoine Brodin
c07d425c5f Revert r517081, breaking bulk -a is not covered by portmgr blanket 2019-11-20 15:03:02 +00:00
Dmitry Marakasov
efd4f1e403 - Limit python version (does not build with 3.7+)
Approved by:	portmgr blanket
2019-11-08 17:10:14 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Dmitry Marakasov
61d36077bc - Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
2019-07-16 09:32:14 +00:00
Antoine Brodin
f75591d541 Fix typo 2019-05-27 05:48:23 +00:00
Antoine Brodin
36f60928eb Revert r502759 and unbreak bulk -a
Pointy hat:	yuri
2019-05-27 05:43:06 +00:00
Yuri Victorovich
6d28bf9b0d astro/py-astropy: Update 1.1.2 -> 3.1.2
PR:		236629
Approved by:	nwhitehorn (maintainer's timeout; 69 days)
2019-05-27 01:45:33 +00:00
Antoine Brodin
0c02d51ac9 Revert r490900, it breaks ports depending on astro/py-astropy
With hat:	portmgr
2019-01-21 22:50:27 +00:00
Yuri Victorovich
4aeef20d8f astro/py-astropy: Update 1.1.2 -> 3.1.1
Port changes:
* Replace WWW with the https version
* Now only works for pythion 3.5+
* Add a fix for the wrong plist problem
* Remove patches for compiler warnings, reported them upstream

PR:		231279
Approved by:	nwhitehorn@FreeBSD.org (maintainer's timeout; 132 days)
2019-01-21 21:17:27 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Gerald Pfeifer
c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00
Mathieu Arnold
9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00
Steve Wills
c01d766819 astro/py-astropy: create port
Astropy is a package intended to contain core functionality and some common
tools needed for performing astronomy and astrophysics research with Python. It
also provides an index for other astronomy packages and tools for managing
them.

WWW: http://www.astropy.org

PR:		210278
Submitted by:	nathanw
2016-07-02 19:31:16 +00:00