PKG_NAME = pendulum
PKG_VERS = 3.2.0
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://files.pythonhosted.org/packages/source/p/pendulum
PKG_DIR = $(PKG_NAME)-$(PKG_VERS)

DEPENDS =

HOMEPAGE = https://pendulum.eustace.io
COMMENT  = Python datetimes made easy.
LICENSE  = MIT

# Prevent PYO3_USE_ABI3_FORWARD_COMPATIBILITY leaking in from parent make
unexport PYO3_USE_ABI3_FORWARD_COMPATIBILITY

PATCHES_LEVEL = 1

include ../../mk/spksrc.python-wheel.mk
