head 1.3; access; symbols pkgsrc-2026Q2:1.3.0.2 pkgsrc-2026Q2-base:1.3; locks; strict; comment @# @; 1.3 date 2026.05.20.09.43.02; author adam; state Exp; branches; next 1.2; commitid kBJXgw2MVqL9ixGG; 1.2 date 2026.05.19.04.57.07; author adam; state Exp; branches; next 1.1; commitid oV8vSoO8yoj3KnGG; 1.1 date 2026.04.01.12.53.30; author adam; state Exp; branches; next ; commitid y3kGG0s0jxyaVfAG; desc @@ 1.3 log @py-setuptools-gettext: updated to 0.1.18 0.1.18 Add support for locale//LC_MESSAGES/.po layout Allow configuring the msgfmt compiler in pyproject.toml Include .po files in sdist and run build_mo via python -m build @ text @# $NetBSD: Makefile,v 1.2 2026/05/19 04:57:07 adam Exp $ DISTNAME= setuptools_gettext-0.1.18 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools-gettext/} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/breezy-team/setuptools-gettext COMMENT= Setuptools gettext extension plugin LICENSE= gnu-gpl-v2 DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools USE_LANGUAGES= # none .include "../../lang/python/pyversion.mk" .if ${PYTHON_VERSION} < 311 DEPENDS+= ${PYPKGPREFIX}-tomli>=1.2.1:../../textproc/py-tomli .endif .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" @ 1.2 log @py-setuptools-gettext: updated to 0.1.17 0.1.17 Fix skip Include .po files in sdist and run build_mo via python -m build @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2026/04/01 12:53:30 adam Exp $ d3 1 a3 1 DISTNAME= setuptools_gettext-0.1.17 @ 1.1 log @py-setuptools-gettext: added version 0.1.16 This plugin adds build_mo, clean_mo and install_mo subcommands for setup.py as well as hooking those into standard commands. @ text @d1 1 a1 1 # $NetBSD$ d3 1 a3 1 DISTNAME= setuptools_gettext-0.1.16 @