pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/time/py-rfc3339-validator



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Aug 10 09:13:55 UTC 2024

Modified Files:
        pkgsrc/time/py-rfc3339-validator: Makefile PLIST

Log Message:
py-rfc3339-validator: Fix dependencies, convert to wheel.mk

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/time/py-rfc3339-validator/Makefile \
    pkgsrc/time/py-rfc3339-validator/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/py-rfc3339-validator/Makefile
diff -u pkgsrc/time/py-rfc3339-validator/Makefile:1.1 pkgsrc/time/py-rfc3339-validator/Makefile:1.2
--- pkgsrc/time/py-rfc3339-validator/Makefile:1.1       Mon May 15 20:03:47 2023
+++ pkgsrc/time/py-rfc3339-validator/Makefile   Sat Aug 10 09:13:55 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2023/05/15 20:03:47 adam Exp $
+# $NetBSD: Makefile,v 1.2 2024/08/10 09:13:55 wiz Exp $
 
 DISTNAME=      rfc3339_validator-0.1.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+PKGREVISION=   1
 CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rfc3339-validator/}
 
@@ -10,14 +11,18 @@ HOMEPAGE=   https://github.com/naimetti/rf
 COMMENT=       Pure Python RFC3339 validator
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-strict-rfc3339-[0-9]*:../../time/py-strict-rfc3339
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.0:../../devel/py-test
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+
+# as of 0.1.4
+# 3 passed, 1 warning
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/time/py-rfc3339-validator/PLIST
diff -u pkgsrc/time/py-rfc3339-validator/PLIST:1.1 pkgsrc/time/py-rfc3339-validator/PLIST:1.2
--- pkgsrc/time/py-rfc3339-validator/PLIST:1.1  Mon May 15 20:03:47 2023
+++ pkgsrc/time/py-rfc3339-validator/PLIST      Sat Aug 10 09:13:55 2024
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2023/05/15 20:03:47 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2024/08/10 09:13:55 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.rst
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/rfc3339_validator.py
 ${PYSITELIB}/rfc3339_validator.pyc
 ${PYSITELIB}/rfc3339_validator.pyo



Home | Main Index | Thread Index | Old Index