pkgsrc/devel/py-lockfile/Makefile
adam d5757f3b09 0.12.2
* Add warning to README.rst

0.12.1
* Remove Python 2.6 classifier
* Remove python 2.6
* Remove two unused variables: fix flake8 F841 warn
* Fix flake8 warnings
* PBR setup requirement only
* Support universal wheels
2017-07-26 17:02:31 +00:00

19 lines
560 B
Makefile

# $NetBSD: Makefile,v 1.5 2017/07/26 17:02:31 adam Exp $
DISTNAME= lockfile-0.12.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=l/lockfile/}
MAINTAINER= kamel.derouiche@gmail.com
HOMEPAGE= https://github.com/smontanaro/pylockfile/
COMMENT= Platform-independent file locking module
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-sqlite3>=0:../../databases/py-sqlite3
BUILD_DEPENDS+= ${PYPKGPREFIX}-pbr>=1.8:../../devel/py-pbr
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"