head 1.4; access; symbols pkgsrc-2026Q1:1.4.0.4 pkgsrc-2026Q1-base:1.4 pkgsrc-2025Q4:1.4.0.2 pkgsrc-2025Q4-base:1.4 pkgsrc-2025Q3:1.3.0.2 pkgsrc-2025Q3-base:1.3 pkgsrc-2025Q2:1.2.0.8 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.6 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.4 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.2 pkgsrc-2024Q3-base:1.2; locks; strict; comment @# @; 1.4 date 2025.10.09.07.57.41; author wiz; state Exp; branches; next 1.3; commitid t4nMY0Dt3rBjSRdG; 1.3 date 2025.07.03.19.18.05; author wiz; state Exp; branches; next 1.2; commitid VtH4NTLuuL94Nk1G; 1.2 date 2024.07.28.12.03.29; author wiz; state Exp; branches; next 1.1; commitid atkNRMPvwPhGjBjF; 1.1 date 2024.07.26.22.15.27; author wiz; state Exp; branches; next ; commitid Z9EDEJS4mj5ELojF; desc @@ 1.4 log @*: remove reference to (removed) Python 3.9 @ text @# $NetBSD: Makefile,v 1.3 2025/07/03 19:18:05 wiz Exp $ DISTNAME= PyDPainter-1.2.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=mriale/} GITHUB_PROJECT= PyDPainter GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/mriale/PyDPainter/ COMMENT= Usable pixel art paint program written in Python LICENSE= gnu-gpl-v3 DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy DEPENDS+= ${PYPKGPREFIX}-game-[0-9]*:../../devel/py-game USE_LANGUAGES= # none USE_TOOLS+= pax WRKSRC= ${WRKDIR}/PyDPainter-${PKGVERSION_NOREV} INSTALLATION_DIRS+= bin share/py-DPainter REPLACE_PYTHON= *.py */*.py PYTHON_VERSIONS_INCOMPATIBLE= 310 do-build: ${ECHO} '#!/bin/sh' > ${WRKSRC}/PyDPainter.sh ${ECHO} "cd ${PREFIX}/share/py-DPainter && ${PYTHONBIN} PyDPainter.py \""'$$@@'"\"" >> ${WRKSRC}/PyDPainter.sh do-install: ${INSTALL_SCRIPT} ${WRKSRC}/PyDPainter.sh ${DESTDIR}${PREFIX}/bin cd ${WRKSRC} && ${PAX} -pp -rw PyDPainter.py data iff_pics libs logo ${DESTDIR}${PREFIX}/share/py-DPainter .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" @ 1.3 log @*: py-numpy needs Python >= 3.11 now @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2024/07/28 12:03:29 wiz Exp $ d26 1 a26 1 PYTHON_VERSIONS_INCOMPATIBLE= 39 310 @ 1.2 log @py-DPainter: set GITHUB_PROJECT to fix fetch @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2024/07/26 22:15:27 wiz Exp $ d26 1 @ 1.1 log @graphics/py-DPainter: import py-DPainter-1.2.2 PyDPainter, pronounced "Pied Painter" (like Pied Piper), is an attempt to create a usable pixel art program in Python using PyGame. The original inspiration came from the Commodore Amiga version of Deluxe Paint released by Electronic Arts in 1985. Back then, Deluxe Paint helped define the user interface of a paint program with tool bars, menus, and the novel use of left and right mouse buttons for painting and erasing. After pixel art gave way to photo-realism and high-resolution 24 bit color, Deluxe Paint was largely forgotten for artistic work -- left behind in the ever-progressing march of technology. Recently, with a resurgence of all things "retro," low-resolution pixel art and limited color palettes have become popular once again. Many tools to deal with this medium are either too complicated or too crude. This project is an attempt to bring back an old but reliable tool and enhance it with some features to help it better coexist in the modern world. @ text @d1 1 a1 1 # $NetBSD$ d7 1 @