Update to version 3.3.

With this the dependency to py-numpy is not required anymore.

OK sthen@

A similar diff to update to 3.3 was sent by Timo Myyra in 2018.
That diff was OK solene@.
This commit is contained in:
remi 2021-03-08 21:07:17 +00:00
parent 9f2d7bd6dd
commit d4ce943b5d
3 changed files with 1046 additions and 69 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.32 2021/03/07 15:26:03 remi Exp $
# $OpenBSD: Makefile,v 1.33 2021/03/08 21:07:17 remi Exp $
COMMENT= collection of educational activities for young children
DISTNAME= childsplay-2.6.5
DISTNAME= childsplay-3.3
EXTRACT_SUFX= .tgz
REVISION = 4
CATEGORIES= games education
@ -23,7 +22,6 @@ BUILD_DEPENDS= ${_MODPY_BUILD_DEPENDS}
RUN_DEPENDS= databases/py-sqlalchemy \
devel/pygame \
math/py-numpy \
x11/py-gtk2
NO_TEST= Yes
@ -32,7 +30,6 @@ NO_BUILD= Yes
MODPY_ADJ_FILES=childsplay.py
pre-configure:
perl -pi -e 's,/usr/local,${PREFIX},' ${WRKSRC}/pangofont.py
echo '#!/bin/sh' >${WRKSRC}/childsplay.sh
echo >>${WRKSRC}/childsplay.sh
echo 'cd ${MODPY_SITEPKG}/childsplay' >>${WRKSRC}/childsplay.sh
@ -46,7 +43,7 @@ do-install:
cp -Rp ${WRKSRC}/locale ${PREFIX}/share
${INSTALL_DATA} ${WRKSRC}/sp_content.db \
${WRKINST}/${MODPY_SITEPKG}/childsplay
.for i in SPWidgets alphabetsounds lib
.for i in SPWidgets alphabet-sounds lib
cp -Rp ${WRKSRC}/$i ${WRKINST}/${MODPY_SITEPKG}/childsplay
.endfor
${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py \

View File

@ -1,2 +1,2 @@
SHA256 (childsplay-2.6.5.tgz) = FrIy2z4YBuN3SOz1Y1I8/X2nj+a4amJcY+WJk7c8qIo=
SIZE (childsplay-2.6.5.tgz) = 24091891
SHA256 (childsplay-3.3.tgz) = Pcve+HIVBa3VqBH1BKZVk0upHUvIWgtt7ZMPRH68Ogc=
SIZE (childsplay-3.3.tgz) = 33297165

File diff suppressed because it is too large Load Diff