1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Add/Enable yagmail and dependencies

This commit is contained in:
j1nx
2021-09-02 20:10:40 +02:00
parent 6a3a5d441a
commit 12ba039601
8 changed files with 59 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
config BR2_PACKAGE_PYTHON_PREMAILER
bool "python-premailer"
select BR2_PACKAGE_PYTHON_CACHETOOLS # runtime
select BR2_PACKAGE_PYTHON_CSSSELECT # runtime
select BR2_PACKAGE_PYTHON_CSSUTILS # runtime
select BR2_PACKAGE_PYTHON_LXML # runtime
select BR2_PACKAGE_PYTHON_REQUESTS # runtime
help
Turns CSS blocks into style attributes.
http://github.com/peterbe/premailer

View File

@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/premailer/json
md5 62583a53e167e2b35e5d1dc500554197 premailer-3.10.0.tar.gz
sha256 d1875a8411f5dc92b53ef9f193db6c0f879dc378d618e0ad292723e388bfe4c2 premailer-3.10.0.tar.gz
# Locally computed sha256 checksums
sha256 b6e3d4744201908697fd510f6611f949377100cbc0e0862144cf5d18c93d3eb6 LICENSE

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-premailer
#
################################################################################
PYTHON_PREMAILER_VERSION = 3.10.0
PYTHON_PREMAILER_SOURCE = premailer-$(PYTHON_PREMAILER_VERSION).tar.gz
PYTHON_PREMAILER_SITE = https://files.pythonhosted.org/packages/a3/6f/e49bd31941eff2987076383fa6d811eb785a28f498f5bb131e981bd71e13
PYTHON_PREMAILER_SETUP_TYPE = setuptools
PYTHON_PREMAILER_LICENSE = Python Software Foundation License
PYTHON_PREMAILER_LICENSE_FILES = LICENSE
$(eval $(python-package))