From 2e59366ce217cc6b4f1f95941ec1c628b2b042ea Mon Sep 17 00:00:00 2001 From: yzh211 Date: Tue, 25 Aug 2020 23:38:28 -0400 Subject: [PATCH] revert --- .gitignore | 1 + conda.recipe/bld.bat | 2 -- conda.recipe/meta.yaml | 24 ------------------------ 3 files changed, 1 insertion(+), 26 deletions(-) delete mode 100644 conda.recipe/bld.bat delete mode 100644 conda.recipe/meta.yaml diff --git a/.gitignore b/.gitignore index a5cba35..b4b0bd1 100644 --- a/.gitignore +++ b/.gitignore @@ -101,6 +101,7 @@ paper/ intro/ example/ backup/ +*.recipe/ # bak file *.bak \ No newline at end of file diff --git a/conda.recipe/bld.bat b/conda.recipe/bld.bat deleted file mode 100644 index 1141d36..0000000 --- a/conda.recipe/bld.bat +++ /dev/null @@ -1,2 +0,0 @@ -"%PYTHON%" setup.py install -if errorlevel 1 exit 1 \ No newline at end of file diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml deleted file mode 100644 index 5d3782a..0000000 --- a/conda.recipe/meta.yaml +++ /dev/null @@ -1,24 +0,0 @@ -package: - name: pyosp - version: "0.1.0" - -source: - path: .. - -requirements: - build: - - python >=3.5,{{PY_VER}}* - - setuptools - - run: - - python {{PY_VER}}* - - numpy >=1.19* - - matplotlib >=3.3* - - gdal >=2.3* - - shapely >=1.6* - - pytest - -about: - home: https://github.com/PyOSP-devs/PyOSP.git - license: apache 2.0 - license_file: LICENSE \ No newline at end of file