Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sopsy #27775

Merged
merged 3 commits into from
Oct 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions recipes/sopsy/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{% set name = "sopsy" %}
{% set version = "1.0.0" %}

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

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

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

requirements:
host:
- python >=3.8
- hatchling
- pip
run:
- python >=3.8
- pyyaml >=6.0.1
- go-sops

test:
imports:
- sopsy
commands:
- pip check
requires:
- pip

about:
summary: SOPS Python wrapper library
license: GPL-3.0-or-later
license_file: LICENSE
home: https://github.com/nikaro/sopsy
dev_url: https://github.com/nikaro/sopsy
doc_url: https://sopsy.nikaro.net/

extra:
recipe-maintainers:
- FelixMoellerQC
- pavelzw