Skip to content

Commit

Permalink
Moved setuptools_scm recipe to python directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mutirri committed Mar 16, 2016
1 parent a095557 commit 506a395
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 97 deletions.
8 changes: 1 addition & 7 deletions python/setuptools_scm/bld.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
"%PYTHON%" setup.py install
%PYTHON% setup.py install
if errorlevel 1 exit 1

:: Add more build steps here, if they are necessary.

:: See
:: http://docs.continuum.io/conda/build.html
:: for a list of environment variables that are set during the build process.
7 changes: 2 additions & 5 deletions python/setuptools_scm/build.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#!/bin/bash

$PYTHON setup.py install
mkdir -vp ${PREFIX}/bin;

# Add more build steps here, if they are necessary.
${PYTHON} setup.py install || exit 1;

# See
# http://docs.continuum.io/conda/build.html
# for a list of environment variables that are set during the build process.
64 changes: 15 additions & 49 deletions python/setuptools_scm/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,62 +1,28 @@
package:
name: setuptools_scm
version: "1.8.0"
name: setuptools_scm
version: 1.10.1

source:
fn: setuptools_scm-1.8.0.tar.bz2
url: https://pypi.python.org/packages/source/s/setuptools_scm/setuptools_scm-1.8.0.tar.bz2
md5: 49e83e8fee9ac1d356a634707a62e294
# patches:
# List any patch files here
# - fix.patch
fn: setuptools_scm-1.10.1.tar.bz2
url: https://pypi.python.org/packages/source/s/setuptools_scm/setuptools_scm-1.10.1.tar.bz2
md5: 99823e2cd564b996f18820a065f0a974

build:
# noarch_python: True
preserve_egg_dir: True
# entry_points:
# Put any entry points (scripts to be generated automatically) here. The
# syntax is module:function. For example
#
# - setuptools_scm = setuptools_scm:main
#
# Would create an entry point called setuptools_scm that calls setuptools_scm.main()


# If this is a new build for the same version, increment the build
# number. If you do not include this key, it defaults to 0.
# number: 1
number: 0

requirements:
build:
- python
- setuptools
build:
- python

run:
- python
- setuptools
run:
- python

test:
# Python imports
imports:
- setuptools_scm

# commands:
# You can put test commands to be run here. Use this to test that the
# entry points work.


# You can also put a file called run_test.py in the recipe that will be run
# at test time.

# requires:
# Put any additional test requirements here. For example
# - nose
imports:
- setuptools_scm

about:
home: https://github.com/pypa/setuptools_scm/
license: MIT License
summary: 'the blessed package to manage your versions by scm tags'
home: https://github.com/pypa/setuptools_scm/
license: MIT
summary: The blessed package to manage your versions by scm tags

# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml
2 changes: 0 additions & 2 deletions setuptools_scm/bld.bat

This file was deleted.

6 changes: 0 additions & 6 deletions setuptools_scm/build.sh

This file was deleted.

28 changes: 0 additions & 28 deletions setuptools_scm/meta.yaml

This file was deleted.

0 comments on commit 506a395

Please sign in to comment.