diff options
author | Todd Miller <jmiller@stsci.edu> | 2018-10-09 14:07:28 -0400 |
---|---|---|
committer | Todd Miller <jmiller@stsci.edu> | 2018-10-09 14:07:28 -0400 |
commit | 80d21929e590ab86a1ae41dcb5004e29a43af534 (patch) | |
tree | f5def0a84252e832ad93daf9e21cf412bd7d632e | |
parent | 829b9f0571af9ed22114b70071a1ae7317706e4c (diff) | |
parent | fd529f7863fa97b49563c49ce63bbebe38013d70 (diff) | |
download | astroconda-contrib-80d21929e590ab86a1ae41dcb5004e29a43af534.tar.gz |
Merge branch 'master' of https://github.com/astroconda/astroconda-contrib into update-crds-version
-rw-r--r-- | semantic_version/bld.bat | 1 | ||||
-rw-r--r-- | semantic_version/build.sh | 1 | ||||
-rw-r--r-- | semantic_version/meta.yaml | 32 |
3 files changed, 0 insertions, 34 deletions
diff --git a/semantic_version/bld.bat b/semantic_version/bld.bat deleted file mode 100644 index 39b5e1f..0000000 --- a/semantic_version/bld.bat +++ /dev/null @@ -1 +0,0 @@ -%PYTHON% setup.py install diff --git a/semantic_version/build.sh b/semantic_version/build.sh deleted file mode 100644 index 5a5aeeb..0000000 --- a/semantic_version/build.sh +++ /dev/null @@ -1 +0,0 @@ -$PYTHON setup.py install diff --git a/semantic_version/meta.yaml b/semantic_version/meta.yaml deleted file mode 100644 index 633f047..0000000 --- a/semantic_version/meta.yaml +++ /dev/null @@ -1,32 +0,0 @@ -{% set name = 'semantic_version' %} -{% set version = '2.6.0' %} -{% set number = '0' %} - -about: - home: https://github.com/rbarrois/python-semanticversion - license: BSD - summary: A library implementing the 'Semver' scheme. - -package: - name: {{ name }} - version: {{ version }} - -build: - number: {{ number }} - -source: - fn: {{ name }}-{{ version }}.tar.gz - url: https://pypi.python.org/packages/72/83/f76958017f3094b072d8e3a72d25c3ed65f754cc607fdb6a7b33d84ab1d5/{{ name }}-{{ version }}.tar.gz - md5: 4388a5df93e4dbe7b48767b3694bb761 - -requirements: - build: - - setuptools - - python {{ python }} - - run: - - python - -test: - imports: - - semantic_version |