ports/textproc/py-typogrify/Makefile
Po-Chuan Hsieh 57c2360b5e
textproc/py-typogrify: Update to 2.1.0
- Add GitHub to MASTER_SITES
- Update WWW
- Convert to USE_PYTHON=pep517
- Update pkg-descr
- Take maintainership

Changes:	https://github.com/justinmayer/typogrify/releases
2025-02-19 19:54:51 +08:00

25 lines
769 B
Makefile

PORTNAME= typogrify
PORTVERSION= 2.1.0
CATEGORIES= textproc
MASTER_SITES= PYPI \
https://github.com/justinmayer/typogrify/releases/download/${PORTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Filters to enhance web typography, including support for Django and Jinja templates
WWW= https://github.com/justinmayer/typogrify
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}smartypants>=1.8.3:textproc/py-smartypants@${PY_FLAVOR}
USES= python:3.9+ shebangfix
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
SHEBANG_FILES= typogrify/packages/titlecase/__init__.py
.include <bsd.port.mk>