mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
22 lines
317 B
Makefile
22 lines
317 B
Makefile
COMMENT= Python 2 and 3 compatibility library
|
|
|
|
MODPY_DISTV= 1.17.0
|
|
DISTNAME= six-${MODPY_DISTV}
|
|
PKGNAME= py-six-${MODPY_DISTV}
|
|
REVISION= 1
|
|
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= https://github.com/benjaminp/six
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODPY_PI= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
.include <bsd.port.mk>
|