24 lines
424 B
Makefile
24 lines
424 B
Makefile
|
COMMENT= obtain class names of an object and its parent classes
|
||
|
|
||
|
MODPY_EGG_VERSION= 3.2.3
|
||
|
DISTNAME= jaraco.classes-${MODPY_EGG_VERSION}
|
||
|
PKGNAME= py-${DISTNAME}
|
||
|
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
# https://github.com/jaraco/jaraco.classes
|
||
|
HOMEPAGE= https://jaracoclasses.readthedocs.io/
|
||
|
|
||
|
# MIT
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
MODULES= lang/python
|
||
|
|
||
|
MODPY_PI= Yes
|
||
|
MODPY_PYBUILD= setuptools_scm
|
||
|
|
||
|
FLAVORS= python3
|
||
|
FLAVOR= python3
|
||
|
|
||
|
.include <bsd.port.mk>
|