py-aiocontextvars: added version 0.2.2
Asyncio support for PEP-567 contextvars backport.
This commit is contained in:
parent
109e029209
commit
7950dcf3b7
4 changed files with 42 additions and 0 deletions
1
devel/py-aiocontextvars/DESCR
Normal file
1
devel/py-aiocontextvars/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Asyncio support for PEP-567 contextvars backport.
|
25
devel/py-aiocontextvars/Makefile
Normal file
25
devel/py-aiocontextvars/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $NetBSD: Makefile,v 1.1 2020/07/01 06:58:11 adam Exp $
|
||||
|
||||
DISTNAME= aiocontextvars-0.2.2
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiocontextvars/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://github.com/fantix/aiocontextvars
|
||||
COMMENT= Asyncio support for PEP-567 contextvars backport
|
||||
LICENSE= modified-bsd
|
||||
|
||||
BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
|
||||
DEPENDS+= ${PYPKGPREFIX}-contextvars>=2.4:../../devel/py-contextvars
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio>=0.8.0:../../devel/py-test-asyncio
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
PYTHON_VERSIONS_ACCEPTED= 36 # included in Python 3.7
|
||||
|
||||
do-test:
|
||||
cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
10
devel/py-aiocontextvars/PLIST
Normal file
10
devel/py-aiocontextvars/PLIST
Normal file
|
@ -0,0 +1,10 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2020/07/01 06:58:11 adam Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/aiocontextvars.py
|
||||
${PYSITELIB}/aiocontextvars.pyc
|
||||
${PYSITELIB}/aiocontextvars.pyo
|
6
devel/py-aiocontextvars/distinfo
Normal file
6
devel/py-aiocontextvars/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2020/07/01 06:58:11 adam Exp $
|
||||
|
||||
SHA1 (aiocontextvars-0.2.2.tar.gz) = aaa7e4a02f476bf4c61d5fd208cf721f4e763ee0
|
||||
RMD160 (aiocontextvars-0.2.2.tar.gz) = 8149aaa91430d7b5286b1ea41547ea0191ff9df5
|
||||
SHA512 (aiocontextvars-0.2.2.tar.gz) = 54a9cb7a6327d56c7a784a0a09648c8209715595be9eaa6fb81ad35df7db02a5bfd16f8c674063cbd123b87131a4e80006eae71db8e7127c1b725e25b16e3efd
|
||||
Size (aiocontextvars-0.2.2.tar.gz) = 13565 bytes
|
Loading…
Reference in a new issue