mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
security/py-pyspnego: Update to 0.9.0
- Convert to USE_PYTHON=pep517 Changes: https://github.com/jborean93/pyspnego/releases
This commit is contained in:
parent
4d6ff9220e
commit
76293baf0f
@ -1,5 +1,5 @@
|
||||
PORTNAME= pyspnego
|
||||
PORTVERSION= 0.8.0
|
||||
PORTVERSION= 0.9.0
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -11,10 +11,12 @@ WWW= https://github.com/jborean93/pyspnego
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR}
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=0,1:security/py-cryptography@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.7+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1677771357
|
||||
SHA256 (pyspnego-0.8.0.tar.gz) = e0499cc066c56762f8a315bb053243d34240cb85e384afc6b87b4fa0142543df
|
||||
SIZE (pyspnego-0.8.0.tar.gz) = 222900
|
||||
TIMESTAMP = 1682903110
|
||||
SHA256 (pyspnego-0.9.0.tar.gz) = 3f10ca7a2f0d5170c2032bb5d55183384208314032aa44c1684d6920d50e97de
|
||||
SIZE (pyspnego-0.9.0.tar.gz) = 233612
|
||||
|
Loading…
Reference in New Issue
Block a user