Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-mulpyplexer Import mulpyplexer-0.08 from pypi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/41ab623a0720
branches: trunk
changeset: 437228:41ab623a0720
user: riastradh <riastradh%pkgsrc.org@localhost>
date: Tue Aug 18 20:20:08 2020 +0000
description:
Import mulpyplexer-0.08 from pypi as devel/py-mulpyplexer
Python module to multiplex interactions with lists of objects
diffstat:
devel/py-mulpyplexer/DESCR | 2 ++
devel/py-mulpyplexer/Makefile | 14 ++++++++++++++
devel/py-mulpyplexer/PLIST | 5 +++++
devel/py-mulpyplexer/distinfo | 6 ++++++
4 files changed, 27 insertions(+), 0 deletions(-)
diffs (43 lines):
diff -r d8c5354f83f4 -r 41ab623a0720 devel/py-mulpyplexer/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-mulpyplexer/DESCR Tue Aug 18 20:20:08 2020 +0000
@@ -0,0 +1,2 @@
+Mulpyplexer is a piece of code that can multiplex interactions with
+lists of Python objects.
diff -r d8c5354f83f4 -r 41ab623a0720 devel/py-mulpyplexer/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-mulpyplexer/Makefile Tue Aug 18 20:20:08 2020 +0000
@@ -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"
diff -r d8c5354f83f4 -r 41ab623a0720 devel/py-mulpyplexer/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-mulpyplexer/PLIST Tue Aug 18 20:20:08 2020 +0000
@@ -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
diff -r d8c5354f83f4 -r 41ab623a0720 devel/py-mulpyplexer/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-mulpyplexer/distinfo Tue Aug 18 20:20:08 2020 +0000
@@ -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