8a9cb53cf6
They now have a tool dependency on py-setuptools instead of a DEPENDS
26 lines
663 B
Makefile
26 lines
663 B
Makefile
# $NetBSD: Makefile,v 1.9 2022/01/04 20:52:36 wiz Exp $
|
|
|
|
DISTNAME= gdsCAD-0.4.5
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= cad python
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=hohlraum/}
|
|
GITHUB_PROJECT= gdsCAD
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://pythonhosted.org/gdsCAD/
|
|
COMMENT= Package for creating, reading, and manipulating GDSII layout files
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_LANGUAGES= # none
|
|
PYTHON_VERSIONS_ACCEPTED= 27
|
|
# PYSETUPBUILDTARGET= install
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
|
|
pre-configure:
|
|
(cd ${WRKSRC} ;\
|
|
${ECHO} '__version__ =' "'"${PKGVERSION_NOREV}"'" > gdsCAD/_version.py \
|
|
)
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|