pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-flake8



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jul 20 06:07:45 UTC 2024

Modified Files:
        pkgsrc/devel/py-test-flake8: Makefile PLIST distinfo

Log Message:
py-test-flake8: updated to 1.2.0

v1.2.0

Features
- Adopted jaraco/skeleton for packaging.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-test-flake8/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-flake8/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-test-flake8/distinfo

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

Modified files:

Index: pkgsrc/devel/py-test-flake8/Makefile
diff -u pkgsrc/devel/py-test-flake8/Makefile:1.15 pkgsrc/devel/py-test-flake8/Makefile:1.16
--- pkgsrc/devel/py-test-flake8/Makefile:1.15   Sat Aug 26 11:49:13 2023
+++ pkgsrc/devel/py-test-flake8/Makefile        Sat Jul 20 06:07:44 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2023/08/26 11:49:13 adam Exp $
+# $NetBSD: Makefile,v 1.16 2024/07/20 06:07:44 adam Exp $
 
-DISTNAME=      pytest-flake8-1.1.1
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
+DISTNAME=      pytest_flake8-1.2.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-flake8/}
 
@@ -10,6 +10,9 @@ HOMEPAGE=     https://github.com/tholo/pytes
 COMMENT=       Plugin plugin to check FLAKE8 requirements
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61.2:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-flake8>=4.0:../../devel/py-flake8
 DEPENDS+=      ${PYPKGPREFIX}-test>=7.0:../../devel/py-test
 
@@ -17,8 +20,5 @@ USE_LANGUAGES=        # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-test-flake8/PLIST
diff -u pkgsrc/devel/py-test-flake8/PLIST:1.1 pkgsrc/devel/py-test-flake8/PLIST:1.2
--- pkgsrc/devel/py-test-flake8/PLIST:1.1       Mon Aug 21 15:35:11 2017
+++ pkgsrc/devel/py-test-flake8/PLIST   Sat Jul 20 06:07:44 2024
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2017/08/21 15:35:11 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2024/07/20 06:07:44 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/pytest_flake8.py
 ${PYSITELIB}/pytest_flake8.pyc
 ${PYSITELIB}/pytest_flake8.pyo

Index: pkgsrc/devel/py-test-flake8/distinfo
diff -u pkgsrc/devel/py-test-flake8/distinfo:1.13 pkgsrc/devel/py-test-flake8/distinfo:1.14
--- pkgsrc/devel/py-test-flake8/distinfo:1.13   Sat Aug 26 11:49:13 2023
+++ pkgsrc/devel/py-test-flake8/distinfo        Sat Jul 20 06:07:44 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2023/08/26 11:49:13 adam Exp $
+$NetBSD: distinfo,v 1.14 2024/07/20 06:07:44 adam Exp $
 
-BLAKE2s (pytest-flake8-1.1.1.tar.gz) = ff3449e2c0710e799aa34388375b7e8d255566d0dc62fc04672be752bb8c83ea
-SHA512 (pytest-flake8-1.1.1.tar.gz) = c6fed2228520501bc0c007c90b189d43953391c10fe93fdd7c4c68203ddfc64937b9919730f25ebcba0c1003ed266fbcb35d3ab12ed49fb63503bf27615286c0
-Size (pytest-flake8-1.1.1.tar.gz) = 9144 bytes
+BLAKE2s (pytest_flake8-1.2.0.tar.gz) = 728a2c2c12e9a8237d2de6152f38f0331629c6fed19c6818dfe621252172ce8d
+SHA512 (pytest_flake8-1.2.0.tar.gz) = 735158737920e619b4f5d54ab102bda288082c56432fcd71d88cba551f0f42fc0eb0465a2291bdfff84620bcabd8469b8536df43084c63333079ecaf31dbf945
+Size (pytest_flake8-1.2.0.tar.gz) = 12689 bytes



Home | Main Index | Thread Index | Old Index