diff --git a/devel/py-typecode/Makefile b/devel/py-typecode/Makefile index 062e85f2dda5..e6dd24839aa7 100644 --- a/devel/py-typecode/Makefile +++ b/devel/py-typecode/Makefile @@ -1,28 +1,27 @@ PORTNAME= typecode -DISTVERSION= 30.0.2 -PORTREVISION= 1 +DISTVERSION= 30.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= tuukka.pasanen@ilmi.fi -COMMENT= Comprehensive filetype and mimetype detection using libmagic and Pygments. +COMMENT= Comprehensive filetype and mimetype detection using libmagic and Pygments WWW= https://github.com/nexB/plugincode LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/apache-2.0.LICENSE BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}commoncode>=30.2.0:devel/py-commoncode@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pdfminer.six>=20200101:textproc/py-pdfminer.six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=2.19:textproc/py-pygments@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 pytest PYTEST_BROKEN_TESTS= test_skeleton_codestyle NO_ARCH= yes .include diff --git a/devel/py-typecode/distinfo b/devel/py-typecode/distinfo index 2a1415825290..0c316882a888 100644 --- a/devel/py-typecode/distinfo +++ b/devel/py-typecode/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747722646 -SHA256 (typecode-30.0.2.tar.gz) = 17689d20af0ae6116e797ef2c5de65f0ce809128cf0e68479b34bd6ba4bc3898 -SIZE (typecode-30.0.2.tar.gz) = 3863273 +TIMESTAMP = 1770637749 +SHA256 (typecode-30.1.0.tar.gz) = fca3617a43c307578656d70634c287c7da32aee3fdee87fbc9dcf1fbd3fb750f +SIZE (typecode-30.1.0.tar.gz) = 948794 diff --git a/devel/py-typecode/pkg-descr b/devel/py-typecode/pkg-descr index eb11898a6357..48898a092e05 100644 --- a/devel/py-typecode/pkg-descr +++ b/devel/py-typecode/pkg-descr @@ -1,3 +1,3 @@ TypeCode provides comprehensive filetype and mimetype detection using multiple -detectors including libmagic (included as a dependency for Linux, Windows and macOS) -and Pygments. It started as library in scancode-toolkit. +detectors including libmagic (included as a dependency for Linux, Windows and +macOS) and Pygments. It started as library in scancode-toolkit.