pkgsrc-WIP-changes archive

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

py-emoji: Import emoji-0.5.0 as wip/py-emoji



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Sun Jun 17 22:36:04 2018 +0100
Changeset:	c54830a8da04de1788402396aea82cadc6bc0699

Modified Files:
	Makefile
Added Files:
	py-emoji/DESCR
	py-emoji/Makefile
	py-emoji/PLIST
	py-emoji/distinfo

Log Message:
py-emoji: Import emoji-0.5.0 as wip/py-emoji

Emoji terminal output for Python

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c54830a8da04de1788402396aea82cadc6bc0699

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile          |  1 +
 py-emoji/DESCR    |  1 +
 py-emoji/Makefile | 15 +++++++++++++++
 py-emoji/PLIST    | 16 ++++++++++++++++
 py-emoji/distinfo |  6 ++++++
 5 files changed, 39 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index c2fefd5620..bbd568bf21 100644
--- a/Makefile
+++ b/Makefile
@@ -3120,6 +3120,7 @@ SUBDIR+=	py-email-reply-parser
 SUBDIR+=	py-embedc
 SUBDIR+=	py-emcee
 SUBDIR+=	py-emmsa
+SUBDIR+=	py-emoji
 SUBDIR+=	py-empirical
 SUBDIR+=	py-engfmt
 SUBDIR+=	py-enre
diff --git a/py-emoji/DESCR b/py-emoji/DESCR
new file mode 100644
index 0000000000..1fd2266d27
--- /dev/null
+++ b/py-emoji/DESCR
@@ -0,0 +1 @@
+Emoji terminal output for Python
diff --git a/py-emoji/Makefile b/py-emoji/Makefile
new file mode 100644
index 0000000000..20a0868431
--- /dev/null
+++ b/py-emoji/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+DISTNAME=	emoji-0.5.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_PYPI:=e/emoji/}
+
+HOMEPAGE=	https://pypi.org/project/emoji/
+COMMENT=	Emoji terminal output for Python
+LICENSE=	modified-bsd
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-emoji/PLIST b/py-emoji/PLIST
new file mode 100644
index 0000000000..7b92e22a09
--- /dev/null
+++ b/py-emoji/PLIST
@@ -0,0 +1,16 @@
+@comment $NetBSD$
+${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 --git a/py-emoji/distinfo b/py-emoji/distinfo
new file mode 100644
index 0000000000..30ae5f9d42
--- /dev/null
+++ b/py-emoji/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+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