summaryrefslogtreecommitdiff
path: root/cad/py-gdscad
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-06-08 11:04:27 +0000
committerrillig <rillig@pkgsrc.org>2019-06-08 11:04:27 +0000
commit4904bdd53c317dcacca2795f830ca84321b3a857 (patch)
treefc2149095cb6e2f1a79ff01ea423e295225ed225 /cad/py-gdscad
parent95ce3f227afadd1efad90c5547c0e1a45fe2206e (diff)
downloadpkgsrc-4904bdd53c317dcacca2795f830ca84321b3a857.tar.gz
cad/*: let pkglint fix indentation, variable alignment, and LOCALBASE
pkglint -Wall -r -F cad Manually fixed the indentation in cad/ghdl/Makefile because SITES.* was (by the current definition) not long enough to count as an outlier line, and because of this, all other lines were aligned to that line.
Diffstat (limited to 'cad/py-gdscad')
-rw-r--r--cad/py-gdscad/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/cad/py-gdscad/Makefile b/cad/py-gdscad/Makefile
index 45b6d324ab6..e21a94240b3 100644
--- a/cad/py-gdscad/Makefile
+++ b/cad/py-gdscad/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2019/04/26 13:13:44 maya Exp $
+# $NetBSD: Makefile,v 1.6 2019/06/08 11:04:29 rillig Exp $
DISTNAME= gdsCAD-0.4.5
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= cad python
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= cad python
MASTER_SITES= ${MASTER_SITE_GITHUB:=hohlraum/}
GITHUB_PROJECT= gdsCAD
@@ -12,7 +12,7 @@ COMMENT= Package for creating, reading, and manipulating GDSII layout files
LICENSE= gnu-gpl-v3
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37
+PYTHON_VERSIONS_INCOMPATIBLE= 36 37
# PYSETUPBUILDTARGET= install
.include "../../lang/python/egg.mk"