diff options
Diffstat (limited to 'x11-fonts')
| -rw-r--r-- | x11-fonts/Makefile | 1 | ||||
| -rw-r--r-- | x11-fonts/py-rendercv-fonts/Makefile | 21 | ||||
| -rw-r--r-- | x11-fonts/py-rendercv-fonts/distinfo | 3 | ||||
| -rw-r--r-- | x11-fonts/py-rendercv-fonts/files/patch-pyproject.toml | 9 | ||||
| -rw-r--r-- | x11-fonts/py-rendercv-fonts/pkg-descr | 2 |
5 files changed, 36 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 5f8d5d603db9..6f0d896a1ba0 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -303,6 +303,7 @@ SUBDIR += py-opentype-sanitizer SUBDIR += py-opentypespec SUBDIR += py-shaperglot + SUBDIR += py-rendercv-fonts SUBDIR += py-ufo2ft SUBDIR += py-ufoLib SUBDIR += py-ufolint diff --git a/x11-fonts/py-rendercv-fonts/Makefile b/x11-fonts/py-rendercv-fonts/Makefile new file mode 100644 index 000000000000..747ffd25d739 --- /dev/null +++ b/x11-fonts/py-rendercv-fonts/Makefile @@ -0,0 +1,21 @@ +PORTNAME= rendercv-fonts +DISTVERSION= 0.5.1 +CATEGORIES= x11-fonts python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= rendercv_fonts-${DISTVERSION} + +MAINTAINER= dtxdf@FreeBSD.org +COMMENT= Some fonts for RenderCV +WWW= https://github.com/rendercv/rendercv-fonts \ + https://pypi.org/project/rendercv-fonts + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= autoplist pep517 + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} + +.include <bsd.port.mk> diff --git a/x11-fonts/py-rendercv-fonts/distinfo b/x11-fonts/py-rendercv-fonts/distinfo new file mode 100644 index 000000000000..d04daf0d8249 --- /dev/null +++ b/x11-fonts/py-rendercv-fonts/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1766177557 +SHA256 (rendercv_fonts-0.5.1.tar.gz) = f7ea8f33bb1338d9ce41c036066ffb8a482cc182c0f36e183d73a42e2da91ee5 +SIZE (rendercv_fonts-0.5.1.tar.gz) = 33041210 diff --git a/x11-fonts/py-rendercv-fonts/files/patch-pyproject.toml b/x11-fonts/py-rendercv-fonts/files/patch-pyproject.toml new file mode 100644 index 000000000000..02b4185a9237 --- /dev/null +++ b/x11-fonts/py-rendercv-fonts/files/patch-pyproject.toml @@ -0,0 +1,9 @@ +--- pyproject.toml.orig 2025-12-19 20:56:16 UTC ++++ pyproject.toml +@@ -1,5 +1,5 @@ + [build-system] +-requires = ["hatchling==1.26.3"] ++requires = ["hatchling"] + build-backend = "hatchling.build" + + [tool.hatch.build.targets.wheel] diff --git a/x11-fonts/py-rendercv-fonts/pkg-descr b/x11-fonts/py-rendercv-fonts/pkg-descr new file mode 100644 index 000000000000..79118867a96d --- /dev/null +++ b/x11-fonts/py-rendercv-fonts/pkg-descr @@ -0,0 +1,2 @@ +rendercv-fonts is a python package with some fonts for the rendercv +package. |
