diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-03 22:14:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-03 22:14:00 +0000 |
commit | 6023c634af19f890c563886be4fe4ba1f4e0d3ae (patch) | |
tree | a6e0112f1c7655fad080d88eaa928420d1b0af8b /audio/py-last | |
parent | adeec7701b41e363cf9c35c508b73472f11506ee (diff) | |
download | pkgsrc-6023c634af19f890c563886be4fe4ba1f4e0d3ae.tar.gz |
Update for python25 removal.
Diffstat (limited to 'audio/py-last')
-rw-r--r-- | audio/py-last/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/py-last/Makefile b/audio/py-last/Makefile index f584979b08e..0ac25f461c6 100644 --- a/audio/py-last/Makefile +++ b/audio/py-last/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/10/02 23:48:06 asau Exp $ +# $NetBSD: Makefile,v 1.4 2012/10/03 22:14:00 wiz Exp $ # DISTNAME= pylast-0.5.11 @@ -12,7 +12,6 @@ COMMENT= Python interface to Last.fm LICENSE= apache-2.0 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 25 PYTHON_VERSIONS_INCLUDE_3X= yes .include "../../lang/python/distutils.mk" |