pkgsrc-wip/py-sofa/Makefile
Thomas Klausner 1e186dcfca Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:09:41 +00:00

24 lines
641 B
Makefile

# $NetBSD: Makefile,v 1.5 2012/04/08 19:09:51 thomasklausner Exp $
#
DISTNAME= pysofa-0.1.0a2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
PKGREVISION= 2
CATEGORIES= astronomy python
MASTER_SITES= http://pypi.python.org/packages/source/p/pysofa/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://code.google.com/p/pysofa/
COMMENT= Python ctypes wrapper around the SOFA astronomical library
LICENSE= mit
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/pysofa-0.1.0a2
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"