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.
This commit is contained in:
Maya Rashish 2020-12-26 11:11:34 +02:00
parent c53f0f2997
commit 031d7a9786
4 changed files with 44 additions and 0 deletions

8
git-multimail/DESCR Normal file
View File

@ -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.

21
git-multimail/Makefile Normal file
View File

@ -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
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"

9
git-multimail/PLIST Normal file
View File

@ -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

6
git-multimail/distinfo Normal file
View File

@ -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