summaryrefslogtreecommitdiff
path: root/purge_path
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2018-02-14 10:50:24 -0500
committerGitHub <noreply@github.com>2018-02-14 10:50:24 -0500
commitb3cc0b5542612388eb4b5fc78c048ebf10a2589f (patch)
treec7515a4d9562cd4028ea0e37269ec2c9423b14f6 /purge_path
parente8ee0e91c463ffa37c81f7c76bd00c939d4a2610 (diff)
parente635041066ce5014e3a04ef3765c418000e50e39 (diff)
downloadastroconda-dev-b3cc0b5542612388eb4b5fc78c048ebf10a2589f.tar.gz
Merge pull request #109 from rendinam/rm_purgepath
Remove unused package purge_path
Diffstat (limited to 'purge_path')
-rw-r--r--purge_path/bld.bat2
-rw-r--r--purge_path/build.sh2
-rw-r--r--purge_path/meta.yaml29
3 files changed, 0 insertions, 33 deletions
diff --git a/purge_path/bld.bat b/purge_path/bld.bat
deleted file mode 100644
index 760380e..0000000
--- a/purge_path/bld.bat
+++ /dev/null
@@ -1,2 +0,0 @@
-
-%PYTHON% setup.py install
diff --git a/purge_path/build.sh b/purge_path/build.sh
deleted file mode 100644
index 6bd6081..0000000
--- a/purge_path/build.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-
-$PYTHON setup.py install
diff --git a/purge_path/meta.yaml b/purge_path/meta.yaml
deleted file mode 100644
index 04b6556..0000000
--- a/purge_path/meta.yaml
+++ /dev/null
@@ -1,29 +0,0 @@
-{% set name = 'purge_path' %}
-{% set version = GIT_DESCRIBE_TAG ~ ".dev" ~ GIT_DESCRIBE_NUMBER ~ "+" ~ GIT_DESCRIBE_HASH %}
-{% if version[0] == 'v' %}
-{% set version = version[1:] %}
-{% endif %}
-{% set number = '1' %}
-
-about:
- home: https://github.com/jhunkeler/{{ name }}
- license: BSD
- summary: purge_path a small PATH manipulator
-
-build:
- number: {{ number }}
-
-package:
- name: {{ name }}
- version: {{ version }}
-
-requirements:
- build:
- - python {{ python }}
- - setuptools
-
- run:
- - python
-
-source:
- git_url: https://github.com/jhunkeler/{{ name }}.git