pkgsrc/net/py-aioresponses/Makefile
adam 121e4f9130 py-aioresponses: updated to 0.7.4
0.7.4
-----
* bump py36 to ubuntu 20.04
* restore 3.6
* Adjust github actions test workflow
* Fix python versions in env list
* Add documentation for repeat argument
* Add compat module
* fix long line by adding line breaks
* shorten comment to obey line length limit
* split typing and assignment to avoid long line
* Avoid type confusion by explicitly typing as \`ClientResponse\`
* ignore false positive mypy warning when \`url\_or\_pattern\` is a \`Pattern\`
* add \`py.typed\` to MANIFEST.in
* add \`py.typed\` file to package data in setup.py
* fix version after release was tagged/released
* Extend  for arguments
* Init assert\_called
* Fix type annotations
2022-12-15 23:05:27 +00:00

25 lines
780 B
Makefile

# $NetBSD: Makefile,v 1.5 2022/12/15 23:05:27 adam Exp $
DISTNAME= aioresponses-0.7.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/aioresponses/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/pnuckowski/aioresponses
COMMENT= Mock out requests made by ClientSession from aiohttp package
LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-pbr-[0-9]*:../../devel/py-pbr
DEPENDS+= ${PYPKGPREFIX}-aiohttp>=2.0.0:../../www/py-aiohttp
TEST_DEPENDS+= ${PYPKGPREFIX}-ddt>=1.4.1:../../devel/py-ddt
TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
PYSETUPTESTTARGET= pytest
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"