Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Jun 2026 01:30:13 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d51b5fb9f698 - main - devel/py-schema: update 0=?utf-8?Q?=2E7.7 =E2=86=92?= 0.7.8
Message-ID:  <6a24c9a5.3acf6.3d0eeee0@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

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

commit d51b5fb9f6989adea83bcd9ae2f9b6b02433f618
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-06-07 00:15:56 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-07 01:30:06 +0000

    devel/py-schema: update 0.7.7 → 0.7.8
---
 devel/py-schema/Makefile | 10 +++++++---
 devel/py-schema/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/devel/py-schema/Makefile b/devel/py-schema/Makefile
index 9483314b2882..d65245ff3fa2 100644
--- a/devel/py-schema/Makefile
+++ b/devel/py-schema/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	schema
-DISTVERSION=	0.7.7
-PORTREVISION=	1
+DISTVERSION=	0.7.8
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,9 +11,14 @@ WWW=		https://github.com/keleshev/schema
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE-MIT
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+
 USES=		python
-USE_PYTHON=	distutils autoplist pytest
+USE_PYTHON=	autoplist pep517 pytest
 
 NO_ARCH=	yes
 
+# tests as of 0.7.8: 118 passed, 1 warning in 0.54s
+
 .include <bsd.port.mk>
diff --git a/devel/py-schema/distinfo b/devel/py-schema/distinfo
index 6d6b70d50ec6..8028c24f7219 100644
--- a/devel/py-schema/distinfo
+++ b/devel/py-schema/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1714892029
-SHA256 (schema-0.7.7.tar.gz) = 7da553abd2958a19dc2547c388cde53398b39196175a9be59ea1caf5ab0a1807
-SIZE (schema-0.7.7.tar.gz) = 44245
+TIMESTAMP = 1780790872
+SHA256 (schema-0.7.8.tar.gz) = e86cc08edd6fe6e2522648f4e47e3a31920a76e82cce8937535422e310862ab5
+SIZE (schema-0.7.8.tar.gz) = 45540


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a24c9a5.3acf6.3d0eeee0>