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:
11
buildroot-external/package/python-premailer/Config.in
Normal file
11
buildroot-external/package/python-premailer/Config.in
Normal 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
|
@@ -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
|
@@ -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))
|
Reference in New Issue
Block a user