5fa1ed2f3e
----------------------------------- (Changes to 3.2.9 is unknown) Changes from 3.2.6 to 3.2.8 Protected delta.strftime() against segfaults on Windows, which only allows day values <= 31 and segfaults for higher values. Thanks to Frank Boje for reporting this problem.
45 lines
1.7 KiB
Makefile
45 lines
1.7 KiB
Makefile
# $NetBSD: Makefile,v 1.39 2017/04/10 12:31:05 mef Exp $
|
|
|
|
VERSION= 3.2.9
|
|
DISTNAME= egenix-mx-base-${VERSION}
|
|
PKGNAME= ${PYPKGPREFIX}-mxDateTime-${VERSION}
|
|
CATEGORIES= time python
|
|
MASTER_SITES= http://downloads.egenix.com/python/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.egenix.com/files/python/mxDateTime.html
|
|
COMMENT= Python extension that provides types and conversions for dates
|
|
LICENSE= egenix-public-license
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 3.2.9
|
|
|
|
REPLACE_PYTHON+= egenix_mx_base.py
|
|
REPLACE_PYTHON+= mx/BeeBase/FileLock.py
|
|
REPLACE_PYTHON+= mx/BeeBase/mxBeeBase/calc-sectorsize.py
|
|
REPLACE_PYTHON+= mx/BeeBase/mxBeeBase/testernesto.py
|
|
REPLACE_PYTHON+= mx/BeeBase/showBeeDict.py
|
|
REPLACE_PYTHON+= mx/DateTime/Examples/AtomicClock.py
|
|
REPLACE_PYTHON+= mx/DateTime/Examples/Y2000.py
|
|
REPLACE_PYTHON+= mx/DateTime/Examples/alarm.py
|
|
REPLACE_PYTHON+= mx/DateTime/mxDateTime/test.py
|
|
REPLACE_PYTHON+= mx/Log.py
|
|
REPLACE_PYTHON+= mx/Misc/Daemon.py
|
|
REPLACE_PYTHON+= mx/Misc/FileLock.py
|
|
REPLACE_PYTHON+= mx/Misc/OrderedMapping.py
|
|
REPLACE_PYTHON+= mx/Queue/queuebench.py
|
|
REPLACE_PYTHON+= mx/Stack/stackbench.py
|
|
REPLACE_PYTHON+= mx/TextTools/Examples/HTML.py
|
|
REPLACE_PYTHON+= mx/TextTools/Examples/Loop.py
|
|
REPLACE_PYTHON+= mx/TextTools/Examples/Python.py
|
|
REPLACE_PYTHON+= mx/TextTools/Examples/RTF.py
|
|
REPLACE_PYTHON+= mx/TextTools/Examples/RegExp.py
|
|
REPLACE_PYTHON+= mx/TextTools/Examples/Words.py
|
|
REPLACE_PYTHON+= mx/TextTools/Examples/altRTF.py
|
|
REPLACE_PYTHON+= mx/TextTools/Examples/mysplit.py
|
|
REPLACE_PYTHON+= mx/TextTools/Examples/pytag.py
|
|
REPLACE_PYTHON+= mx/TextTools/mxTextTools/testkj.py
|
|
REPLACE_PYTHON+= setup.py
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|