pkgsrc/devel/py-distlib/Makefile
adam 48b38f8545 py-distlib: added version 0.3.4
Distlib is a library which implements low-level functions that relate to
packaging and distribution of Python software. It is intended to be used as the
basis for third-party packaging tools.
2022-01-10 19:33:39 +00:00

17 lines
449 B
Makefile

# $NetBSD: Makefile,v 1.1 2022/01/10 19:33:39 adam Exp $
DISTNAME= distlib-0.3.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/distlib/}
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://bitbucket.org/pypa/distlib
COMMENT= Distribution utilities
LICENSE= python-software-foundation
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"