landry afc58185f8 audio/py-last: move to python3 only
the only py2 consumer went to the attic, other consumers (pithos and
beets) are py3 only

according to pypi upstream is at 4.1.0 and the 0.5.11 version we ship is
from 2015 :)

looks good to sthen@
2021-02-20 20:54:56 +00:00

28 lines
483 B
Makefile

# $OpenBSD: Makefile,v 1.15 2021/02/20 20:54:56 landry Exp $
COMMENT = Python last.fm library
MODPY_EGG_VERSION = 0.5.11
DISTNAME = pylast-${MODPY_EGG_VERSION}
PKGNAME = py-last-${MODPY_EGG_VERSION}
CATEGORIES = audio net
REVISION = 5
HOMEPAGE = https://github.com/pylast/pylast
MAINTAINER = Edd Barrett <edd@openbsd.org>
# Apache 2.0
PERMIT_PACKAGE = Yes
MODPY_PI = Yes
FLAVORS = python3
FLAVOR = python3
MODULES = lang/python
NO_TEST = Yes
.include <bsd.port.mk>