summaryrefslogtreecommitdiff
path: root/purge_path
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2018-02-22 08:53:06 -0500
committerGitHub <noreply@github.com>2018-02-22 08:53:06 -0500
commitd4ccb57a335dfda4b3583107767a081691352b2f (patch)
tree43dd1892560bcc467c5eaf1373390cefe4707acd /purge_path
parentebe4788bd2ee01f8b991f02d1665db3d87cc383d (diff)
parente027b0e371ddedc4377b43b425d2f67282ff45b7 (diff)
downloadastroconda-contrib-d4ccb57a335dfda4b3583107767a081691352b2f.tar.gz
Merge branch 'master' into patch-3
Diffstat (limited to 'purge_path')
-rw-r--r--purge_path/bld.bat3
-rw-r--r--purge_path/build.sh2
-rw-r--r--purge_path/meta.yaml26
3 files changed, 0 insertions, 31 deletions
diff --git a/purge_path/bld.bat b/purge_path/bld.bat
deleted file mode 100644
index b290566..0000000
--- a/purge_path/bld.bat
+++ /dev/null
@@ -1,3 +0,0 @@
-
-python setup.py install
-if errorlevel 1 exit 1 \ No newline at end of file
diff --git a/purge_path/build.sh b/purge_path/build.sh
deleted file mode 100644
index 4b71885..0000000
--- a/purge_path/build.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-
-python setup.py install || exit 1 \ No newline at end of file
diff --git a/purge_path/meta.yaml b/purge_path/meta.yaml
deleted file mode 100644
index 807ac09..0000000
--- a/purge_path/meta.yaml
+++ /dev/null
@@ -1,26 +0,0 @@
-{% set name = 'purge_path' %}
-{% set version = '1.2.0' %}
-{% set number = '0' %}
-
-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 x.x
- - setuptools
- run:
- - python x.x
-
-source:
- git_tag: {{ version }}
- git_url: https://github.com/jhunkeler/{{ name }}.git