bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
21 lines
560 B
Makefile
21 lines
560 B
Makefile
# $NetBSD: Makefile,v 1.12 2022/01/04 20:54:25 wiz Exp $
|
|
|
|
DISTNAME= beanstalkc-0.4.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= net python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=b/beanstalkc/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/earl/beanstalkc
|
|
COMMENT= Simple beanstalkd client library for Python
|
|
LICENSE= apache-2.0
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
REPLACE_PYTHON+= beanstalkc.py
|
|
PYTHON_VERSIONS_ACCEPTED= 27
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|