Skip to content

Commit

Permalink
Merge pull request ContinuumIO#113 from astrofrog/astropy-2.0
Browse files Browse the repository at this point in the history
Update Astropy recipe to 2.0
  • Loading branch information
ilanschnell authored Jul 7, 2017
2 parents 15ab241 + b61f218 commit 9c611a5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions astropy/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package:
name: astropy
version: 1.3.3
version: 2.0

source:
fn: astropy-1.3.3.tar.gz
url: https://pypi.python.org/packages/f2/ad/110f13061ca68f3397216c2716b6687efab4d85e59366d94414c92274554/astropy-1.3.3.tar.gz
md5: adeb46f1686417f897fc16dd5d8955ac
fn: astropy-2.0.tar.gz
url: https://pypi.python.org/packages/fc/f9/1d9004730fac3df5ba6c8909817fb3842f9e6f5e0a333226683fe71b76f7/astropy-2.0.tar.gz
md5: 5b8d4191ea210423826d4a254e984e5d

build:
detect_binary_files_with_prefix: False
Expand All @@ -15,7 +15,7 @@ build:
- fitsdiff = astropy.io.fits.scripts.fitsdiff:main
- fitsheader = astropy.io.fits.scripts.fitsheader:main
- fitsinfo = astropy.io.fits.scripts.fitsinfo:main
- samp_hub = astropy.vo.samp.hub_script:hub_script
- samp_hub = astropy.samp.hub_script:hub_script
- volint = astropy.io.votable.volint:main
- wcslint = astropy.wcs.wcslint:main

Expand All @@ -28,6 +28,7 @@ requirements:
- python
- numpy x.x
- argparse [py26]
- pytest >=2.8

test:
commands:
Expand Down

0 comments on commit 9c611a5

Please sign in to comment.