Add top-level attributes for git M-P packages

This commit is contained in:
Adam J. Stewart
2018-07-23 20:55:17 -05:00
committed by Todd Gamblin
parent 4c6aca533a
commit 908d2dcd4d
104 changed files with 290 additions and 346 deletions

View File

@@ -30,12 +30,11 @@ class PySpefile(PythonPackage):
analysis of x-ray scattering experiments"""
homepage = "https://github.com/conda-forge/spefile-feedstock"
url = "https://github.com/conda-forge/spefile-feedstock.git"
git = "https://github.com/conda-forge/spefile-feedstock.git"
import_modules = ['spefile']
version('1.6', git='https://github.com/conda-forge/spefile-feedstock.git',
commit='24394e066da8dee5e7608f556ca0203c9db217f9')
version('1.6', commit='24394e066da8dee5e7608f556ca0203c9db217f9')
depends_on('py-setuptools', type='build')
depends_on('py-numpy', type=('build', 'run'))