pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-flask-sendmail: package version 0.1
Module Name: pkgsrc-wip
Committed By: Pierre Pronchery <khorben%defora.org@localhost>
Pushed By: khorben
Date: Thu May 27 13:06:30 2021 +0200
Changeset: 7aa4716228f6a0f493d4c02677f215a4b65081d7
Modified Files:
Makefile
Added Files:
py-flask-sendmail/DESCR
py-flask-sendmail/Makefile
py-flask-sendmail/PLIST
py-flask-sendmail/distinfo
Log Message:
py-flask-sendmail: package version 0.1
The Flask-Sendmail extension provides a simple interface to your system's
sendmail client from within your Flask application and gives you ability to send
messages from your views and scripts.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7aa4716228f6a0f493d4c02677f215a4b65081d7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-flask-sendmail/DESCR | 3 +++
py-flask-sendmail/Makefile | 18 ++++++++++++++++++
py-flask-sendmail/PLIST | 19 +++++++++++++++++++
py-flask-sendmail/distinfo | 6 ++++++
5 files changed, 47 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index bdd7482103..92ab4ee643 100644
--- a/Makefile
+++ b/Makefile
@@ -3681,6 +3681,7 @@ SUBDIR+= py-fjd
SUBDIR+= py-flask-babel
SUBDIR+= py-flask-migrate
SUBDIR+= py-flask-pwa
+SUBDIR+= py-flask-sendmail
SUBDIR+= py-flask-simplelogin
SUBDIR+= py-flatbuffers
SUBDIR+= py-flavio
diff --git a/py-flask-sendmail/DESCR b/py-flask-sendmail/DESCR
new file mode 100644
index 0000000000..faa6a1cf1c
--- /dev/null
+++ b/py-flask-sendmail/DESCR
@@ -0,0 +1,3 @@
+The Flask-Sendmail extension provides a simple interface to your system's
+sendmail client from within your Flask application and gives you ability to send
+messages from your views and scripts.
diff --git a/py-flask-sendmail/Makefile b/py-flask-sendmail/Makefile
new file mode 100644
index 0000000000..2c930832d0
--- /dev/null
+++ b/py-flask-sendmail/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME= Flask-Sendmail-0.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
+CATEGORIES= www python
+MASTER_SITES= ${MASTER_SITE_PYPI:=F/Flask-Sendmail/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/ajford/flask-sendmail
+COMMENT= Flask extension to send mails with sendmail
+LICENSE= modified-bsd
+
+USE_LANGUAGES= # empty
+
+DEPENDS+= ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-flask-sendmail/PLIST b/py-flask-sendmail/PLIST
new file mode 100644
index 0000000000..d0d1497e01
--- /dev/null
+++ b/py-flask-sendmail/PLIST
@@ -0,0 +1,19 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/flask_sendmail/__init__.py
+${PYSITELIB}/flask_sendmail/__init__.pyc
+${PYSITELIB}/flask_sendmail/__init__.pyo
+${PYSITELIB}/flask_sendmail/connection.py
+${PYSITELIB}/flask_sendmail/connection.pyc
+${PYSITELIB}/flask_sendmail/connection.pyo
+${PYSITELIB}/flask_sendmail/mail.py
+${PYSITELIB}/flask_sendmail/mail.pyc
+${PYSITELIB}/flask_sendmail/mail.pyo
+${PYSITELIB}/flask_sendmail/message.py
+${PYSITELIB}/flask_sendmail/message.pyc
+${PYSITELIB}/flask_sendmail/message.pyo
diff --git a/py-flask-sendmail/distinfo b/py-flask-sendmail/distinfo
new file mode 100644
index 0000000000..666cc95f48
--- /dev/null
+++ b/py-flask-sendmail/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.3 2015/11/04 02:47:28 agc Exp $
+
+SHA1 (Flask-Sendmail-0.1.tar.gz) = 6ac44c275a3d9dce4ed3d028335537ed19e67cef
+RMD160 (Flask-Sendmail-0.1.tar.gz) = 7b79b89250b9376ff5f9f2f1d1b3b0508c861a6a
+SHA512 (Flask-Sendmail-0.1.tar.gz) = c341d841a5ea2ff06d60361bf323fd3d9bce1b332143da415534e9176d797fbd5bd59ea9b7563a81e35dbe93dcbb6d957f02df61bd191b385eb834638133aecd
+Size (Flask-Sendmail-0.1.tar.gz) = 3410 bytes
Home |
Main Index |
Thread Index |
Old Index