diff --git a/print/py-fontparts/Makefile b/print/py-fontparts/Makefile index 9bf3ec3f1294..36c8e84182e9 100644 --- a/print/py-fontparts/Makefile +++ b/print/py-fontparts/Makefile @@ -1,27 +1,30 @@ PORTNAME= fontparts PORTVERSION= 0.12.1 +PORTREVISION= 1 CATEGORIES= print python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= fontParts-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= API for interacting with the parts of fonts during the font development process WWW= https://github.com/robotools/fontParts LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=6.4.2:devel/py-setuptools_scm@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4:devel/py-setuptools_scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}booleanOperations>=0.9.0:x11-fonts/py-booleanOperations@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}defcon>=0.6.0:x11-fonts/py-defcon@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fontMath>=0.4.8:x11-fonts/py-fontMath@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fontpens>=0.1.0:print/py-fontpens@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR} USES= python zip -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/print/py-fontparts/files/patch-setup.cfg b/print/py-fontparts/files/patch-setup.cfg deleted file mode 100644 index 87c00ac3f8ea..000000000000 --- a/print/py-fontparts/files/patch-setup.cfg +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.cfg.orig 2022-07-12 08:49:32 UTC -+++ setup.cfg -@@ -8,7 +8,7 @@ license_file = LICENSE - max-line-length = 500 - - [options] --setup_requires = setuptools_scm==8.0.3 -+setup_requires = setuptools_scm>=6.4.2 - - [egg_info] - tag_build = diff --git a/print/py-fontparts/files/patch-setup.py b/print/py-fontparts/files/patch-setup.py new file mode 100644 index 000000000000..ad47437ced9b --- /dev/null +++ b/print/py-fontparts/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2023-10-30 11:21:38 UTC ++++ setup.py +@@ -5,7 +5,7 @@ with open('README.rst', 'r') as f: + long_description = f.read() + + setup_params = dict( +- name='fontParts', ++ name='fontparts', + description=("An API for interacting with the parts of fonts " + "during the font development process."), + author='Just van Rossum, Tal Leming, Erik van Blokland, Ben Kiel, others',