diff --git a/devel/py-multiset/Makefile b/devel/py-multiset/Makefile index 3dc7c2d703d6..0f6f92968026 100644 --- a/devel/py-multiset/Makefile +++ b/devel/py-multiset/Makefile @@ -1,25 +1,24 @@ PORTNAME= multiset -DISTVERSION= 3.0.1 -PORTREVISION= 1 +DISTVERSION= 3.0.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Implementation of a multiset WWW= https://github.com/wheerd/multiset LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} USES= dos2unix python USE_PYTHON= pep517 autoplist pytest DOS2UNIX_FILES= pyproject.toml NO_ARCH= yes .include diff --git a/devel/py-multiset/distinfo b/devel/py-multiset/distinfo index 69da03760e07..99c3bbd5ffde 100644 --- a/devel/py-multiset/distinfo +++ b/devel/py-multiset/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1680195127 -SHA256 (multiset-3.0.1.tar.gz) = e45671cae8385a8e6248a9b07a3a83280c2d0cc4312713058cfbacdc5ec9973e -SIZE (multiset-3.0.1.tar.gz) = 33433 +TIMESTAMP = 1703997109 +SHA256 (multiset-3.0.2.tar.gz) = a2a51231a42d922ae2245c294c235a29f8a888e06865d2fce21c6ecaf111ffff +SIZE (multiset-3.0.2.tar.gz) = 33877 diff --git a/devel/py-multiset/files/patch-pyproject.toml b/devel/py-multiset/files/patch-pyproject.toml deleted file mode 100644 index 5609f3635267..000000000000 --- a/devel/py-multiset/files/patch-pyproject.toml +++ /dev/null @@ -1,13 +0,0 @@ ---- pyproject.toml.orig 2023-03-30 16:54:02 UTC -+++ pyproject.toml -@@ -1,7 +1,7 @@ - [build-system] - requires = [ - "setuptools >= 42", -- "setuptools_scm[toml]>=3.4,<6", -+ "setuptools_scm[toml]>=3.4", - "wheel" - ] --build-backend = "setuptools.build_meta" -\ No newline at end of file -+build-backend = "setuptools.build_meta"