6217cc118c
appdirs 1.4.4 ------------- - Don't import appdirs from setup.py Project officially classified as Stable which is important for inclusion in other distros such as ActivePython. First of several incremental releases to catch up on maintenance.
16 lines
448 B
Makefile
16 lines
448 B
Makefile
# $NetBSD: Makefile,v 1.7 2020/07/08 14:45:48 adam Exp $
|
|
|
|
DISTNAME= appdirs-1.4.4
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=a/appdirs/}
|
|
|
|
MAINTAINER= kamelderouiche@yahoo.com
|
|
HOMEPAGE= https://github.com/ActiveState/appdirs
|
|
COMMENT= Module for determining appropriate, platform-specific dirs
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|