mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
security/py-netbox-secrets: Update to 2.2.1
* Switch to the PEP517 build framework while I'm here.
Changelog:
https://github.com/Onemind-Services-LLC/netbox-secrets/releases/tag/v2.2.1
MFH: 2025Q2
(cherry picked from commit 41f692c74a
)
This commit is contained in:
parent
0f4c311f93
commit
71ba439a6a
2 changed files with 7 additions and 6 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= netbox-secrets
|
||||
DISTVERSION= 2.2.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 2.2.1
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -13,10 +12,12 @@ WWW= https://github.com/Onemind-Services-LLC/netbox-secrets
|
|||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycryptodome>0:security/py-pycryptodome@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_PYTHON= autoplist pep517
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1738929151
|
||||
SHA256 (netbox_secrets-2.2.0.tar.gz) = 6140dd46981c65a96bc174ac07905ae7355bdbdc3d144fc281a0cde0f6e096c8
|
||||
SIZE (netbox_secrets-2.2.0.tar.gz) = 57503
|
||||
TIMESTAMP = 1747310577
|
||||
SHA256 (netbox_secrets-2.2.1.tar.gz) = 26f817f9a9c03dcd34aaaa89d4744b2d15408d0e38f584aa6f2cb73bdd48958f
|
||||
SIZE (netbox_secrets-2.2.1.tar.gz) = 57852
|
||||
|
|
Loading…
Add table
Reference in a new issue