multimedia/py-srt: New port: Library and tools for parsing, modifying, and composing SRT files

2024Q1
Yuri Victorovich 2023-10-22 11:50:00 -07:00
parent e79df2beed
commit 184f8338ae
4 changed files with 31 additions and 0 deletions

View File

@ -318,6 +318,7 @@
SUBDIR += py-pymediainfo
SUBDIR += py-pysubs2
SUBDIR += py-soco
SUBDIR += py-srt
SUBDIR += py-subliminal
SUBDIR += py-tartube
SUBDIR += py-tvnamer

View File

@ -0,0 +1,23 @@
PORTNAME= srt
PORTVERSION= 3.5.3
CATEGORIES= multimedia python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library and tools for parsing, modifying, and composing SRT files
WWW= https://github.com/Zulko/moviepy
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils concurrent autoplist pytest
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1698000114
SHA256 (srt-3.5.3.tar.gz) = 4884315043a4f0740fd1f878ed6caa376ac06d70e135f306a6dc44632eed0cc0
SIZE (srt-3.5.3.tar.gz) = 28296

View File

@ -0,0 +1,4 @@
srt is a tiny Python library for parsing, modifying, and composing SRT files.
There are a number of tools shipped with the library to manipulate, process,
and fix SRT files.