pkgsrc-WIP-changes archive

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

py-test-datadir: update to 1.4.1.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Fri May 5 11:41:26 2023 +0200
Changeset:	1e3047b70b99ce1a490d8a3f669519d307400dd4

Modified Files:
	py-test-datadir/Makefile
	py-test-datadir/PLIST
	py-test-datadir/distinfo

Log Message:
py-test-datadir: update to 1.4.1.

1.4.1 (2022-10-24)
------------------
- Replace usage of ``tmpdir`` by ``tmp_path`` (`#48 <https://github.com/gabrielcnr/pytest-datadir/pull/48>`__).

1.4.0 (2022-01-18)
------------------

- Fix package so the ``LICENSE`` file is no longer in the root of the package.
- Python 3.9 and 3.10 are now officially supported.
- Python 2.7, 3.4 and 3.5 are no longer supported.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1e3047b70b99ce1a490d8a3f669519d307400dd4

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

diffstat:
 py-test-datadir/Makefile | 10 ++++++----
 py-test-datadir/PLIST    |  1 -
 py-test-datadir/distinfo |  6 +++---
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs:
diff --git a/py-test-datadir/Makefile b/py-test-datadir/Makefile
index cca625cbda..1fea8c8c3f 100644
--- a/py-test-datadir/Makefile
+++ b/py-test-datadir/Makefile
@@ -1,19 +1,21 @@
 # $NetBSD$
 
-DISTNAME=	pytest-datadir-1.3.1
+DISTNAME=	pytest-datadir-1.4.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=p/pytest-datadir/}
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
-HOMEPAGE=	http://github.com/gabrielcnr/pytest-datadir
+HOMEPAGE=	https://github.com/gabrielcnr/pytest-datadir
 COMMENT=	Pytest plugin for test data directories and files
 LICENSE=	mit
 
-BUILD_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm>=4.1.2:../../devel/py-setuptools_scm
-BUILD_DEPENDS+=	${PYPKGPREFIX}-test>=5.3.10:../../devel/py-test
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm>=4.1.2:../../devel/py-setuptools_scm
+TEST_DEPENDS+=	${PYPKGPREFIX}-test>=5.3.10:../../devel/py-test
 
 USE_LANGUAGES=	# none
 
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-test-datadir/PLIST b/py-test-datadir/PLIST
index 42118c658e..aaf48458d7 100644
--- a/py-test-datadir/PLIST
+++ b/py-test-datadir/PLIST
@@ -1,5 +1,4 @@
 @comment $NetBSD$
-LICENSE
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
diff --git a/py-test-datadir/distinfo b/py-test-datadir/distinfo
index c3d95d7644..a545fde923 100644
--- a/py-test-datadir/distinfo
+++ b/py-test-datadir/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (pytest-datadir-1.3.1.tar.gz) = 0c0290a1b93ee19b9307fce844c5847d874a940d
-SHA512 (pytest-datadir-1.3.1.tar.gz) = 2ab035ea4e6c4eaaead746a5fd3988feed31a314f73e18270faf4ae606521aa045f3d6c5e1301adcb87f8fd5b1ba5f3f1784f212ad778707ba46ad638d594f8c
-Size (pytest-datadir-1.3.1.tar.gz) = 15230 bytes
+BLAKE2s (pytest-datadir-1.4.1.tar.gz) = e71767cc03c46f3913d3c1236b13adc3b9f49c06473714db3989c75723903d53
+SHA512 (pytest-datadir-1.4.1.tar.gz) = e9a301004275235787de11242fe987665e4fcc89ca2d1168b27686f4d1506e506bdd517658edcbf2aca97b28dcb1869653e16412157b8ef313c1d4146f8cf4d8
+Size (pytest-datadir-1.4.1.tar.gz) = 7862 bytes


Home | Main Index | Thread Index | Old Index