pkgsrc-WIP-changes archive

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

py-smmap2: new package, quite similar to py-smmap



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Wed Feb 22 13:09:16 2017 +0100
Changeset:	44814a10d428203bdd02428b0427cd8d5a9dccc1

Modified Files:
	TODO
Added Files:
	py-smmap2/DESCR
	py-smmap2/Makefile
	py-smmap2/PLIST
	py-smmap2/distinfo

Log Message:
py-smmap2: new package, quite similar to py-smmap

Same upstream. I didn't find the reason why they are separate.

Git implementation of a sliding window memory map manager

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

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

diffstat:
 TODO               |  1 -
 py-smmap2/DESCR    |  1 +
 py-smmap2/Makefile | 21 +++++++++++++++++++++
 py-smmap2/PLIST    | 39 +++++++++++++++++++++++++++++++++++++++
 py-smmap2/distinfo |  6 ++++++
 5 files changed, 67 insertions(+), 1 deletion(-)

diffs:
diff --git a/TODO b/TODO
index 776269a13b..c93a433604 100644
--- a/TODO
+++ b/TODO
@@ -107,7 +107,6 @@ Suggested package updates
 	o py-kivy-1.9.1
 	o py-rpyc-3.2.1
 	o py-scrapy-1.2.1
-	o py-smmap-2.0.1
 	o py-smop-0.29
 	o py-zeitgeist-0.9.16
 	o qmc2-0.59
diff --git a/py-smmap2/DESCR b/py-smmap2/DESCR
new file mode 100644
index 0000000000..5c09dbc9a9
--- /dev/null
+++ b/py-smmap2/DESCR
@@ -0,0 +1 @@
+Git implementation of a sliding window memory map manager
diff --git a/py-smmap2/Makefile b/py-smmap2/Makefile
new file mode 100644
index 0000000000..c0704863d5
--- /dev/null
+++ b/py-smmap2/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.7 2015/07/04 02:41:41 jihbed Exp $
+
+DISTNAME=	smmap2-2.0.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/smmap2/}
+
+MAINTAINER=	kamel.derouiche%gmail.com@localhost
+HOMEPAGE=	https://github.com/Byron/smmap
+COMMENT=	Git implementation of a sliding window memory map manager
+LICENSE=	2-clause-bsd
+
+# TEST_DEPENDS
+BUILD_DEPENDS+=	${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+BUILD_DEPENDS+=	${PYPKGPREFIX}-nosexcover-[0-9]*:../../devel/py-nosexcover
+BUILD_DEPENDS+=	${PYPKGPREFIX}-coverage>=3.4:../../devel/py-coverage
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-smmap2/PLIST b/py-smmap2/PLIST
new file mode 100644
index 0000000000..4af3c7da8b
--- /dev/null
+++ b/py-smmap2/PLIST
@@ -0,0 +1,39 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2012/01/06 10:48:28 jihbed Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/smmap/__init__.py
+${PYSITELIB}/smmap/__init__.pyc
+${PYSITELIB}/smmap/__init__.pyo
+${PYSITELIB}/smmap/buf.py
+${PYSITELIB}/smmap/buf.pyc
+${PYSITELIB}/smmap/buf.pyo
+${PYSITELIB}/smmap/exc.py
+${PYSITELIB}/smmap/exc.pyc
+${PYSITELIB}/smmap/exc.pyo
+${PYSITELIB}/smmap/mman.py
+${PYSITELIB}/smmap/mman.pyc
+${PYSITELIB}/smmap/mman.pyo
+${PYSITELIB}/smmap/test/__init__.py
+${PYSITELIB}/smmap/test/__init__.pyc
+${PYSITELIB}/smmap/test/__init__.pyo
+${PYSITELIB}/smmap/test/lib.py
+${PYSITELIB}/smmap/test/lib.pyc
+${PYSITELIB}/smmap/test/lib.pyo
+${PYSITELIB}/smmap/test/test_buf.py
+${PYSITELIB}/smmap/test/test_buf.pyc
+${PYSITELIB}/smmap/test/test_buf.pyo
+${PYSITELIB}/smmap/test/test_mman.py
+${PYSITELIB}/smmap/test/test_mman.pyc
+${PYSITELIB}/smmap/test/test_mman.pyo
+${PYSITELIB}/smmap/test/test_tutorial.py
+${PYSITELIB}/smmap/test/test_tutorial.pyc
+${PYSITELIB}/smmap/test/test_tutorial.pyo
+${PYSITELIB}/smmap/test/test_util.py
+${PYSITELIB}/smmap/test/test_util.pyc
+${PYSITELIB}/smmap/test/test_util.pyo
+${PYSITELIB}/smmap/util.py
+${PYSITELIB}/smmap/util.pyc
+${PYSITELIB}/smmap/util.pyo
diff --git a/py-smmap2/distinfo b/py-smmap2/distinfo
new file mode 100644
index 0000000000..61dac27168
--- /dev/null
+++ b/py-smmap2/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.3 2015/07/04 02:41:41 jihbed Exp $
+
+SHA1 (smmap2-2.0.1.tar.gz) = 247c7806be9dd9267a621e8e3092d42e389cfc9b
+RMD160 (smmap2-2.0.1.tar.gz) = e4837b8fae53c870cda9546124379569f2fdfa4d
+SHA512 (smmap2-2.0.1.tar.gz) = 7c8d27c06befdabf65049e5e0bac5beb07c19ff398a343d953120b9cb1c9ed203232012f4b12180af20fa0dde8feb0d6e8af3e389932407688bcc345548f2501
+Size (smmap2-2.0.1.tar.gz) = 21948 bytes


Home | Main Index | Thread Index | Old Index