diff --git a/devel/py-typecode/Makefile b/devel/py-typecode/Makefile index e6dd24839aa7..38c9ee3ec17b 100644 --- a/devel/py-typecode/Makefile +++ b/devel/py-typecode/Makefile @@ -1,27 +1,27 @@ PORTNAME= typecode 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 -WWW= https://github.com/nexB/plugincode +WWW= https://github.com/aboutcode-org/typecode/ 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