pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-picture-to-gds: removed; cad/py-gdscad has gone



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <adam%defguard.net@localhost>
Pushed By:	adam
Date:		Thu Jan 15 12:51:53 2026 +0100
Changeset:	8935357031272c5fe35d656ddfebd30f323875ab

Modified Files:
	Makefile
Removed Files:
	py-picture-to-gds/DESCR
	py-picture-to-gds/Makefile
	py-picture-to-gds/PLIST
	py-picture-to-gds/distinfo

Log Message:
py-picture-to-gds: removed; cad/py-gdscad has gone

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8935357031272c5fe35d656ddfebd30f323875ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                   |  1 -
 py-picture-to-gds/DESCR    |  6 ------
 py-picture-to-gds/Makefile | 39 ---------------------------------------
 py-picture-to-gds/PLIST    |  4 ----
 py-picture-to-gds/distinfo |  5 -----
 5 files changed, 55 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index e3352deea5..97593be752 100644
--- a/Makefile
+++ b/Makefile
@@ -4418,7 +4418,6 @@ SUBDIR+=	py-pfsc-util
 SUBDIR+=	py-pg8000
 SUBDIR+=	py-pgmpy
 SUBDIR+=	py-pickleDB
-SUBDIR+=	py-picture-to-gds
 SUBDIR+=	py-pinout
 SUBDIR+=	py-pint
 SUBDIR+=	py-pipdeptree
diff --git a/py-picture-to-gds/DESCR b/py-picture-to-gds/DESCR
deleted file mode 100644
index 5fe4cc7bbf..0000000000
--- a/py-picture-to-gds/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-This is a simple script for generating GDSII layout files from image
-files. The input image files should have the extensions jpeg, jpg, png,
-pbm, pgm, or bmp. By specifying an image file, size of the unit-cell
-(minimum width and space of the layout), and layer number of the GDSII
-file, you can get a binary image file (image.bmp) and a GDSII layout file
-(image.gds).
diff --git a/py-picture-to-gds/Makefile b/py-picture-to-gds/Makefile
deleted file mode 100644
index 477d1be2b3..0000000000
--- a/py-picture-to-gds/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	master
-PKGNAME=	${PYPKGPREFIX}-picture-to-gds-0.2
-CATEGORIES=	cad python
-MASTER_SITES=	${MASTER_SITE_GITHUB:=ourfool/picture-to-gds/archive/}
-
-EXTRACT_SUFX=	.zip
-DIST_SUBDIR=	${PKGNAME_NOREV}
-
-MAINTAINER=	pkgsrc-users%NetBSD.com@localhost
-HOMEPAGE=	https://github.com/ourfool/picture-to-gds/
-COMMENT=	Python script to convert image files to GDSII files
-LICENSE=	gnu-gpl-v3
-
-DEPENDS+=	py*-gdsCAD-[0-9]*:../../cad/py-gdscad
-DEPENDS+=	opencv-[0-9]*:../../graphics/opencv
-
-NO_BUILD=	yes
-WRKSRC=		${WRKDIR}/picture-to-gds-${DISTNAME}
-INSTALL_DIR=	${PREFIX}/bin
-SHARE_DIR=	${PREFIX}/picture-to-gds/share
-USE_LANGUAGES=	# empty
-
-PYTHON_VERSIONS_ACCEPTED=	27
-
-do-install:
-	( cd ${WRKSRC};\
-	${MKDIR}                   ${DESTDIR}${INSTALL_DIR};\
-	${MKDIR}                   ${DESTDIR}${SHARE_DIR};\
-	${INSTALL} picToGDS.py     ${DESTDIR}${INSTALL_DIR};\
-	${INSTALL} LICENSE         ${DESTDIR}${SHARE_DIR};\
-	${INSTALL} README.md       ${DESTDIR}${SHARE_DIR};\
-	)
-
-.include "../../math/py-numpy/buildlink3.mk"
-.include "../../lang/python/pyversion.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-picture-to-gds/PLIST b/py-picture-to-gds/PLIST
deleted file mode 100644
index 21fb4c1a41..0000000000
--- a/py-picture-to-gds/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD$
-bin/picToGDS.py
-picture-to-gds/share/LICENSE
-picture-to-gds/share/README.md
diff --git a/py-picture-to-gds/distinfo b/py-picture-to-gds/distinfo
deleted file mode 100644
index 58634d37c3..0000000000
--- a/py-picture-to-gds/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (py27-picture-to-gds-0.1/master.zip) = c6c272319f68faa5f4dbac8d9a225ddb62baa1b32b187700476b1cfd26cfaaa3
-SHA512 (py27-picture-to-gds-0.1/master.zip) = 24bdf6d1d071cdc593984b5451398204470271526322c2b426822b3a7366543722daae42ad841dbb2a4a5366014016d84120fba66bcb177259f951d02243d0c6
-Size (py27-picture-to-gds-0.1/master.zip) = 469354 bytes


Home | Main Index | Thread Index | Old Index