From owner-svn-ports-head@freebsd.org Sun Jun 16 03:15:49 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC3C315B1C3B; Sun, 16 Jun 2019 03:15:48 +0000 (UTC) (envelope-from yuri@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 7CA2D957EA; Sun, 16 Jun 2019 03:15:48 +0000 (UTC) (envelope-from yuri@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 5597D896B; Sun, 16 Jun 2019 03:15:48 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x5G3FmCV052074; Sun, 16 Jun 2019 03:15:48 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5G3FlbX052070; Sun, 16 Jun 2019 03:15:47 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201906160315.x5G3FlbX052070@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 16 Jun 2019 03:15:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504275 - in head/devel: . py-preshed py-preshed/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/devel: . py-preshed py-preshed/files X-SVN-Commit-Revision: 504275 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7CA2D957EA X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jun 2019 03:15:49 -0000 Author: yuri Date: Sun Jun 16 03:15:47 2019 New Revision: 504275 URL: https://svnweb.freebsd.org/changeset/ports/504275 Log: New port: devel/py-preshed: Cython hash table Added: head/devel/py-preshed/ head/devel/py-preshed/Makefile (contents, props changed) head/devel/py-preshed/distinfo (contents, props changed) head/devel/py-preshed/files/ head/devel/py-preshed/files/patch-setup.py (contents, props changed) head/devel/py-preshed/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jun 16 03:04:20 2019 (r504274) +++ head/devel/Makefile Sun Jun 16 03:15:47 2019 (r504275) @@ -4722,6 +4722,7 @@ SUBDIR += py-pp SUBDIR += py-pqueue SUBDIR += py-pre-commit + SUBDIR += py-preshed SUBDIR += py-pretend SUBDIR += py-prettyprinter SUBDIR += py-prettytable Added: head/devel/py-preshed/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-preshed/Makefile Sun Jun 16 03:15:47 2019 (r504275) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= preshed +PORTVERSION= 2.0.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Cython hash table + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cymem>0:devel/py-cymem@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/preshed/*.so + +.include Added: head/devel/py-preshed/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-preshed/distinfo Sun Jun 16 03:15:47 2019 (r504275) @@ -0,0 +1,3 @@ +TIMESTAMP = 1560654504 +SHA256 (preshed-2.0.1.tar.gz) = dae01c74313965c487e0ec839e5f28d0c7df9bfd1d978aa5bada3f72ff20a9e5 +SIZE (preshed-2.0.1.tar.gz) = 113656 Added: head/devel/py-preshed/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-preshed/files/patch-setup.py Sun Jun 16 03:15:47 2019 (r504275) @@ -0,0 +1,11 @@ +--- setup.py.orig 2019-06-16 03:11:49 UTC ++++ setup.py +@@ -124,7 +124,7 @@ def setup_package(): + url=about['__uri__'], + license=about['__license__'], + ext_modules=ext_modules, +- setup_requires=['wheel>=0.32.0,<0.33.0'], ++ setup_requires=[], + install_requires=['cymem>=2.0.2,<2.1.0'], + classifiers=[ + 'Environment :: Console', Added: head/devel/py-preshed/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-preshed/pkg-descr Sun Jun 16 03:15:47 2019 (r504275) @@ -0,0 +1,3 @@ +Cython hash tables that assume keys are pre-hashed. + +WWW: https://github.com/explosion/preshed