pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-flask-sendmail: remove the package



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Fri May 28 00:27:58 2021 +0200
Changeset:	d004bcba110a9629ee5a14eb01679ddfb06a9ea6

Modified Files:
	Makefile
Removed Files:
	py-flask-sendmail/DESCR
	py-flask-sendmail/Makefile
	py-flask-sendmail/PLIST
	py-flask-sendmail/distinfo
	py-flask-sendmail/patches/patch-flask__sendmail_connection.py

Log Message:
py-flask-sendmail: remove the package

It has been imported to pkgsrc -current by now.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d004bcba110a9629ee5a14eb01679ddfb06a9ea6

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                            | 19 -------------------
 py-flask-sendmail/PLIST                               | 19 -------------------
 py-flask-sendmail/distinfo                            |  7 -------
 .../patches/patch-flask__sendmail_connection.py       | 15 ---------------
 6 files changed, 64 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 4f06518260..d58797b7b5 100644
--- a/Makefile
+++ b/Makefile
@@ -3682,7 +3682,6 @@ 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
deleted file mode 100644
index faa6a1cf1c..0000000000
--- a/py-flask-sendmail/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index 888e2afa72..0000000000
--- a/py-flask-sendmail/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	Flask-Sendmail-0.1
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION=	1
-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
deleted file mode 100644
index d0d1497e01..0000000000
--- a/py-flask-sendmail/PLIST
+++ /dev/null
@@ -1,19 +0,0 @@
-@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
deleted file mode 100644
index beb3d93d12..0000000000
--- a/py-flask-sendmail/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$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
-SHA1 (patch-flask__sendmail_connection.py) = 8ec1db04739ffe9d41006c68b3670f97a39ae8cc
diff --git a/py-flask-sendmail/patches/patch-flask__sendmail_connection.py b/py-flask-sendmail/patches/patch-flask__sendmail_connection.py
deleted file mode 100644
index 38df35e68e..0000000000
--- a/py-flask-sendmail/patches/patch-flask__sendmail_connection.py
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Fix type error when sending messages
-
---- flask_sendmail/connection.py.orig	2012-04-23 02:11:53.000000000 +0000
-+++ flask_sendmail/connection.py
-@@ -20,7 +20,7 @@ class Connection(object):
-     def send(self, message):
-         sm = Popen([self.mail.mailer, self.mail.mailer_flags], stdin=PIPE,
-                    stdout=PIPE, stderr=STDOUT)
--        sm.stdin.write(message.dump())
-+        sm.stdin.write(message.dump().encode())
-         sm.communicate()
- 
-         return sm.returncode


Home | Main Index | Thread Index | Old Index