Verified Commit d773ece5 authored by sunpoet's avatar sunpoet
Browse files

www/py-requests-kerberos: Remove duplicate port

Use security/py-requests-kerberos instead.

Reported by:	antoine
parent 6a1ed916
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4894,3 +4894,4 @@ cad/meshlab||2025-12-12|Remove broken port
math/octave-forge-onsas||2025-12-15|Incompatible with octave packaging structure
devel/equinix-metal-cli||2025-12-15|Has expired: Equinix Platform EOL upstream
lang/typstfmt||2025-12-15|Discontinued, upstream repository archived on June 8, 2024
www/py-requests-kerberos|security/py-requests-kerberos|2025-12-17|Remove duplicate port. Use security/py-requests-kerberos instead
+0 −1
Original line number Diff line number Diff line
@@ -1953,7 +1953,6 @@
    SUBDIR += py-requests-file
    SUBDIR += py-requests-futures
    SUBDIR += py-requests-gssapi
    SUBDIR += py-requests-kerberos
    SUBDIR += py-requests-mock
    SUBDIR += py-requests-oauthlib
    SUBDIR += py-requests-toolbelt

www/py-requests-kerberos/Makefile

deleted100644 → 0
+0 −29
Original line number Diff line number Diff line
PORTNAME=	requests-kerberos
PORTVERSION=	0.15.0
CATEGORIES=	www python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	requests_kerberos-${PORTVERSION}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Kerberos authentication handler for python-requests
WWW=		https://github.com/requests/requests-kerberos

LICENSE=	ISCL
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8:devel/py-setuptools-scm@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyspnego>=0:security/py-pyspnego@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}requests>=1.1.0:www/py-requests@${PY_FLAVOR}
# pyspnego[kerberos]
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}gssapi>=1.6.0:security/py-gssapi@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}krb5>=0.3.0:security/py-krb5@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist concurrent cryptography pep517

NO_ARCH=	yes

.include <bsd.port.mk>

www/py-requests-kerberos/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1765032634
SHA256 (requests_kerberos-0.15.0.tar.gz) = 437512e424413d8113181d696e56694ffa4259eb9a5fc4e803926963864eaf4e
SIZE (requests_kerberos-0.15.0.tar.gz) = 24410
+0 −3
Original line number Diff line number Diff line
Requests is an HTTP library, written in Python, for human beings. This library
adds optional Kerberos/GSSAPI authentication support and supports mutual
authentication.