openbsd-ports/devel/py-send2trash/Makefile
2022-11-25 17:14:59 +00:00

24 lines
400 B
Makefile

COMMENT = send files to the trash natively
MODPY_EGG_VERSION = 1.8.0
DISTNAME = Send2Trash-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME:L}
REVISION = 1
CATEGORIES = devel
HOMEPAGE = https://github.com/hsoft/send2trash
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
NO_TEST = Yes
FLAVORS = python3
FLAVOR = python3
.include <bsd.port.mk>