files were dropped (mostly entry_points.txt) or .egg-info files changed to directories. Small patches were needed where some other build systems were calling Python tools to install due to changes in setuptools. Messy patching needed for games/0ad which bundles a spidermonkey tar of a specific version and patches it using files in its own distribution. Been through a bulk on i386, plus I tested a few things separately on amd64 where fallout from the recent qscintilla update has broken some ports on !LP64 which was blocking them on i386.
23 lines
456 B
Makefile
23 lines
456 B
Makefile
MODPY_EGG_VERSION = 0.4.5
|
|
COMMENT = Python library for the ISO 639 language code standard
|
|
DISTNAME = iso-639-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-iso639-${MODPY_EGG_VERSION}
|
|
CATEGORIES = devel
|
|
REVISION = 6
|
|
|
|
HOMEPAGE = https://github.com/noumar/iso639
|
|
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
|
|
|
|
# AGPLv3 only
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODPY_PI = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_SETUPTOOLS = Yes
|
|
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
.include <bsd.port.mk>
|