Add top-level attributes for git M-P packages
This commit is contained in:

committed by
Todd Gamblin

parent
4c6aca533a
commit
908d2dcd4d
@@ -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'))
|
||||
|
Reference in New Issue
Block a user