pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
Module Name: pkgsrc
Committed By: adam
Date: Tue Sep 17 06:54:02 UTC 2024
Modified Files:
pkgsrc/devel: Makefile
Added Files:
pkgsrc/devel/py-test-home: DESCR Makefile PLIST distinfo
Log Message:
py-test-home: added version 0.6.0
pytest fixtures for working with home directories.
To generate a diff of this commit:
cvs rdiff -u -r1.4343 -r1.4344 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-test-home/DESCR \
pkgsrc/devel/py-test-home/Makefile pkgsrc/devel/py-test-home/PLIST \
pkgsrc/devel/py-test-home/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/Makefile
diff -u pkgsrc/devel/Makefile:1.4343 pkgsrc/devel/Makefile:1.4344
--- pkgsrc/devel/Makefile:1.4343 Sun Sep 15 16:27:10 2024
+++ pkgsrc/devel/Makefile Tue Sep 17 06:54:01 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4343 2024/09/15 16:27:10 taca Exp $
+# $NetBSD: Makefile,v 1.4344 2024/09/17 06:54:01 adam Exp $
#
COMMENT= Development utilities
@@ -3082,6 +3082,7 @@ SUBDIR+= py-test-flake8
SUBDIR+= py-test-forked
SUBDIR+= py-test-freezer
SUBDIR+= py-test-httpserver
+SUBDIR+= py-test-home
SUBDIR+= py-test-isort
SUBDIR+= py-test-lazy-fixture
SUBDIR+= py-test-lazy-fixtures
Added files:
Index: pkgsrc/devel/py-test-home/DESCR
diff -u /dev/null pkgsrc/devel/py-test-home/DESCR:1.1
--- /dev/null Tue Sep 17 06:54:02 2024
+++ pkgsrc/devel/py-test-home/DESCR Tue Sep 17 06:54:02 2024
@@ -0,0 +1 @@
+pytest fixtures for working with home directories.
Index: pkgsrc/devel/py-test-home/Makefile
diff -u /dev/null pkgsrc/devel/py-test-home/Makefile:1.1
--- /dev/null Tue Sep 17 06:54:02 2024
+++ pkgsrc/devel/py-test-home/Makefile Tue Sep 17 06:54:02 2024
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2024/09/17 06:54:02 adam Exp $
+
+DISTNAME= pytest_home-0.6.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-home/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/jaraco/pytest-home
+COMMENT= Home directory fixtures
+LICENSE= mit
+
+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}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-checkdocs>=2.4:../../devel/py-test-checkdocs
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-mypy-[0-9]*:../../devel/py-test-mypy
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-home/PLIST
diff -u /dev/null pkgsrc/devel/py-test-home/PLIST:1.1
--- /dev/null Tue Sep 17 06:54:02 2024
+++ pkgsrc/devel/py-test-home/PLIST Tue Sep 17 06:54:02 2024
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1 2024/09/17 06:54:02 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_home/__init__.py
+${PYSITELIB}/pytest_home/__init__.pyc
+${PYSITELIB}/pytest_home/__init__.pyo
+${PYSITELIB}/pytest_home/fixtures.py
+${PYSITELIB}/pytest_home/fixtures.pyc
+${PYSITELIB}/pytest_home/fixtures.pyo
Index: pkgsrc/devel/py-test-home/distinfo
diff -u /dev/null pkgsrc/devel/py-test-home/distinfo:1.1
--- /dev/null Tue Sep 17 06:54:02 2024
+++ pkgsrc/devel/py-test-home/distinfo Tue Sep 17 06:54:02 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/09/17 06:54:02 adam Exp $
+
+BLAKE2s (pytest_home-0.6.0.tar.gz) = 86477ba110b292c46ac7df307f2584591047e1be7ca3042d647a3149a80579ff
+SHA512 (pytest_home-0.6.0.tar.gz) = 8abb4d3f5ff9c5b90ed5cea3b80c877899c68a53d424cc6785a5664b7df1fa7afcaf435c3f752ee74d911dc7ceb4c95e970d25dfad9225538737779ad0b9bcf8
+Size (pytest_home-0.6.0.tar.gz) = 8073 bytes
Home |
Main Index |
Thread Index |
Old Index