Skip to content

Commit

Permalink
Merge pull request #28904 from nmaytan/bluesky-tiled-plugins
Browse files Browse the repository at this point in the history
Add bluesky-tiled-plugins recipe and LICENSE
  • Loading branch information
xhochy authored Jan 23, 2025
2 parents 3aa9360 + a081023 commit 13e7ae3
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 0 deletions.
28 changes: 28 additions & 0 deletions recipes/bluesky-tiled-plugins/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
BSD 3-Clause License

Copyright (c) 2014, Brookhaven National Laboratory

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
54 changes: 54 additions & 0 deletions recipes/bluesky-tiled-plugins/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{% set name = "bluesky-tiled-plugins" %}
{% set version = "2.0.0b55" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/bluesky_tiled_plugins-{{ version }}.tar.gz
sha256: 3fd9aba7319b43a5628345da7428e76ba1b0895914811da4beb57fc87370c3f5

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

requirements:
host:
- python {{ python_min }}
- hatchling
- hatch-vcs
- pip
run:
- python >={{ python_min }}
- dask-core
- mongoquery
- pytz
- tiled >=0.1.0b4
- tzlocal

test:
imports:
- bluesky_tiled_plugins
commands:
- pip check
requires:
- python {{ python_min }}
- pip

about:
summary: Tiled client plugins to provide an customized user experience for Bluesky data in Tiled
home: http://blueskyproject.io
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE
description: For a user wishing to connect to a running Tiled server and access Bluesky data, this package, along with its dependency tiled[client], is all they need.
doc_url: http://blueskyproject.io/databroker
dev_url: https://github.com/bluesky/databroker/tree/main/bluesky-tiled-plugins

extra:
recipe-maintainers:
- nmaytan
- danielballan
- mrakitin

0 comments on commit 13e7ae3

Please sign in to comment.