bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
23 lines
682 B
Makefile
23 lines
682 B
Makefile
# $NetBSD: Makefile,v 1.13 2022/01/04 20:55:16 wiz Exp $
|
|
|
|
DISTNAME= aiohttp_socks-0.6.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
|
|
PKGREVISION= 1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiohttp-socks/}
|
|
|
|
MAINTAINER= js@pkgsrc.org
|
|
HOMEPAGE= https://github.com/romis2012/aiohttp-socks
|
|
COMMENT= SOCKS proxy connector for aiohttp
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-aiohttp>=2.3.2:../../www/py-aiohttp
|
|
DEPENDS+= ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs
|
|
DEPENDS+= ${PYPKGPREFIX}-python-socks>=1.2.2:../../net/py-python-socks
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|