pkgsrc-WIP-changes archive

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

import py-game-geometry-3.2.0 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Tue Oct 27 00:24:20 2020 +0100
Changeset:	a8c1f47df0db792566d9bc66612b3c199b6326c9

Added Files:
	py-game-geometry/DESCR
	py-game-geometry/Makefile
	py-game-geometry/PLIST
	py-game-geometry/distinfo

Log Message:
import py-game-geometry-3.2.0 to wip

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

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

diffstat:
 py-game-geometry/DESCR    |  3 +++
 py-game-geometry/Makefile | 20 ++++++++++++++++++++
 py-game-geometry/PLIST    |  4 ++++
 py-game-geometry/distinfo |  6 ++++++
 4 files changed, 33 insertions(+)

diffs:
diff --git a/py-game-geometry/DESCR b/py-game-geometry/DESCR
new file mode 100644
index 0000000000..4b4762b503
--- /dev/null
+++ b/py-game-geometry/DESCR
@@ -0,0 +1,3 @@
+This is a framework based on pygame that allows an easier
+process for making games. This is so much more than a tool kit
+Tested in pygame2 not in pygame1.
diff --git a/py-game-geometry/Makefile b/py-game-geometry/Makefile
new file mode 100644
index 0000000000..1d730c94ef
--- /dev/null
+++ b/py-game-geometry/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	pygame_geometry-0.1.2
+PKGNAME=	${PYPKGPREFIX}-game-geometry-0.1.2
+CATEGORIES=	math python
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/pygame_geometry/}
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://github.com/MarcPartensky/Pygame-Geometry
+COMMENT=	Geometry environment for pygame
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-game>=1.9.6:../../devel/py-game
+
+USE_LANGUAGES=	# none
+
+BUILDLINK_API_DEPENDS.${PYPKGPREFIX}-numpy+=	${PYPKGPREFIX}-numpy>=1.13
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-game-geometry/PLIST b/py-game-geometry/PLIST
new file mode 100644
index 0000000000..cf8b8836f1
--- /dev/null
+++ b/py-game-geometry/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/pkg/bin/bmake package"
+@comment TODO: 2. run "/usr/pkg/bin/bmake print-PLIST"
diff --git a/py-game-geometry/distinfo b/py-game-geometry/distinfo
new file mode 100644
index 0000000000..aa82b1a135
--- /dev/null
+++ b/py-game-geometry/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (pygame_geometry-0.1.2.tar.gz) = ebe7fa2cf548726e03609beeb9a9ff6e40255143
+RMD160 (pygame_geometry-0.1.2.tar.gz) = 190291698c61791b977e19c173411b770eb77240
+SHA512 (pygame_geometry-0.1.2.tar.gz) = c86184ffd246ce9d8125dc546d691efa6d192a531ba01cba62190151820277a83d88e52490e7464fa20a1ff09689e8a7d414c0387a9a83eb17d93c087a56634c
+Size (pygame_geometry-0.1.2.tar.gz) = 107688 bytes


Home | Main Index | Thread Index | Old Index