Created
April 28, 2017 02:34
-
-
Save jnothman/1cda39bd9e86c844e79462c115db6a3b to your computer and use it in GitHub Desktop.
Conda recipe for cssdecl produced by conda skeleton pypi cssdecl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package: | |
name: cssdecl | |
version: "0.1.1" | |
source: | |
fn: cssdecl-0.1.1.tar.gz | |
url: https://pypi.python.org/packages/c8/6a/5620e9f501f2332fe11fa3fc227a73458dc0d0ac43fce81d622906708789/cssdecl-0.1.1.tar.gz | |
md5: b6f421becf8f14843de7bf821ccd80c2 | |
# patches: | |
# List any patch files here | |
# - fix.patch | |
# 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 | |
# | |
# - cssdecl = cssdecl:main | |
# | |
# Would create an entry point called cssdecl that calls cssdecl.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 | |
requirements: | |
build: | |
- python | |
- setuptools | |
- pytest-runner | |
run: | |
- python | |
# test: | |
# Python imports | |
# imports: | |
# 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 | |
about: | |
#home: The package home page | |
license: BSD 3-Clause License | |
summary: 'Python CSS declaration computer' | |
license_family: BSD | |
# See | |
# http://docs.continuum.io/conda/build.html for | |
# more information about meta.yaml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment