Return to Makefile CVS log | Up to [cvs.NetBSD.org] / pkgsrc / audio / py-id3 |
Omit mentions of python 34 and 35, after those were removed. - Includes some whitespace changes, to be handled in a separate commit.
# $NetBSD: Makefile,v 1.10 2019/04/26 13:13:42 maya Exp $ DISTNAME= id3-py_1.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py_//} PKGREVISION= 1 CATEGORIES= audio python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=id3-py/} MAINTAINER= wes.chow@s7labs.com HOMEPAGE= http://id3-py.sourceforge.net/ COMMENT= Python module to manipulate ID3 tags in MP3 files LICENSE= gnu-gpl-v2 USE_LANGUAGES= # empty WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} EGG_NAME= ${DISTNAME:S/py_//:tu} PYTHON_VERSIONS_INCOMPATIBLE= 36 37 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk"