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

Package asphalt-mailer #28708

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
41 changes: 41 additions & 0 deletions recipes/asphalt-mailer/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{% set version = "4.0.0" %}

package:
name: asphalt-mailer
version: {{ version }}

source:
url: https://pypi.org/packages/source/a/asphalt-mailer/asphalt-mailer-{{ version }}.tar.gz
sha256: 9b2dcc4d2a60a6dbd813e717d0e3293fbe00a757939f096186bab1dea2999541

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

requirements:
host:
- python {{ python_min }}
- pip
run:
- python {{ python_min }}
- asphalt >=4.8,<5
- aiosmtplib >=2.0,<3

test:
requires:
- python {{ python_min }}
imports:
- asphalt.mailer

about:
home: https://github.com/asphalt-framework/asphalt-mailer
doc_url: https://asphalt-mailer.readthedocs.org
dev_url: https://github.com/asphalt-framework/asphalt-mailer
license: Apache-2.0
license_file: LICENSE
summary: Mailer component for the Asphalt framework

extra:
recipe-maintainers:
- davidbrochart
Loading