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$
|
||||
|
||||
PORTNAME= idnkit-python
|
||||
PORTVERSION= 2.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.3
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= http://jprs.co.jp/idn/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -11,10 +10,10 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|||
MAINTAINER= fbsd@grid.einherjar.de
|
||||
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_PYTHON= yes
|
||||
USE_PYTHON= 2
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (idnkit-python-2.2.tar.bz2) = a5851831386f24374c7b18eae886f95a21d28bc9439dc3779676d7b2dd8a9909
|
||||
SIZE (idnkit-python-2.2.tar.bz2) = 31331
|
||||
SHA256 (idnkit-python-2.3.tar.bz2) = b7ebd906ebe70e285aaa97714209fed97b908868621fd5b7c3f5481cd2dcdfe9
|
||||
SIZE (idnkit-python-2.3.tar.bz2) = 31377
|
||||
|
|
Loading…
Add table
Reference in a new issue