security/py-pysrp: Fix github config

GH_TAG should have been GH_TAGNAME which defaults to DISTVERSIONFULL
and isn't needed. And GH_ACCOUNT defaults to PORTNAME and isn't
needed.
This commit is contained in:
Craig Leres 2024-11-02 10:58:04 -07:00
parent 0494a45f74
commit a8b1ce8bbb

View file

@ -14,8 +14,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>1.16.0:devel/py-six@${PY_FLAVOR}
USES= python
USE_GITHUB= yes
GH_ACCOUNT= cocagne
GH_PROJECT= ${PORTNAME}
GH_TAG= ${DISTVERSION}
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes