Add abipy package and dependencies (#3352)

* Add abipy package and dependencies

* Add first official release of py-abipy

* Ignore files from dependencies during activation
This commit is contained in:
Adam J. Stewart
2017-03-29 11:13:23 -05:00
committed by GitHub
parent 441170f316
commit 46251eb559
13 changed files with 459 additions and 15 deletions

View File

@@ -29,12 +29,12 @@ class PyPytz(PythonPackage):
"""World timezone definitions, modern and historical."""
homepage = "https://pypi.python.org/pypi/pytz"
url = "https://pypi.python.org/packages/source/p/pytz/pytz-2014.10.tar.gz"
url = "https://pypi.io/packages/source/p/pytz/pytz-2016.10.tar.gz"
version('2016.6.1', 'b6c28a3b968bc1d8badfb61b93874e03',
url="https://pypi.python.org/packages/5d/8e/6635d8f3f9f48c03bb925fab543383089858271f9cfd1216b83247e8df94/pytz-2016.6.1.tar.gz")
version('2014.10', 'eb1cb941a20c5b751352c52486aa1dd7')
version('2015.4', '417a47b1c432d90333e42084a605d3d8')
version('2016.3', 'abae92c3301b27bd8a9f56b14f52cb29')
version('2016.10', 'cc9f16ba436efabdcef3c4d32ae4919c')
version('2016.6.1', 'b6c28a3b968bc1d8badfb61b93874e03')
version('2014.10', 'eb1cb941a20c5b751352c52486aa1dd7')
version('2015.4', '417a47b1c432d90333e42084a605d3d8')
version('2016.3', 'abae92c3301b27bd8a9f56b14f52cb29')
depends_on('py-setuptools', type='build')