Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jan 2024 11:20:30 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e78502a4a7e1 - main - security/py-mnemonic: Update to 0.21
Message-ID:  <202401061120.406BKUEP051328@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e78502a4a7e151372d8ea2531cac7e3e76d4c485

commit e78502a4a7e151372d8ea2531cac7e3e76d4c485
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-01-06 11:20:20 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-01-06 11:20:20 +0000

    security/py-mnemonic: Update to 0.21
---
 security/py-mnemonic/Makefile | 5 +++--
 security/py-mnemonic/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/security/py-mnemonic/Makefile b/security/py-mnemonic/Makefile
index 7d4e18b24ff6..c139cd4097bb 100644
--- a/security/py-mnemonic/Makefile
+++ b/security/py-mnemonic/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	mnemonic
-PORTVERSION=	0.20
+PORTVERSION=	0.21
 CATEGORIES=	security python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,10 +10,11 @@ WWW=		https://github.com/trezor/python-mnemonic
 
 LICENSE=	MIT
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=0:devel/py-poetry-core@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbkdf2>=1.3:security/py-pbkdf2@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist pep517
 
 NO_ARCH=	yes
 
diff --git a/security/py-mnemonic/distinfo b/security/py-mnemonic/distinfo
index 6035ea77b0fc..30e49eb8ef41 100644
--- a/security/py-mnemonic/distinfo
+++ b/security/py-mnemonic/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1627453758
-SHA256 (mnemonic-0.20.tar.gz) = 7c6fb5639d779388027a77944680aee4870f0fcd09b1e42a5525ee2ce4c625f6
-SIZE (mnemonic-0.20.tar.gz) = 67596
+TIMESTAMP = 1704538959
+SHA256 (mnemonic-0.21.tar.gz) = 1fe496356820984f45559b1540c80ff10de448368929b9c60a2b55744cc88acf
+SIZE (mnemonic-0.21.tar.gz) = 152462



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401061120.406BKUEP051328>