sync ports with The Matrix
This commit is contained in:
parent
15ac3e795a
commit
09b3080379
180 changed files with 9334 additions and 2187 deletions
|
@ -1,6 +1,6 @@
|
|||
COMMENT= Python bindings to GSSAPI C libraries
|
||||
|
||||
MODPY_EGG_VERSION= 1.8.2
|
||||
MODPY_EGG_VERSION= 1.8.3
|
||||
DISTNAME= python-gssapi-${MODPY_EGG_VERSION}
|
||||
PKGNAME= py-gssapi-${MODPY_EGG_VERSION}
|
||||
|
||||
|
@ -13,21 +13,18 @@ MASTER_SITES= https://github.com/pythongssapi/python-gssapi/releases/download/v
|
|||
|
||||
WANTLIB += heimdal/lib/gssapi
|
||||
|
||||
MODULES= lang/python
|
||||
MODULES= lang/python \
|
||||
security/heimdal
|
||||
|
||||
MODPY_PYBUILD= setuptools
|
||||
|
||||
BUILD_DEPENDS= lang/cython${MODPY_FLAVOR}
|
||||
|
||||
LIB_DEPENDS= security/heimdal,-libs
|
||||
|
||||
RUN_DEPENDS= devel/py-decorator${MODPY_FLAVOR}
|
||||
|
||||
FLAVORS= python3
|
||||
FLAVOR= python3
|
||||
|
||||
MAKE_ENV= GSSAPI_KRB5CONFIG=${LOCALBASE}/heimdal/bin/krb5-config
|
||||
|
||||
# tests require devel/py-parameterized, k5test (not ported),
|
||||
# and a MIT Kerberos installation including KDC (they create
|
||||
# a self-contained Kerberos setup).
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (python-gssapi-1.8.2.tar.gz) = rGKn4O6UCW98X18Z0+fJ2WaJGAxH4YxbVSB/APsDoxM=
|
||||
SIZE (python-gssapi-1.8.2.tar.gz) = 112521
|
||||
SHA256 (python-gssapi-1.8.3.tar.gz) = PyUMvGNsfZNOeuUSevRoH75LXaugVWj/EJw4xEOnZHY=
|
||||
SIZE (python-gssapi-1.8.3.tar.gz) = 113958
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue