mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
security/py-mkpasswd: pet portlint & portfmt
PR: 279465
This commit is contained in:
parent
cee3cb9c7e
commit
ad5166db33
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= mkpasswd
|
PORTNAME= mkpasswd
|
||||||
DISTVERSIONPREFIX= v
|
|
||||||
PORTVERSION= 2.1
|
PORTVERSION= 2.1
|
||||||
|
DISTVERSIONPREFIX= v
|
||||||
CATEGORIES= security python
|
CATEGORIES= security python
|
||||||
|
|
||||||
MAINTAINER= rbranco@suse.de
|
MAINTAINER= rbranco@suse.de
|
||||||
|
@ -9,14 +9,14 @@ COMMENT= Overfeatured front end to crypt(3)
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argon2-cffi>=21.1:security/py-argon2-cffi@${PY_FLAVOR} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}passlib>=1.7.4:security/py-passlib@${PY_FLAVOR}
|
||||||
|
|
||||||
|
USES= python
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= ricardobranco777
|
GH_ACCOUNT= ricardobranco777
|
||||||
GH_PROJECT= mkpasswd
|
GH_PROJECT= mkpasswd
|
||||||
|
|
||||||
USES= python
|
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argon2-cffi>=21.1:security/py-argon2-cffi@${PY_FLAVOR} \
|
|
||||||
${PYTHON_PKGNAMEPREFIX}passlib>=1.7.4:security/py-passlib@${PY_FLAVOR}
|
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
PLIST_FILES= bin/mkpasswd
|
PLIST_FILES= bin/mkpasswd
|
||||||
|
|
Loading…
Add table
Reference in a new issue