Import py27-smmap-0.8.1 as wip/py-smmap.
Git implementation of a sliding window memory map manager
This commit is contained in:
parent
0b19365311
commit
c41e204278
4 changed files with 66 additions and 0 deletions
1
py-smmap/DESCR
Normal file
1
py-smmap/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Git implementation of a sliding window memory map manager
|
21
py-smmap/Makefile
Normal file
21
py-smmap/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2012/01/06 10:48:28 jihbed Exp $
|
||||
#
|
||||
|
||||
DISTNAME= smmap-0.8.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= http://pypi.python.org/packages/source/s/smmap/
|
||||
|
||||
MAINTAINER= kamel.derouiche@gmail.com
|
||||
HOMEPAGE= https://github.com/Byron/smmap
|
||||
COMMENT= Git implementation of a sliding window memory map manager
|
||||
LICENSE= modified-bsd #Probably
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
WRKSRC= ${WRKDIR}/smmap-0.8.1
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
39
py-smmap/PLIST
Normal file
39
py-smmap/PLIST
Normal file
|
@ -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
|
5
py-smmap/distinfo
Normal file
5
py-smmap/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2012/01/06 10:48:28 jihbed Exp $
|
||||
|
||||
SHA1 (smmap-0.8.1.tar.gz) = 97f5ffc9927b107f1b9def2980220918a35a6378
|
||||
RMD160 (smmap-0.8.1.tar.gz) = bc812502328d68fa5db60f8907ce8037e3dee3f1
|
||||
Size (smmap-0.8.1.tar.gz) = 19205 bytes
|
Loading…
Reference in a new issue