mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
dns/py-idnkit2: update to 2.3
- update to 2.3 while here: - use modern LIB_DEPENDS notation - limit python version to 2.x branch, because shared extension fails to build with py33 - some tab twiddling - tab->space change in pkg-descr:WWW PR: 187248 Submitted by: Rafal Lesniak <fbsd@grid.einherjar.de> (maintainer)
This commit is contained in:
parent
d1ddd12c27
commit
b45b316fc3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347063
3 changed files with 9 additions and 10 deletions
|
@ -2,8 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= idnkit-python
|
PORTNAME= idnkit-python
|
||||||
PORTVERSION= 2.2
|
PORTVERSION= 2.3
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= dns
|
CATEGORIES= dns
|
||||||
MASTER_SITES= http://jprs.co.jp/idn/
|
MASTER_SITES= http://jprs.co.jp/idn/
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -11,15 +10,15 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
MAINTAINER= fbsd@grid.einherjar.de
|
MAINTAINER= fbsd@grid.einherjar.de
|
||||||
COMMENT= Python bindings for Internationalized Domain Name toolkit 2
|
COMMENT= Python bindings for Internationalized Domain Name toolkit 2
|
||||||
|
|
||||||
LIB_DEPENDS= idnkitlite.2:${PORTSDIR}/dns/idnkit2
|
LIB_DEPENDS= libidnkitlite.so:${PORTSDIR}/dns/idnkit2
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= 2
|
||||||
USE_PYDISTUTILS= yes
|
USE_PYDISTUTILS= yes
|
||||||
PYDISTUTILS_AUTOPLIST= yes
|
PYDISTUTILS_AUTOPLIST= yes
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
|
${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
|
||||||
${WRKSRC}/setup.py
|
${WRKSRC}/setup.py
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (idnkit-python-2.2.tar.bz2) = a5851831386f24374c7b18eae886f95a21d28bc9439dc3779676d7b2dd8a9909
|
SHA256 (idnkit-python-2.3.tar.bz2) = b7ebd906ebe70e285aaa97714209fed97b908868621fd5b7c3f5481cd2dcdfe9
|
||||||
SIZE (idnkit-python-2.2.tar.bz2) = 31331
|
SIZE (idnkit-python-2.3.tar.bz2) = 31377
|
||||||
|
|
|
@ -10,4 +10,4 @@ free software modified to comply with IDNA2008.
|
||||||
idnkit-2 consists from its main part written in C and additional
|
idnkit-2 consists from its main part written in C and additional
|
||||||
API packages for other languages (Java, Python, and Perl).
|
API packages for other languages (Java, Python, and Perl).
|
||||||
|
|
||||||
WWW: http://jprs.co.jp/idn/index-e.html
|
WWW: http://jprs.co.jp/idn/index-e.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue