pkgsrc-WIP-changes archive

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

Import py-mulpyplexer version 0.08 (0.8) from pypi



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Mon May 7 18:01:40 2018 +0200
Changeset:	25ebf039e12e61092d02d245e55b8553bbe360ab

Modified Files:
	Makefile
Added Files:
	py-mulpyplexer/DESCR
	py-mulpyplexer/Makefile
	py-mulpyplexer/PLIST
	py-mulpyplexer/distinfo
	py-mulpyplexer/patches/patch-setup.py

Log Message:
Import py-mulpyplexer version 0.08 (0.8) from pypi

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

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

diffstat:
 Makefile                              |  1 +
 py-mulpyplexer/DESCR                  |  2 ++
 py-mulpyplexer/Makefile               | 17 +++++++++++++++++
 py-mulpyplexer/PLIST                  |  8 ++++++++
 py-mulpyplexer/distinfo               |  7 +++++++
 py-mulpyplexer/patches/patch-setup.py | 13 +++++++++++++
 6 files changed, 48 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 9d380749a2..326a1c2ed6 100644
--- a/Makefile
+++ b/Makefile
@@ -3436,6 +3436,7 @@ SUBDIR+=	py-mpop
 SUBDIR+=	py-msdas
 SUBDIR+=	py-mssql2
 SUBDIR+=	py-msumastro
+SUBDIR+=	py-mulpyplexer
 SUBDIR+=	py-multichain_mcmc
 SUBDIR+=	py-multimethods
 SUBDIR+=	py-multiprocess
diff --git a/py-mulpyplexer/DESCR b/py-mulpyplexer/DESCR
new file mode 100644
index 0000000000..7d4e4a9c60
--- /dev/null
+++ b/py-mulpyplexer/DESCR
@@ -0,0 +1,2 @@
+Mulpyplexer is a piece of code that can multiplex interactions with lists of
+Python objects.
diff --git a/py-mulpyplexer/Makefile b/py-mulpyplexer/Makefile
new file mode 100644
index 0000000000..092f95edab
--- /dev/null
+++ b/py-mulpyplexer/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	mulpyplexer-0.08
+PKGNAME=	${PYPKGPREFIX}-mulpyplexer-0.8
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_PYPI:=m/mulpyplexer/}
+
+LICENSE=	modified-bsd
+
+MAINTAINER=	khorben%defora.org@localhost
+HOMEPAGE=	https://pypi.python.org/pypi/mulpyplexer/
+COMMENT=	Multiplexes interactions with lists of python objects
+
+PYTHON_VERSIONS_ACCEPTED=	27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-mulpyplexer/PLIST b/py-mulpyplexer/PLIST
new file mode 100644
index 0000000000..3661ca21b3
--- /dev/null
+++ b/py-mulpyplexer/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD$
+${PYSITELIB}/mulpyplexer-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
+${PYSITELIB}/mulpyplexer-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
+${PYSITELIB}/mulpyplexer-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
+${PYSITELIB}/mulpyplexer-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/top_level.txt
+${PYSITELIB}/mulpyplexer.py
+${PYSITELIB}/mulpyplexer.pyc
+${PYSITELIB}/mulpyplexer.pyo
diff --git a/py-mulpyplexer/distinfo b/py-mulpyplexer/distinfo
new file mode 100644
index 0000000000..e284419605
--- /dev/null
+++ b/py-mulpyplexer/distinfo
@@ -0,0 +1,7 @@
+$NetBSD$
+
+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
+SHA1 (patch-setup.py) = 99f6745e4d17113f179a949fc13922919e008ff2
diff --git a/py-mulpyplexer/patches/patch-setup.py b/py-mulpyplexer/patches/patch-setup.py
new file mode 100644
index 0000000000..479d9ad560
--- /dev/null
+++ b/py-mulpyplexer/patches/patch-setup.py
@@ -0,0 +1,13 @@
+$NetBSD$
+
+Fix error "Unknown distribution option: 'install_requires'"
+
+--- setup.py.orig	2017-08-10 02:47:00.000000000 +0000
++++ setup.py
+@@ -1,5 +1,5 @@
+ import os
+-from distutils.core import setup
++from setuptools import setup
+ 
+ setup(
+     name='mulpyplexer',


Home | Main Index | Thread Index | Old Index