From owner-svn-ports-all@freebsd.org Wed Apr 4 04:26:20 2018 Return-Path: Delivered-To: svn-ports-all@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 1864AF8DAC5; Wed, 4 Apr 2018 04:26:20 +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.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 C014A8792A; Wed, 4 Apr 2018 04:26:19 +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 BA9B36B54; Wed, 4 Apr 2018 04:26:19 +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 w344QJMK020613; Wed, 4 Apr 2018 04:26:19 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w344QJqR020605; Wed, 4 Apr 2018 04:26:19 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201804040426.w344QJqR020605@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 4 Apr 2018 04:26:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466390 - in head/misc: . py-emoji X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/misc: . py-emoji X-SVN-Commit-Revision: 466390 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.25 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: Wed, 04 Apr 2018 04:26:20 -0000 Author: yuri Date: Wed Apr 4 04:26:19 2018 New Revision: 466390 URL: https://svnweb.freebsd.org/changeset/ports/466390 Log: New port: misc/py-emoji: Emoji support for Python PR: 227277 Submitted by: kevans Added: head/misc/py-emoji/ head/misc/py-emoji/Makefile (contents, props changed) head/misc/py-emoji/distinfo (contents, props changed) head/misc/py-emoji/pkg-descr (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Wed Apr 4 01:03:12 2018 (r466389) +++ head/misc/Makefile Wed Apr 4 04:26:19 2018 (r466390) @@ -390,6 +390,7 @@ SUBDIR += py-cinder SUBDIR += py-colorbrewer SUBDIR += py-crudini + SUBDIR += py-emoji SUBDIR += py-fuzzy SUBDIR += py-glance SUBDIR += py-osd Added: head/misc/py-emoji/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-emoji/Makefile Wed Apr 4 04:26:19 2018 (r466390) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= emoji +PORTVERSION= 0.5.0 +CATEGORIES= misc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= kevans@FreeBSD.org +COMMENT= Emoji support for Python + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include Added: head/misc/py-emoji/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-emoji/distinfo Wed Apr 4 04:26:19 2018 (r466390) @@ -0,0 +1,3 @@ +TIMESTAMP = 1522805216 +SHA256 (emoji-0.5.0.tar.gz) = 001b92b9c8a157e1ca49187745fa450513bc8b31c87328dfd83d674b9d7dfa63 +SIZE (emoji-0.5.0.tar.gz) = 41302 Added: head/misc/py-emoji/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-emoji/pkg-descr Wed Apr 4 04:26:19 2018 (r466390) @@ -0,0 +1,5 @@ +emoji provides emoji support for python. The entire set of Emoji codes as +defined by the unicode consortium is supported, in addition to a bunch of +aliases. + +WWW: https://github.com/carpedm20/emoji