mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
net/py-smbprotocol: Update to 1.13.0
- Convert to USE_PYTHON=pep517 Changes: https://github.com/jborean93/smbprotocol/releases
This commit is contained in:
parent
bbeb572d1f
commit
3d670b62b5
2 changed files with 7 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= smbprotocol
|
||||
PORTVERSION= 1.12.0
|
||||
PORTVERSION= 1.13.0
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -11,10 +11,12 @@ WWW= https://github.com/jborean93/smbprotocol
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyspnego>=0:security/py-pyspnego@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent cryptography distutils
|
||||
USE_PYTHON= autoplist concurrent cryptography pep517
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1699774586
|
||||
SHA256 (smbprotocol-1.12.0.tar.gz) = 5916a4b6c948bb70f82c246bdbfc86cf152226b71dac9f33b3d731d91e86274f
|
||||
SIZE (smbprotocol-1.12.0.tar.gz) = 180475
|
||||
TIMESTAMP = 1711466208
|
||||
SHA256 (smbprotocol-1.13.0.tar.gz) = cf33f5ae1017e9ad78ca323f2f8e323e8de519b8511dd365231cd896e8c3abba
|
||||
SIZE (smbprotocol-1.13.0.tar.gz) = 182645
|
||||
|
|
Loading…
Add table
Reference in a new issue