pkgsrc/math/py-cdecimal/Makefile
maya 5901ac0824 Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
2019-04-26 13:13:41 +00:00

24 lines
690 B
Makefile

# $NetBSD: Makefile,v 1.8 2019/04/26 13:14:04 maya Exp $
DISTNAME= cdecimal-2.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= http://www.bytereef.org/software/mpdecimal/releases/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.bytereef.org/mpdecimal/
COMMENT= Arbitrary precision decimal floating point arithmetic
LICENSE= 2-clause-bsd
NO_CONFIGURE= YES
USE_TOOLS+= gmake
USE_LANGUAGES= c
GNU_CONFIGURE= yes
#PKG_FAIL_REASON+= "${DISTNAME} is obsoleted by the builtin \`decimal\` in python3.3."
PYTHON_VERSIONS_INCOMPATIBLE= 36 37
#.include "../../devel/gmp/buildlink3.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"