pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Add py-apprise 0.9.6 (nonworking package)
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%lexort.com@localhost>
Pushed By: gdt
Date: Tue Dec 28 09:20:57 2021 -0500
Changeset: cc1cd9e7c8ee95ab8441fa2d4e9cc8679c6d7e42
Added Files:
py-apprise/DESCR
py-apprise/Makefile
py-apprise/PLIST
py-apprise/TODO
py-apprise/distinfo
Log Message:
Add py-apprise 0.9.6 (nonworking package)
This package is not hooked into ../Makefile on purpose.
Apprise provides an interface to a large number of notification
mechanisms, so that users of apprise (python programs and anything
that can invoke via the command-line) can send a notification to many
places without understanding the details of N services.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cc1cd9e7c8ee95ab8441fa2d4e9cc8679c6d7e42
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-apprise/DESCR | 20 ++++++++++++++++++++
py-apprise/Makefile | 13 +++++++++++++
py-apprise/PLIST | 4 ++++
py-apprise/TODO | 10 ++++++++++
py-apprise/distinfo | 5 +++++
5 files changed, 52 insertions(+)
diffs:
diff --git a/py-apprise/DESCR b/py-apprise/DESCR
new file mode 100644
index 0000000000..948a466ede
--- /dev/null
+++ b/py-apprise/DESCR
@@ -0,0 +1,20 @@
+Apprise allows you to send a notification to almost all of the most
+popular notification services available to us today such as: Telegram,
+Discord, Slack, Amazon SNS, Gotify, etc.
+
+ One notification library to rule them all.
+ A common and intuitive notification syntax.
+ Supports the handling of images and attachments (to the notification services that will accept them).
+ It's incredibly lightweight.
+ Amazing response times because all messages sent asynchronously.
+
+Developers who wish to provide a notification service no longer need
+to research each and every one out there. They no longer need to try
+to adapt to the new ones that comeout thereafter. They just need to
+include this one library and then they can immediately gain access to
+almost all of the notifications services available to us today.
+
+System Administrators and DevOps who wish to send a notification now
+no longer need to find the right tool for the job. Everything is
+already wrapped and supported within the apprise command line tool
+(CLI) that ships with this product.
diff --git a/py-apprise/Makefile b/py-apprise/Makefile
new file mode 100644
index 0000000000..642bb2c629
--- /dev/null
+++ b/py-apprise/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD$
+
+DISTNAME= apprise-0.9.6
+CATEGORIES= comms
+MASTER_SITES= https://files.pythonhosted.org/packages/da/8b/218264f5ce91df1ad27ce8021d51b747ef287627338fe05d170565358546/
+
+MAINTAINER= gdt%NetBSD.org@localhost
+HOMEPAGE= https://files.pythonhosted.org/packages/da/8b/218264f5ce91df1ad27ce8021d51b747ef287627338fe05d170565358546/
+COMMENT= Notify muliple services with one interface
+LICENSE= mit
+
+# url2pkg-marker (please do not remove this line.)
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-apprise/PLIST b/py-apprise/PLIST
new file mode 100644
index 0000000000..92ba51a2d7
--- /dev/null
+++ b/py-apprise/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/bin/make package"
+@comment TODO: 2. run "/usr/bin/make print-PLIST"
diff --git a/py-apprise/TODO b/py-apprise/TODO
new file mode 100644
index 0000000000..c8625909a5
--- /dev/null
+++ b/py-apprise/TODO
@@ -0,0 +1,10 @@
+- Add basic python packaging.
+
+- Add dependencies for XMPP.
+
+- Think about other dependencies, at least for those of manageable
+ size which enable notification to open protocols
+
+- Think about dependencies for proprietary protcols. With any luck,
+ there is simply a requirement to install some python for runtime and
+ there is no need to have it be part of the package.
diff --git a/py-apprise/distinfo b/py-apprise/distinfo
new file mode 100644
index 0000000000..e2604067e0
--- /dev/null
+++ b/py-apprise/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (apprise-0.9.6.tar.gz) = 00f52cb16064323536ef1bba2bdacd6fccfd60edbf1faaeeeb781290e8ad32f0
+SHA512 (apprise-0.9.6.tar.gz) = cc2957f7c9d023a47b0fa22bad8c4984cd53e15884bead73031aad53e8593a4c9ab2a19fdf139e8818ff29d1426e5c20b655d248ab05ab7d236765cda0f06908
+Size (apprise-0.9.6.tar.gz) = 1384560 bytes
Home |
Main Index |
Thread Index |
Old Index