Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2020 10:49:30 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535381 - in head: . devel devel/py-smmap
Message-ID:  <202005161049.04GAnUBc007133@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat May 16 10:49:30 2020
New Revision: 535381
URL: https://svnweb.freebsd.org/changeset/ports/535381

Log:
  Add py-smmap 3.0.2 (copied from py-smmap2)

Added:
  head/devel/py-smmap/
     - copied from r535243, head/devel/py-smmap2/
Modified:
  head/MOVED
  head/devel/Makefile
  head/devel/py-smmap/Makefile
  head/devel/py-smmap/distinfo
  head/devel/py-smmap/pkg-descr

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sat May 16 10:49:17 2020	(r535380)
+++ head/MOVED	Sat May 16 10:49:30 2020	(r535381)
@@ -9804,7 +9804,6 @@ devel/beautifyphp||2018-01-29|only works for PHP4 whic
 devel/clanlib22|devel/clanlib|2018-01-29|No users in the ports tree, newer version available
 devel/php-xdebug|devel/pecl-xdebug|2018-01-30|Moved to pecl
 astro/py-pyfits|astro/py-astropy|2018-01-31|Has expired: Use astro/py-astropy instead
-devel/py-smmap|devel/py-smmap2|2018-01-31|Has expired: Use devel/py-smmap2 instead
 devel/rubygem-moneta06|devel/rubygem-moneta|2018-01-31|Has expired: Use devel/rubygem-moneta instead
 lang/ruby22|lang/ruby24|2018-01-31|Has expired: Upgrade to newer version (e.g. lang/ruby24)
 net/tcptraceroute-devel|net/tcptraceroute|2018-01-31|Has expired: Use net/tcptraceroute instead

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat May 16 10:49:17 2020	(r535380)
+++ head/devel/Makefile	Sat May 16 10:49:30 2020	(r535381)
@@ -5067,6 +5067,7 @@
     SUBDIR += py-singledispatch
     SUBDIR += py-sip
     SUBDIR += py-six
+    SUBDIR += py-smmap
     SUBDIR += py-smmap2
     SUBDIR += py-snakeviz
     SUBDIR += py-sniffio

Modified: head/devel/py-smmap/Makefile
==============================================================================
--- head/devel/py-smmap2/Makefile	Thu May 14 15:13:11 2020	(r535243)
+++ head/devel/py-smmap/Makefile	Sat May 16 10:49:30 2020	(r535381)
@@ -1,8 +1,8 @@
 # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 # $FreeBSD$
 
-PORTNAME=	smmap2
-PORTVERSION=	2.0.5
+PORTNAME=	smmap
+PORTVERSION=	3.0.2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,6 +20,6 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}smmap
+CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}smmap2
 
 .include <bsd.port.mk>

Modified: head/devel/py-smmap/distinfo
==============================================================================
--- head/devel/py-smmap2/distinfo	Thu May 14 15:13:11 2020	(r535243)
+++ head/devel/py-smmap/distinfo	Sat May 16 10:49:30 2020	(r535381)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1539625054
-SHA256 (smmap2-2.0.5.tar.gz) = 29a9ffa0497e7f2be94ca0ed1ca1aa3cd4cf25a1f6b4f5f87f74b46ed91d609a
-SIZE (smmap2-2.0.5.tar.gz) = 22635
+TIMESTAMP = 1589487601
+SHA256 (smmap-3.0.2.tar.gz) = b46d3fc69ba5f367df96d91f8271e8ad667a198d5a28e215a6c3d9acd133a911
+SIZE (smmap-3.0.2.tar.gz) = 22511

Modified: head/devel/py-smmap/pkg-descr
==============================================================================
--- head/devel/py-smmap2/pkg-descr	Thu May 14 15:13:11 2020	(r535243)
+++ head/devel/py-smmap/pkg-descr	Sat May 16 10:49:30 2020	(r535381)
@@ -8,5 +8,4 @@ of the file to be mapped. Once the user reads beyond t
 will automatically map the next required region, unloading unused regions using
 a LRU algorithm.
 
-WWW: https://pypi.org/project/smmap2/
 WWW: https://github.com/gitpython-developers/smmap



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005161049.04GAnUBc007133>