Return to Makefile CVS log | Up to [cvs.NetBSD.org] / pkgsrc / audio / py-id3lib |
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.12 2019/04/26 13:13:42 maya Exp $ DISTNAME= pyid3lib-0.5.1 PKGNAME= ${PYPKGPREFIX}-id3lib-0.5.1 PKGREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyid3lib/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pyid3lib.sourceforge.net/ COMMENT= Python module for editing ID3v2 tags of MP3 audio files LICENSE= gnu-lgpl-v2.1 USE_LANGUAGES= c c++ PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.5.1 .include "../../lang/python/distutils.mk" .include "../../audio/id3lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk"