Date: Sun, 29 Jul 2018 19:06:26 +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: r475675 - in head/devel: . py-unicodedata2 Message-ID: <201807291906.w6TJ6QTc032687@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <sunpoet@FreeBSD.org> +# $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807291906.w6TJ6QTc032687>