81b5cfdf1a
1.2.4: Unknown changes
20 lines
585 B
Makefile
20 lines
585 B
Makefile
# $NetBSD: Makefile,v 1.4 2021/03/31 09:21:26 adam Exp $
|
|
|
|
DISTNAME= python-socks-1.2.4
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= net python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-socks/}
|
|
|
|
MAINTAINER= pkgsrc-users@pkgsrc.org
|
|
HOMEPAGE= https://github.com/romis2012/python-socks
|
|
COMMENT= Core proxy (SOCKS4, SOCKS5, HTTP tunneling) functionality for Python
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-async-timeout>=3.0.1:../../devel/py-async-timeout
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|