pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-test-aiohttp



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 12 12:16:33 UTC 2024

Added Files:
        pkgsrc/www/py-test-aiohttp: DESCR Makefile PLIST distinfo

Log Message:
www/py-test-aiohttp: import py-test-aiohttp-1.0.5

pytest plugin for aiohttp support

The library provides useful fixtures for creation test aiohttp
server and client.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-test-aiohttp/DESCR \
    pkgsrc/www/py-test-aiohttp/Makefile pkgsrc/www/py-test-aiohttp/PLIST \
    pkgsrc/www/py-test-aiohttp/distinfo

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

Added files:

Index: pkgsrc/www/py-test-aiohttp/DESCR
diff -u /dev/null pkgsrc/www/py-test-aiohttp/DESCR:1.1
--- /dev/null   Mon Aug 12 12:16:33 2024
+++ pkgsrc/www/py-test-aiohttp/DESCR    Mon Aug 12 12:16:33 2024
@@ -0,0 +1,4 @@
+pytest plugin for aiohttp support
+
+The library provides useful fixtures for creation test aiohttp
+server and client.
Index: pkgsrc/www/py-test-aiohttp/Makefile
diff -u /dev/null pkgsrc/www/py-test-aiohttp/Makefile:1.1
--- /dev/null   Mon Aug 12 12:16:33 2024
+++ pkgsrc/www/py-test-aiohttp/Makefile Mon Aug 12 12:16:33 2024
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2024/08/12 12:16:33 wiz Exp $
+
+DISTNAME=      pytest-aiohttp-1.0.5
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-aiohttp/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/aio-libs/pytest-aiohttp
+COMMENT=       Pytest plugin for aiohttp support
+LICENSE=       apache-2.0
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+=      ${PYPKGPREFIX}-test>=6.1.0:../../devel/py-test
+DEPENDS+=      ${PYPKGPREFIX}-aiohttp>=3.8.1:../../www/py-aiohttp
+DEPENDS+=      ${PYPKGPREFIX}-test-asyncio>=0.17.2:../../devel/py-test-asyncio
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-test-aiohttp/PLIST
diff -u /dev/null pkgsrc/www/py-test-aiohttp/PLIST:1.1
--- /dev/null   Mon Aug 12 12:16:33 2024
+++ pkgsrc/www/py-test-aiohttp/PLIST    Mon Aug 12 12:16:33 2024
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1 2024/08/12 12:16:33 wiz 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_aiohttp/__init__.py
+${PYSITELIB}/pytest_aiohttp/__init__.pyc
+${PYSITELIB}/pytest_aiohttp/__init__.pyo
+${PYSITELIB}/pytest_aiohttp/_version.py
+${PYSITELIB}/pytest_aiohttp/_version.pyc
+${PYSITELIB}/pytest_aiohttp/_version.pyo
+${PYSITELIB}/pytest_aiohttp/plugin.py
+${PYSITELIB}/pytest_aiohttp/plugin.pyc
+${PYSITELIB}/pytest_aiohttp/plugin.pyo
Index: pkgsrc/www/py-test-aiohttp/distinfo
diff -u /dev/null pkgsrc/www/py-test-aiohttp/distinfo:1.1
--- /dev/null   Mon Aug 12 12:16:33 2024
+++ pkgsrc/www/py-test-aiohttp/distinfo Mon Aug 12 12:16:33 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/08/12 12:16:33 wiz Exp $
+
+BLAKE2s (pytest-aiohttp-1.0.5.tar.gz) = ea78536001c5c5ba9c83ca8aa38ca286103184599ab54dce781e828ef8ae61c6
+SHA512 (pytest-aiohttp-1.0.5.tar.gz) = b8421c63e4d5caa9742a013a6d1fd3c010b5e4a48e4f5c1a07ddfb7b05853ce6a7a0d65ce78493fd607f59c669d31c75d97a9022048e6a60cbc90a19a48dd02c
+Size (pytest-aiohttp-1.0.5.tar.gz) = 12209 bytes



Home | Main Index | Thread Index | Old Index