py-test-lazy-fixtures: fix PKGNAME

This commit is contained in:
adam 2024-02-21 12:26:09 +00:00
parent 4d26970ba2
commit a7d0aeb3e3
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.1 2024/02/21 12:20:55 adam Exp $
# $NetBSD: Makefile,v 1.2 2024/02/21 12:26:09 adam Exp $
DISTNAME= pytest_lazy_fixtures-1.0.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/g}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-lazy-fixtures/}