From owner-svn-ports-head@freebsd.org Sun Jul 29 19:06:27 2018 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 C3DAE105E33E; Sun, 29 Jul 2018 19:06:27 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7B0248BF3E; Sun, 29 Jul 2018 19:06:27 +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 5DA8319BFA; Sun, 29 Jul 2018 19:06:27 +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 w6TJ6Rai032691; Sun, 29 Jul 2018 19:06:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6TJ6QTc032687; Sun, 29 Jul 2018 19:06:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201807291906.w6TJ6QTc032687@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 29 Jul 2018 19:06:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475675 - in head/devel: . py-unicodedata2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . py-unicodedata2 X-SVN-Commit-Revision: 475675 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 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, 29 Jul 2018 19:06:28 -0000 Author: sunpoet Date: Sun Jul 29 19:06:26 2018 New Revision: 475675 URL: https://svnweb.freebsd.org/changeset/ports/475675 Log: Add py-unicodedata2 11.0.0 unicodedata2 is the unicodedata backport/updates to python 2 and 3. The versions of this package match unicode versions, so unicodedata2==11.0.0 is data from unicode 11.0.0. Additionally this backports support for named aliases and named sequences to python2. WWW: https://github.com/mikekap/unicodedata2 Added: head/devel/py-unicodedata2/ head/devel/py-unicodedata2/Makefile (contents, props changed) head/devel/py-unicodedata2/distinfo (contents, props changed) head/devel/py-unicodedata2/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jul 29 19:05:45 2018 (r475674) +++ head/devel/Makefile Sun Jul 29 19:06:26 2018 (r475675) @@ -5129,6 +5129,7 @@ SUBDIR += py-ujson SUBDIR += py-uncompyle2 SUBDIR += py-unicodecsv + SUBDIR += py-unicodedata2 SUBDIR += py-unipath SUBDIR += py-unittest2 SUBDIR += py-unpaddedbase64 Added: head/devel/py-unicodedata2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-unicodedata2/Makefile Sun Jul 29 19:06:26 2018 (r475675) @@ -0,0 +1,19 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= unicodedata2 +PORTVERSION= 11.0.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Unicodedata backport and updates + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_PYTHON= autoplist concurrent distutils +USES= python + +.include Added: head/devel/py-unicodedata2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-unicodedata2/distinfo Sun Jul 29 19:06:26 2018 (r475675) @@ -0,0 +1,3 @@ +TIMESTAMP = 1532816877 +SHA256 (unicodedata2-11.0.0.tar.gz) = 92197bf855c4b449d99328d1eee28b8295076ec99cdf21f2b6d62d45ff71c3ab +SIZE (unicodedata2-11.0.0.tar.gz) = 1088736 Added: head/devel/py-unicodedata2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-unicodedata2/pkg-descr Sun Jul 29 19:06:26 2018 (r475675) @@ -0,0 +1,7 @@ +unicodedata2 is the unicodedata backport/updates to python 2 and 3. + +The versions of this package match unicode versions, so unicodedata2==11.0.0 is +data from unicode 11.0.0. Additionally this backports support for named aliases +and named sequences to python2. + +WWW: https://github.com/mikekap/unicodedata2