sthen d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00

29 lines
544 B
Makefile

# $OpenBSD: Makefile,v 1.24 2019/04/28 20:51:38 sthen Exp $
COMMENT = console user interface library for python
MODPY_EGG_VERSION = 1.3.1
DISTNAME = urwid-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = devel
REVISION = 1
HOMEPAGE = http://urwid.org/
# LGPLv2.1
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += pthread ${MODPY_WANTLIB}
TEST_DEPENDS = devel/py-gobject3${MODPY_FLAVOR} \
lang/python/${MODPY_VERSION},-tests
MODULES = lang/python
MODPY_SETUPTOOLS = Yes
MODPY_PI = Yes
FLAVORS = python3
FLAVOR ?=
.include <bsd.port.mk>