kmos 2795ba2341 Bump the REVISION on all ports that use the python2 version of
py-setuptools.

Also change the lang/python module to use the new
devel/py2-setuptools for python2 ports

ok sthen@
2021-05-21 19:50:21 +00:00

32 lines
560 B
Makefile

# $OpenBSD: Makefile,v 1.8 2021/05/21 19:50:27 kmos Exp $
COMMENT = parse, read and write Microsoft OLE2 files
MODPY_EGG_VERSION = 0.46
DISTNAME = olefile-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 2
GH_ACCOUNT = decalage2
GH_PROJECT = olefile
GH_TAGNAME = v${MODPY_EGG_VERSION}
CATEGORIES = devel
HOMEPAGE = https://www.decalage.info/olefile
MAINTAINER = Remi Pointel <rpointel@openbsd.org>
# BSD-like
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_SETUPTOOLS = Yes
FLAVORS = python3
FLAVOR ?=
NO_TEST = Yes
.include <bsd.port.mk>