Version 2.7.3 -> 2.7.4 ---------------------- - added wrappers for UWordBreak and BreakIterator.getRuleStatusVec() - added wrappers for MessagePattern - added wrapper for Collator::getKeywordValuesForLocale
23 lines
680 B
Makefile
23 lines
680 B
Makefile
# $NetBSD: Makefile,v 1.17 2021/06/23 20:15:47 adam Exp $
|
|
|
|
DISTNAME= PyICU-2.7.4
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PyICU/ICU/}
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyICU/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://gitlab.pyicu.org/main/pyicu
|
|
COMMENT= Python extension wrapping the ICU C++ libraries
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= c c++11
|
|
USE_TOOLS+= pkg-config
|
|
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
|
|
|
PYTHON_VERSIONED_DEPENDENCIES= test:test
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../textproc/icu/buildlink3.mk"
|
|
.include "../../lang/python/versioned_dependencies.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|