pkgsrc/devel/py-blessings/Makefile
adam 6292a04646 py-blessings: updated to 1.7
1.7:
Drop support for Python 2.6 and 3.3, which are end-of-lifed.
Switch from 2to3 to the six library.
2018-08-10 12:19:30 +00:00

20 lines
607 B
Makefile

# $NetBSD: Makefile,v 1.3 2018/08/10 12:19:30 adam Exp $
DISTNAME= blessings-1.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/blessings/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/erikrose/blessings
COMMENT= Thin, practical wrapper around terminal
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"