Skip to content

Commit

Permalink
devel/py-setuptools-gettext: new port
Browse files Browse the repository at this point in the history
A setuptools plugin to compile .po files into .mo files.

WWW: https://github.com/breezy-team/setuptools-gettext

PR:		267680
  • Loading branch information
fullermd authored and clausecker committed Jun 5, 2023
1 parent 12a9996 commit ecef70f
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -5493,6 +5493,7 @@
SUBDIR += py-setproctitle
SUBDIR += py-setuptools
SUBDIR += py-setuptools-declarative-requirements
SUBDIR += py-setuptools-gettext
SUBDIR += py-setuptools-git
SUBDIR += py-setuptools-pkg
SUBDIR += py-setuptools-rust
Expand Down
19 changes: 19 additions & 0 deletions devel/py-setuptools-gettext/Makefile
@@ -0,0 +1,19 @@
PORTNAME= setuptools-gettext
PORTVERSION= 0.1.3
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= fullermd@over-yonder.net
COMMENT= Setuptools plugin for gettext
WWW= https://github.com/breezy-team/setuptools-gettext

LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING

USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions devel/py-setuptools-gettext/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1679867854
SHA256 (setuptools-gettext-0.1.3.tar.gz) = 1a76c6e73d2c4f5f72b4def0e539c268b72b0856f473c1ddcb279a0885f4636c
SIZE (setuptools-gettext-0.1.3.tar.gz) = 10654
2 changes: 2 additions & 0 deletions devel/py-setuptools-gettext/pkg-descr
@@ -0,0 +1,2 @@
setuptools-gettest is a plugin for setuptools to use gettext to compile
.po files into .mo files.

0 comments on commit ecef70f

Please sign in to comment.