pkgsrc-WIP-changes archive

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

py-commisery: imported version 0.5.0



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Wed Nov 4 14:49:12 2020 +0100
Changeset:	1430136c2a642876a091e6cf80dcd5b4a2935bc7

Added Files:
	py-commisery/DESCR
	py-commisery/Makefile
	py-commisery/PLIST
	py-commisery/distinfo

Log Message:
py-commisery: imported version 0.5.0

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

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

diffstat:
 py-commisery/DESCR    |  3 +++
 py-commisery/Makefile | 14 ++++++++++++++
 py-commisery/PLIST    | 25 +++++++++++++++++++++++++
 py-commisery/distinfo |  6 ++++++
 4 files changed, 48 insertions(+)

diffs:
diff --git a/py-commisery/DESCR b/py-commisery/DESCR
new file mode 100644
index 0000000000..837e019637
--- /dev/null
+++ b/py-commisery/DESCR
@@ -0,0 +1,3 @@
+Commisery is a package to help check whether given commit messages adhere to
+Conventional Commits. Specifically it checks the syntax and some small aspects
+of the semantics.
diff --git a/py-commisery/Makefile b/py-commisery/Makefile
new file mode 100644
index 0000000000..722b56ac8f
--- /dev/null
+++ b/py-commisery/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME=       commisery-0.5.0
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=     devel sysutils
+MASTER_SITES=   ${MASTER_SITE_PYPI:=c/commisery/}
+
+MAINTAINER=	root%zta.lk@localhost
+HOMEPAGE=	https://github.com/tomtom-international/commisery/
+COMMENT=	Check whether given commit messages adhere to Conventional Commits.
+LICENSE=	apache-2.0
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-commisery/PLIST b/py-commisery/PLIST
new file mode 100644
index 0000000000..f9f6a679d1
--- /dev/null
+++ b/py-commisery/PLIST
@@ -0,0 +1,25 @@
+@comment $NetBSD$
+bin/commisery-verify-github-pullrequest
+bin/commisery-verify-msg
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/commisery/__init__.py
+${PYSITELIB}/commisery/__init__.pyc
+${PYSITELIB}/commisery/__init__.pyo
+${PYSITELIB}/commisery/checking.py
+${PYSITELIB}/commisery/checking.pyc
+${PYSITELIB}/commisery/checking.pyo
+${PYSITELIB}/commisery/commit.py
+${PYSITELIB}/commisery/commit.pyc
+${PYSITELIB}/commisery/commit.pyo
+${PYSITELIB}/commisery/github.py
+${PYSITELIB}/commisery/github.pyc
+${PYSITELIB}/commisery/github.pyo
+${PYSITELIB}/commisery/hopic_template.py
+${PYSITELIB}/commisery/hopic_template.pyc
+${PYSITELIB}/commisery/hopic_template.pyo
diff --git a/py-commisery/distinfo b/py-commisery/distinfo
new file mode 100644
index 0000000000..0142a5f731
--- /dev/null
+++ b/py-commisery/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (commisery-0.5.0.tar.gz) = 46b7e9c29443e978d0d38a57d0ff59f3e0058ce6
+RMD160 (commisery-0.5.0.tar.gz) = 839fd363113ca246bc423e8f29f50074fb9bb803
+SHA512 (commisery-0.5.0.tar.gz) = fcbaa8ee03db8870d5c7a1e1bd892d2a4d033729db275d2335b2e9bd8592bfd534feabee6a36cf4f17c7673c15abccfd0412666e7d10936f74d4f83aafa374b0
+Size (commisery-0.5.0.tar.gz) = 24819 bytes


Home | Main Index | Thread Index | Old Index