diff options
author | Matt Rendina <mrendina@stsci.edu> | 2018-10-08 13:29:28 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2018-10-08 13:29:28 -0400 |
commit | 8ae8115fc1dc3fabd15d9657d16f92021407f81d (patch) | |
tree | 94fa8dc5b3619e983ff6f1c61b7ec730221a5823 | |
parent | d75fa7d104a59296efa95bafb7c17b46e7e18dd6 (diff) | |
download | astroconda-contrib-8ae8115fc1dc3fabd15d9657d16f92021407f81d.tar.gz |
Remove semantic_version recipe.
-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 |