freebsd-ports/textproc/py-aeidon/Makefile
Sunpoet Po-Chuan Hsieh 6dd3babdfd Add py-aeidon 1.7.0
aeidon is a Python package for reading, writing and manipulating text-based
subtitle files. It is used by the gaupol package, which provides a subtitle
editor with a GTK user interface.

Separating a user interface independent general-purpose subtitle editing package
from Gaupol has been an afterthought and thus not well designed to be a reusable
component, but on the other hand is proven, working and maintained code.

WWW: https://github.com/jrabbit/gaupol
2020-02-12 19:23:09 +00:00

23 lines
495 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= aeidon
PORTVERSION= 1.7.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Reading, write and manipulate text-based subtitle files
LICENSE= GPLv3+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=3.0<4.0:textproc/py-chardet@${PY_FLAVOR}
USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>