pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters py-emoji: Import version 0.5.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d28ba704fe99
branches:  trunk
changeset: 383211:d28ba704fe99
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Jul 25 11:56:18 2018 +0000

description:
py-emoji: Import version 0.5.0

py-emoji is a library for converting emoji from and into textual
representations.

"Looks good" wiz@

diffstat:

 converters/Makefile          |   3 ++-
 converters/py-emoji/DESCR    |   2 ++
 converters/py-emoji/Makefile |  16 ++++++++++++++++
 converters/py-emoji/PLIST    |  16 ++++++++++++++++
 converters/py-emoji/distinfo |   6 ++++++
 5 files changed, 42 insertions(+), 1 deletions(-)

diffs (73 lines):

diff -r b22506ac0281 -r d28ba704fe99 converters/Makefile
--- a/converters/Makefile       Wed Jul 25 05:40:15 2018 +0000
+++ b/converters/Makefile       Wed Jul 25 11:56:18 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.166 2018/05/31 01:31:27 wen Exp $
+# $NetBSD: Makefile,v 1.167 2018/07/25 11:56:18 nia Exp $
 #
 
 COMMENT=       Document format and character code converters
@@ -105,6 +105,7 @@
 SUBDIR+=       py-cairosvg
 SUBDIR+=       py-chardet
 SUBDIR+=       py-confusable_homoglyphs
+SUBDIR+=       py-emoji
 SUBDIR+=       py-jpCodecs
 SUBDIR+=       py-simplejson
 SUBDIR+=       py-yenc
diff -r b22506ac0281 -r d28ba704fe99 converters/py-emoji/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/py-emoji/DESCR Wed Jul 25 11:56:18 2018 +0000
@@ -0,0 +1,2 @@
+py-emoji is a library for converting emoji from and into textual
+representations.
diff -r b22506ac0281 -r d28ba704fe99 converters/py-emoji/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/py-emoji/Makefile      Wed Jul 25 11:56:18 2018 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2018/07/25 11:56:18 nia Exp $
+
+DISTNAME=      emoji-0.5.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    converters python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=e/emoji/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://pypi.org/project/emoji/
+COMMENT=       ASCII<->Emoji conversion library for Python
+LICENSE=       modified-bsd
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b22506ac0281 -r d28ba704fe99 converters/py-emoji/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/py-emoji/PLIST Wed Jul 25 11:56:18 2018 +0000
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1 2018/07/25 11:56:18 nia Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/emoji/__init__.py
+${PYSITELIB}/emoji/__init__.pyc
+${PYSITELIB}/emoji/__init__.pyo
+${PYSITELIB}/emoji/core.py
+${PYSITELIB}/emoji/core.pyc
+${PYSITELIB}/emoji/core.pyo
+${PYSITELIB}/emoji/unicode_codes.py
+${PYSITELIB}/emoji/unicode_codes.pyc
+${PYSITELIB}/emoji/unicode_codes.pyo
diff -r b22506ac0281 -r d28ba704fe99 converters/py-emoji/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/py-emoji/distinfo      Wed Jul 25 11:56:18 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/07/25 11:56:18 nia Exp $
+
+SHA1 (emoji-0.5.0.tar.gz) = df9e2f9109489ef30952f235676c5ee7f5a5c2d9
+RMD160 (emoji-0.5.0.tar.gz) = c0a3e2b07aeccc14c662f5608141bb9686e0f711
+SHA512 (emoji-0.5.0.tar.gz) = 218e1ff59e2eed69900f26abdeee1f7f283154ff85a56cc1c5dc4f2b80456b3ebb657fd1a4217937c3b6a460de349522cde6f8bfff7931b09f88b4f03f0d0888
+Size (emoji-0.5.0.tar.gz) = 41302 bytes



Home | Main Index | Thread Index | Old Index