pkgsrc-WIP-changes archive

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

Add git-multimail version 1.5.0



Module Name:	pkgsrc-wip
Committed By:	Maya Rashish <maya%NetBSD.org@localhost>
Pushed By:	coypu
Date:		Sat Dec 26 11:11:34 2020 +0200
Changeset:	031d7a9786d14282e70b8446a869136d9aa36148

Added Files:
	git-multimail/DESCR
	git-multimail/Makefile
	git-multimail/PLIST
	git-multimail/distinfo

Log Message:
Add git-multimail version 1.5.0

git-multimail is a tool for sending notification emails on pushes
to a Git repository. It includes a Python module called git_multimail.py,
which can either be used as a hook script directly or can be imported
as a Python module into another script.

git-multimail is derived from the Git project's old
contrib/hooks/post-receive-email, and is mostly compatible with
that script.

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

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 git-multimail/DESCR    |  8 ++++++++
 git-multimail/Makefile | 21 +++++++++++++++++++++
 git-multimail/PLIST    |  9 +++++++++
 git-multimail/distinfo |  6 ++++++
 4 files changed, 44 insertions(+)

diffs:
diff --git a/git-multimail/DESCR b/git-multimail/DESCR
new file mode 100644
index 0000000000..6a53bacdb2
--- /dev/null
+++ b/git-multimail/DESCR
@@ -0,0 +1,8 @@
+git-multimail is a tool for sending notification emails on pushes
+to a Git repository. It includes a Python module called git_multimail.py,
+which can either be used as a hook script directly or can be imported
+as a Python module into another script.
+
+git-multimail is derived from the Git project's old
+contrib/hooks/post-receive-email, and is mostly compatible with
+that script.
diff --git a/git-multimail/Makefile b/git-multimail/Makefile
new file mode 100644
index 0000000000..2b4ce5f915
--- /dev/null
+++ b/git-multimail/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	git-multimail
+GITHUB_TAG=	1.5.0
+DISTNAME=	1.5.0
+PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_GITHUB:=git-multimail/}
+DIST_SUBDIR=	${GITHUB_PROJECT}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/git-multimail/git-multimail
+COMMENT=	Send notification emails for Git pushes
+#LICENSE=	GPLv2 # TODO: from setup.py; needs to be adjusted
+
+WRKSRC=		${WRKDIR}/git-multimail-1.5.0
+USE_LANGUAGES=	# none
+
+# TODO: Migrate MASTER_SITES to MASTER_SITE_PYPI
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/git-multimail/PLIST b/git-multimail/PLIST
new file mode 100644
index 0000000000..c66e945a9f
--- /dev/null
+++ b/git-multimail/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+bin/git_multimail.py
+${PYSITELIB}/git_multimail-${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/git_multimail-${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/git_multimail-${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/git_multimail-${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/git_multimail.py
+${PYSITELIB}/git_multimail.pyc
+${PYSITELIB}/git_multimail.pyo
diff --git a/git-multimail/distinfo b/git-multimail/distinfo
new file mode 100644
index 0000000000..d4d6e2e078
--- /dev/null
+++ b/git-multimail/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (git-multimail/1.5.0.tar.gz) = e8e2db3d7f1db99b0a615da8e00de68452b26054
+RMD160 (git-multimail/1.5.0.tar.gz) = f79156bf6bfef1a07ee78ab781a15215642d66de
+SHA512 (git-multimail/1.5.0.tar.gz) = 59f737d863252c0cb5755fbb8d4207b20283fbe74c6305704aafe057a6b56ce476542cd25174d11362bc7c447e1b392e8db10af5b5be060e731801f379c1b46d
+Size (git-multimail/1.5.0.tar.gz) = 116675 bytes


Home | Main Index | Thread Index | Old Index