pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-testrepository



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Apr 15 11:36:11 UTC 2024

Modified Files:
        pkgsrc/devel/py-testrepository: Makefile PLIST distinfo

Log Message:
py-testrepository: updated to 0.0.21

0.0.21

CHANGES

* testrepository now uses ``hatch`` rather than ``pbr``.
* setup.py testr now supports different coverage names.
* Isolate the testrepository test suite from the chunking (or otherwise)
  behaviour of testtools' exception handlers. (Robert Collins)
* pbr is now used to manage build and release tooling.
* Unexpected errors reading streams from a file repository now propogate the
  correct exception.
* testrepository now requires at least version 0.0.11 of the subunit Python
  module.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-testrepository/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-testrepository/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-testrepository/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-testrepository/Makefile
diff -u pkgsrc/devel/py-testrepository/Makefile:1.5 pkgsrc/devel/py-testrepository/Makefile:1.6
--- pkgsrc/devel/py-testrepository/Makefile:1.5 Tue Nov  7 22:38:00 2023
+++ pkgsrc/devel/py-testrepository/Makefile     Mon Apr 15 11:36:11 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2023/11/07 22:38:00 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2024/04/15 11:36:11 adam Exp $
 
-DISTNAME=      testrepository-0.0.20
+DISTNAME=      testrepository-0.0.21
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/testrepository/}
 
@@ -11,22 +10,22 @@ HOMEPAGE=   https://launchpad.net/testrepo
 COMMENT=       Repository of test results
 LICENSE=       apache-2.0 OR modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-fixtures-[0-9]*:../../devel/py-fixtures
-DEPENDS+=      ${PYPKGPREFIX}-subunit>=0.0.18:../../net/py-subunit
-DEPENDS+=      ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools
+DEPENDS+=      ${PYPKGPREFIX}-iso8601-[0-9]*:../../time/py-iso8601
+DEPENDS+=      ${PYPKGPREFIX}-subunit>=1.0.0:../../net/py-subunit
 TEST_DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
 TEST_DEPENDS+= ${PYPKGPREFIX}-testresources-[0-9]*:../../devel/py-testresources
 TEST_DEPENDS+= ${PYPKGPREFIX}-testscenarios-[0-9]*:../../devel/py-testscenarios
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
-
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${MV} testr testr-${PYVERSSUFFIX} || ${TRUE}
 
-do-test:
-       cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-testrepository/PLIST
diff -u pkgsrc/devel/py-testrepository/PLIST:1.1 pkgsrc/devel/py-testrepository/PLIST:1.2
--- pkgsrc/devel/py-testrepository/PLIST:1.1    Thu May 17 08:04:47 2018
+++ pkgsrc/devel/py-testrepository/PLIST        Mon Apr 15 11:36:11 2024
@@ -1,14 +1,17 @@
-@comment $NetBSD: PLIST,v 1.1 2018/05/17 08:04:47 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2024/04/15 11:36:11 adam Exp $
 bin/testr-${PYVERSSUFFIX}
-${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
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING
 ${PYSITELIB}/testrepository/__init__.py
 ${PYSITELIB}/testrepository/__init__.pyc
 ${PYSITELIB}/testrepository/__init__.pyo
+${PYSITELIB}/testrepository/_version.py
+${PYSITELIB}/testrepository/_version.pyc
+${PYSITELIB}/testrepository/_version.pyo
 ${PYSITELIB}/testrepository/arguments/__init__.py
 ${PYSITELIB}/testrepository/arguments/__init__.pyc
 ${PYSITELIB}/testrepository/arguments/__init__.pyo
@@ -69,9 +72,6 @@ ${PYSITELIB}/testrepository/repository/f
 ${PYSITELIB}/testrepository/repository/memory.py
 ${PYSITELIB}/testrepository/repository/memory.pyc
 ${PYSITELIB}/testrepository/repository/memory.pyo
-${PYSITELIB}/testrepository/repository/samba_buildfarm.py
-${PYSITELIB}/testrepository/repository/samba_buildfarm.pyc
-${PYSITELIB}/testrepository/repository/samba_buildfarm.pyo
 ${PYSITELIB}/testrepository/results.py
 ${PYSITELIB}/testrepository/results.pyc
 ${PYSITELIB}/testrepository/results.pyo

Index: pkgsrc/devel/py-testrepository/distinfo
diff -u pkgsrc/devel/py-testrepository/distinfo:1.3 pkgsrc/devel/py-testrepository/distinfo:1.4
--- pkgsrc/devel/py-testrepository/distinfo:1.3 Tue Oct 26 10:19:10 2021
+++ pkgsrc/devel/py-testrepository/distinfo     Mon Apr 15 11:36:11 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:19:10 nia Exp $
+$NetBSD: distinfo,v 1.4 2024/04/15 11:36:11 adam Exp $
 
-BLAKE2s (testrepository-0.0.20.tar.gz) = 9ae532c11d4ee7b4d1d2d1c62f8e4a436649b1105fb415d985005cce9cfe5b17
-SHA512 (testrepository-0.0.20.tar.gz) = df14500e2b27b6f39d9d4c4f42961efd63dfe25186e561eb1678952a8ab9311f17c36b78819fea33e0ac879c47a33d45c31ff58be017609c8a6157905ee712d6
-Size (testrepository-0.0.20.tar.gz) = 84956 bytes
+BLAKE2s (testrepository-0.0.21.tar.gz) = ed00e1eaf1ed3eb74d959fa920455ce634825d5e3775698af9c068d89e9f15d3
+SHA512 (testrepository-0.0.21.tar.gz) = c03108434a4ab3145106a6d05f4ff42d6d2b8f103de8dee7e0e829f5a450e838c8f9c7033e97afbc764badcbe2050aa41f2da30c439edb390ce38c73c0244065
+Size (testrepository-0.0.21.tar.gz) = 2416956 bytes



Home | Main Index | Thread Index | Old Index