pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-mulpyplexer



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Tue Aug 18 20:20:08 UTC 2020

Added Files:
        pkgsrc/devel/py-mulpyplexer: DESCR Makefile PLIST distinfo

Log Message:
Import mulpyplexer-0.08 from pypi as devel/py-mulpyplexer

Python module to multiplex interactions with lists of objects


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-mulpyplexer/DESCR \
    pkgsrc/devel/py-mulpyplexer/Makefile pkgsrc/devel/py-mulpyplexer/PLIST \
    pkgsrc/devel/py-mulpyplexer/distinfo

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

Added files:

Index: pkgsrc/devel/py-mulpyplexer/DESCR
diff -u /dev/null pkgsrc/devel/py-mulpyplexer/DESCR:1.1
--- /dev/null   Tue Aug 18 20:20:08 2020
+++ pkgsrc/devel/py-mulpyplexer/DESCR   Tue Aug 18 20:20:08 2020
@@ -0,0 +1,2 @@
+Mulpyplexer is a piece of code that can multiplex interactions with
+lists of Python objects.
Index: pkgsrc/devel/py-mulpyplexer/Makefile
diff -u /dev/null pkgsrc/devel/py-mulpyplexer/Makefile:1.1
--- /dev/null   Tue Aug 18 20:20:08 2020
+++ pkgsrc/devel/py-mulpyplexer/Makefile        Tue Aug 18 20:20:08 2020
@@ -0,0 +1,14 @@
+#      $NetBSD: Makefile,v 1.1 2020/08/18 20:20:08 riastradh Exp $
+
+DISTNAME=      mulpyplexer-0.08
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_PYPI:=m/mulpyplexer/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/zardus/mulpyplexer/
+COMMENT=       Python module to multiplex interactions with lists of objects
+LICENSE=       2-clause-bsd
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-mulpyplexer/PLIST
diff -u /dev/null pkgsrc/devel/py-mulpyplexer/PLIST:1.1
--- /dev/null   Tue Aug 18 20:20:08 2020
+++ pkgsrc/devel/py-mulpyplexer/PLIST   Tue Aug 18 20:20:08 2020
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2020/08/18 20:20:08 riastradh Exp $
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/mulpyplexer.py
+${PYSITELIB}/mulpyplexer.pyc
+${PYSITELIB}/mulpyplexer.pyo
Index: pkgsrc/devel/py-mulpyplexer/distinfo
diff -u /dev/null pkgsrc/devel/py-mulpyplexer/distinfo:1.1
--- /dev/null   Tue Aug 18 20:20:08 2020
+++ pkgsrc/devel/py-mulpyplexer/distinfo        Tue Aug 18 20:20:08 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/18 20:20:08 riastradh Exp $
+
+SHA1 (mulpyplexer-0.08.tar.gz) = de9bb912570e7522febd6fa0ca01ae2767e5992c
+RMD160 (mulpyplexer-0.08.tar.gz) = 2f1b28ad398eb8d39d95ee8319653f587896fab4
+SHA512 (mulpyplexer-0.08.tar.gz) = 6a8e3aaeaa42a1ec90bbd34aefa6c9c259e8b3e8a01e0824fce9cf4e82ae65aedec747eb1849ef7341bab144be739ae86378fdd825d4eefa3bbf89ca96a87ab3
+Size (mulpyplexer-0.08.tar.gz) = 2100 bytes



Home | Main Index | Thread Index | Old Index