py-toml: fix PLIST; bump revision

This commit is contained in:
adam 2023-11-30 05:50:17 +00:00
parent e7174c6edf
commit 2917fe9585
2 changed files with 9 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.5 2022/01/04 20:55:08 wiz Exp $
# $NetBSD: Makefile,v 1.6 2023/11/30 05:50:17 adam Exp $
DISTNAME= toml-0.10.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/toml/}
@ -16,7 +16,7 @@ PYTHON_VERSIONED_DEPENDENCIES= test:test
USE_LANGUAGES= # none
do-test:
cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
.include "../../lang/python/egg.mk"
.include "../../lang/python/versioned_dependencies.mk"

View File

@ -1,20 +1,25 @@
@comment $NetBSD: PLIST,v 1.3 2020/11/02 10:14:29 adam Exp $
@comment $NetBSD: PLIST,v 1.4 2023/11/30 05:50:17 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/toml/__init__.py
${PYSITELIB}/toml/__init__.pyc
${PLIST.py3x}${PYSITELIB}/toml/__init__.pyi
${PYSITELIB}/toml/__init__.pyo
${PYSITELIB}/toml/decoder.py
${PYSITELIB}/toml/decoder.pyc
${PLIST.py3x}${PYSITELIB}/toml/decoder.pyi
${PYSITELIB}/toml/decoder.pyo
${PYSITELIB}/toml/encoder.py
${PYSITELIB}/toml/encoder.pyc
${PLIST.py3x}${PYSITELIB}/toml/encoder.pyi
${PYSITELIB}/toml/encoder.pyo
${PYSITELIB}/toml/ordered.py
${PYSITELIB}/toml/ordered.pyc
${PLIST.py3x}${PYSITELIB}/toml/ordered.pyi
${PYSITELIB}/toml/ordered.pyo
${PYSITELIB}/toml/tz.py
${PYSITELIB}/toml/tz.pyc
${PLIST.py3x}${PYSITELIB}/toml/tz.pyi
${PYSITELIB}/toml/tz.pyo