pkgsrc/math/py-cdecimal/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

24 lines
687 B
Makefile

# $NetBSD: Makefile,v 1.11 2020/01/26 17:31:39 rillig 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= https://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_ACCEPTED= 27
#.include "../../devel/gmp/buildlink3.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"