0095a0d68a
d2to1 (the "d" is for "distutils") allows using distutils2-like setup.cfg files for a package's metadata with a distribute/setuptools setup.py script. It works by providing a distutils2-formatted setup.cfg file containing all of a package's metadata, and a very minimal setup.py which will slurp its arguments from the setup.cfg.
16 lines
468 B
Makefile
16 lines
468 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/04/05 23:17:05 rodent Exp $
|
|
|
|
DISTNAME= d2to1-0.2.11
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= https://pypi.python.org/packages/source/d/d2to1/
|
|
|
|
MAINTAINER= rodent@NetBSD.org
|
|
HOMEPAGE= http://pypi.python.org/pypi/d2to1
|
|
COMMENT= Allows using distutils2-like setup.cfg files package's metadata
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|