mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Switch to new LIB_DEPENDS
- Remove easy_install dependency - Convert to PYDISTUTILS_AUTOPLIST - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit)
This commit is contained in:
parent
30fe98eec2
commit
46b2d3ce31
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357147
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= icu
|
||||
PORTVERSION= 1.5
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_CHEESESHOP}
|
||||
MASTER_SITE_SUBDIR= source/P/PyICU
|
||||
@ -14,9 +14,8 @@ MAINTAINER= bland@FreeBSD.org
|
||||
COMMENT= Python extension wrapping IBM's ICU C++ API
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= easy_install
|
||||
PYDISTUTILS_PKGNAME= PyICU
|
||||
PYEASYINSTALL_ARCHDEP= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
MAKE_ENV+= \
|
||||
PYICU_INCLUDES="${PREFIX}/include" \
|
||||
@ -24,6 +23,6 @@ MAKE_ENV+= \
|
||||
PYICU_LFLAGS="-L${PREFIX}/lib" \
|
||||
PYICU_LIBRARIES="icui18n:icuuc:icudata"
|
||||
|
||||
LIB_DEPENDS+= icudata:${PORTSDIR}/devel/icu
|
||||
LIB_DEPENDS+= libicudata.so:${PORTSDIR}/devel/icu
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +0,0 @@
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
Loading…
Reference in New Issue
Block a user