danj cef2924ea1 Remove shadchin@ as maintainer per his request
Other categories will follow shortly
2019-05-13 18:06:42 +00:00

32 lines
607 B
Makefile

# $OpenBSD: Makefile,v 1.6 2019/05/13 18:06:43 danj Exp $
COMMENT = Python utility / library to sort Python imports
MODPY_EGG_VERSION = 4.2.15
DISTNAME = isort-${MODPY_EGG_VERSION}
PKGNAME = py-isort-${MODPY_EGG_VERSION}
REVISION = 1
CATEGORIES = devel
HOMEPAGE = https://github.com/timothycrosley/isort
# MIT
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
FLAVORS = python3
FLAVOR ?=
TEST_DEPENDS = devel/py-mock${MODPY_FLAVOR} \
devel/py-test${MODPY_FLAVOR}
post-install:
mv ${PREFIX}/bin/isort{,${MODPY_BIN_SUFFIX}}
.include <bsd.port.mk>