From owner-svn-ports-all@freebsd.org Sat May 16 10:49:32 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1B8EA2ECFBF; Sat, 16 May 2020 10:49:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49PMV370Ybz4Fhd; Sat, 16 May 2020 10:49:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EB7D9CA7D; Sat, 16 May 2020 10:49:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04GAnVM2007138; Sat, 16 May 2020 10:49:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04GAnUBc007133; Sat, 16 May 2020 10:49:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202005161049.04GAnUBc007133@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 16 May 2020 10:49:30 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head: . devel devel/py-smmap X-SVN-Commit-Revision: 535381 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 May 2020 10:49:32 -0000 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 # $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 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