aboutsummaryrefslogtreecommitdiff
path: root/math/py-affine
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-05-08 20:46:40 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-05-08 20:46:40 +0000
commite92d9fb3aae72b75d915caf74e6042844a9ae6a7 (patch)
tree7352567aae18ca4ccc3a13980ce662be71f425e8 /math/py-affine
parent38fe411b5e061b8918594039d0f97b1351566183 (diff)
downloadports-e92d9fb3aae72b75d915caf74e6042844a9ae6a7.tar.gz
ports-e92d9fb3aae72b75d915caf74e6042844a9ae6a7.zip
Add py-affine 2.3.0
Affine package is derived from Casey Duncan's Planar package. WWW: https://github.com/sgillies/affine
Notes
Notes: svn path=/head/; revision=534420
Diffstat (limited to 'math/py-affine')
-rw-r--r--math/py-affine/Makefile21
-rw-r--r--math/py-affine/distinfo3
-rw-r--r--math/py-affine/pkg-descr3
3 files changed, 27 insertions, 0 deletions
diff --git a/math/py-affine/Makefile b/math/py-affine/Makefile
new file mode 100644
index 000000000000..6d6416c4a7ec
--- /dev/null
+++ b/math/py-affine/Makefile
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= affine
+PORTVERSION= 2.3.0
+CATEGORIES= math python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Matrices describing affine transformation of the plane
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+USES= python
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/math/py-affine/distinfo b/math/py-affine/distinfo
new file mode 100644
index 000000000000..e57e63a30052
--- /dev/null
+++ b/math/py-affine/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1588930305
+SHA256 (affine-2.3.0.tar.gz) = 2e045def1aa29e613c42e801a7e10e0b9bacfed1a7c6af0cadf8843530a15102
+SIZE (affine-2.3.0.tar.gz) = 13946
diff --git a/math/py-affine/pkg-descr b/math/py-affine/pkg-descr
new file mode 100644
index 000000000000..f62a48ce959e
--- /dev/null
+++ b/math/py-affine/pkg-descr
@@ -0,0 +1,3 @@
+Affine package is derived from Casey Duncan's Planar package.
+
+WWW: https://github.com/sgillies/affine