openbsd-ports/www/ephemetoot/Makefile
sthen 382b8010ad ephemetoot needs an RDEP on py-setuptools for the pkg_resources locator,
upstream hasn't moved to the newer preferred importlib.metadata yet
(https://docs.python.org/3/library/importlib.metadata.html#version)

found by florian@
2023-01-09 09:12:17 +00:00

25 lines
492 B
Makefile

COMMENT = tool for deleting old Mastodon toots
MODPY_EGG_VERSION = 3.1.3
DISTNAME = ephemetoot-${MODPY_EGG_VERSION}
REVISION = 4
CATEGORIES = www
MAINTAINER = Paco Esteban <paco@openbsd.org>
# GPLv3+
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = poetry-core
RUN_DEPENDS = devel/py-setuptools${MODPY_FLAVOR} \
textproc/py-yaml${MODPY_FLAVOR}>=5.0 \
www/py-mastodon.py${MODPY_FLAVOR} \
www/py-requests${MODPY_FLAVOR}
.include <bsd.port.mk>