pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-smmap



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jan  3 09:19:03 UTC 2022

Modified Files:
        pkgsrc/devel/py-smmap: Makefile distinfo

Log Message:
py-smmap: updated to 5.0.0

v5.0.0

Dropped support 3.5
Added support for Python 3.10


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-smmap/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-smmap/distinfo

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

Modified files:

Index: pkgsrc/devel/py-smmap/Makefile
diff -u pkgsrc/devel/py-smmap/Makefile:1.3 pkgsrc/devel/py-smmap/Makefile:1.4
--- pkgsrc/devel/py-smmap/Makefile:1.3  Fri Feb  5 21:38:11 2021
+++ pkgsrc/devel/py-smmap/Makefile      Mon Jan  3 09:19:03 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2021/02/05 21:38:11 adam Exp $
+# $NetBSD: Makefile,v 1.4 2022/01/03 09:19:03 adam Exp $
 
-DISTNAME=      smmap-4.0.0
+DISTNAME=      smmap-5.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/smmap/}
@@ -10,10 +10,6 @@ HOMEPAGE=    https://github.com/Byron/smmap
 COMMENT=       Git implementation of a sliding window memory map manager
 LICENSE=       modified-bsd
 
-TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
-TEST_DEPENDS+= ${PYPKGPREFIX}-nosexcover-[0-9]*:../../devel/py-nosexcover
-TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=3.4:../../devel/py-coverage
-
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27

Index: pkgsrc/devel/py-smmap/distinfo
diff -u pkgsrc/devel/py-smmap/distinfo:1.4 pkgsrc/devel/py-smmap/distinfo:1.5
--- pkgsrc/devel/py-smmap/distinfo:1.4  Tue Oct 26 10:19:05 2021
+++ pkgsrc/devel/py-smmap/distinfo      Mon Jan  3 09:19:03 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:19:05 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/01/03 09:19:03 adam Exp $
 
-BLAKE2s (smmap-4.0.0.tar.gz) = 49f9bd4acf08cb7b76cb645c43d5babbc32e01c2edb0956ba1e4d5d681be405f
-SHA512 (smmap-4.0.0.tar.gz) = fae59fd4e8ccc95cbc07be3ece208e862948c2b537850376b169acc15b9f0b1d94d412fde88647c245dda117dbbdab4db6426e1d95f3f9779bdd40c2d9c7d2cd
-Size (smmap-4.0.0.tar.gz) = 22524 bytes
+BLAKE2s (smmap-5.0.0.tar.gz) = 743d20fc60aea9309e78262c82eea45a425fe53712300ba9cd64904192e77839
+SHA512 (smmap-5.0.0.tar.gz) = 03ae478bc83d02416f57bb3f6afc9c80bcb2d4249f3169390ac139b88be94258463dee7744fdf0fd54a7cfe109795a110c43f2b81ffd8546601de274667d353d
+Size (smmap-5.0.0.tar.gz) = 22437 bytes



Home | Main Index | Thread Index | Old Index