mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
devel/py-smmap: update to 0.9.0
This commit is contained in:
parent
dfb8284067
commit
424f2f2212
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377273
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= smmap
|
||||
PORTVERSION= 0.8.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.9.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -13,6 +12,6 @@ COMMENT= Pure python sliding memory map manager
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (smmap-0.8.2.tar.gz) = dea2955cc045ec5527da6b762f7e95a5be7f645c683b54ccce52d56b4d7e2d6f
|
||||
SIZE (smmap-0.8.2.tar.gz) = 20942
|
||||
SHA256 (smmap-0.9.0.tar.gz) = 0e2b62b497bd5f0afebc002eda4d90df9d209c30ef257e8673c90a6b5c119d62
|
||||
SIZE (smmap-0.9.0.tar.gz) = 22082
|
||||
|
@ -2,4 +2,4 @@ smmap is a pure python implementation of a sliding memory map to help unifying
|
||||
memory mapped access on 32 and 64 bit systems and to help managing resources
|
||||
more efficiently.
|
||||
|
||||
WWW: https://github.com/Byron/smmap
|
||||
WWW: https://github.com/Byron/smmap
|
||||
|
Loading…
Reference in New Issue
Block a user