diff options
Diffstat (limited to 'astrolib.coords')
-rw-r--r-- | astrolib.coords/bld.bat | 4 | ||||
-rw-r--r-- | astrolib.coords/build.sh | 3 | ||||
-rw-r--r-- | astrolib.coords/meta.yaml | 36 |
3 files changed, 0 insertions, 43 deletions
diff --git a/astrolib.coords/bld.bat b/astrolib.coords/bld.bat deleted file mode 100644 index 5d42b68..0000000 --- a/astrolib.coords/bld.bat +++ /dev/null @@ -1,4 +0,0 @@ - - -python setup.py install -if errorlevel 1 exit 1
\ No newline at end of file diff --git a/astrolib.coords/build.sh b/astrolib.coords/build.sh deleted file mode 100644 index c5199fc..0000000 --- a/astrolib.coords/build.sh +++ /dev/null @@ -1,3 +0,0 @@ - -test -f README.md && ln -s README.md README.txt -python setup.py install || exit 1
\ No newline at end of file diff --git a/astrolib.coords/meta.yaml b/astrolib.coords/meta.yaml deleted file mode 100644 index e489d5e..0000000 --- a/astrolib.coords/meta.yaml +++ /dev/null @@ -1,36 +0,0 @@ -{% set name = 'astrolib.coords' %} -{% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0") - +".dev" - +environ.get("GIT_DESCRIBE_NUMBER", "0") %} -{% set number = '1' %} - -about: - home: https://github.com/spacetelescope/{{ name }} - license: BSD - summary: astrolib.coords - -build: - number: {{ number }} - -package: - name: {{ name }} - version: {{ version }} - -requirements: - build: - - d2to1 - - stsci.distutils - - setuptools - - numpy - - python x.x - - run: - - numpy - - python x.x - -source: - git_url: https://github.com/spacetelescope/{{ name }}.git - -test: - imports: - - astrolib.coords |