33716aa4d8
Deprecations and Removals ------------------------- - Incremental will no longer attempt to read git or svn repositories to see if the project is running from a checkout.
16 lines
439 B
Makefile
16 lines
439 B
Makefile
# $NetBSD: Makefile,v 1.2 2017/05/24 11:36:07 adam Exp $
|
|
|
|
DISTNAME= incremental-17.5.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=i/incremental/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/hawkowl/incremental
|
|
COMMENT= Small library that versions your Python projects
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|