Add latest version of openpyxl and missing dependencies (#3431)

This commit is contained in:
Adam J. Stewart
2017-03-14 09:44:46 -05:00
committed by Todd Gamblin
parent b203058891
commit 5430d45db1
3 changed files with 50 additions and 7 deletions

View File

@@ -28,7 +28,10 @@
class PyJdcal(PythonPackage):
"""Julian dates from proleptic Gregorian and Julian calendars"""
homepage = 'http://github.com/phn/jdcal'
url = "https://pypi.python.org/packages/source/j/jdcal/jdcal-1.2.tar.gz"
homepage = "http://github.com/phn/jdcal"
url = "https://pypi.io/packages/source/j/jdcal/jdcal-1.3.tar.gz"
version('1.3', '885ba61d28992f26acffec131bd2a17e')
version('1.2', 'ab8d5ba300fd1eb01514f363d19b1eb9')
depends_on('py-setuptools', type='build')