Add module for PyICU - Python extension wrapping the ICU C++ libraries

This commit is contained in:
jdolecek 2020-02-09 21:11:29 +00:00
parent e79527d318
commit 280a06734c
5 changed files with 44 additions and 1 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1110 2020/01/23 16:15:42 schmonz Exp $
# $NetBSD: Makefile,v 1.1111 2020/02/09 21:11:29 jdolecek Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
@ -791,6 +791,7 @@ SUBDIR+= pxp
SUBDIR+= py-4Suite
SUBDIR+= py-Excelerator
SUBDIR+= py-HappyDoc
SUBDIR+= py-ICU
SUBDIR+= py-JWT
SUBDIR+= py-Levenshtein
SUBDIR+= py-Tempita

6
textproc/py-ICU/DESCR Normal file
View file

@ -0,0 +1,6 @@
PyICU is a Python extension wrapping the ICU C++ libraries.
ICU stands for "International Components for Unicode". These are
the i18n libraries of the Unicode Consortium. They implement much
of the Unicode Standard, many of its companion Unicode Technical
Standards, and much of Unicode CLDR.

17
textproc/py-ICU/Makefile Normal file
View file

@ -0,0 +1,17 @@
# $NetBSD: Makefile,v 1.1 2020/02/09 21:11:29 jdolecek Exp $
DISTNAME= PyICU-2.4.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PyICU/ICU/}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyICU/}
MAINTAINER= pkgsrc@NetBSD.org
HOMEPAGE= https://github.com/ovalhub/pyicu
COMMENT= Python extension wrapping the ICU C++ libraries
LICENSE= modified-bsd
USE_LANGUAGES= c c++
.include "../../lang/python/egg.mk"
.include "../../textproc/icu/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

13
textproc/py-ICU/PLIST Normal file
View file

@ -0,0 +1,13 @@
@comment $NetBSD: PLIST,v 1.1 2020/02/09 21:11:29 jdolecek Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/_icu.so
${PYSITELIB}/PyICU.py
${PYSITELIB}/PyICU.pyc
${PYSITELIB}/PyICU.pyo
${PYSITELIB}/_icu.so
${PYSITELIB}/icu/__init__.py
${PYSITELIB}/icu/__init__.pyc
${PYSITELIB}/icu/__init__.pyo

6
textproc/py-ICU/distinfo Normal file
View file

@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1 2020/02/09 21:11:29 jdolecek Exp $
SHA1 (PyICU-2.4.2.tar.gz) = 7d5f433c16b2b57de0414805e5809266df16c434
RMD160 (PyICU-2.4.2.tar.gz) = 2c90fa71134b70f51c636a47b900108412c2e2b4
SHA512 (PyICU-2.4.2.tar.gz) = 3cd1f632c2551dce3d721c54190a19c2a46e2554ef54915c9e07b133fa4a499b1a8c49f406abe9777721903799eb23a2d55d3b1aadd758870f8bd591f143a05b
Size (PyICU-2.4.2.tar.gz) = 219356 bytes