aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2022-09-11 17:50:18 +0000
committerNeel Chauhan <nc@FreeBSD.org>2022-09-11 17:50:18 +0000
commitf0fb77d6352cc635aede849f5069d6e83f23c2ff (patch)
tree7906762b6aef515fe73aff422c391244fd45e51b
parent569e7ff7b9f1e42b49bdf72caceaaa02a2b3589e (diff)
www/py-Pituophis: new port
-rw-r--r--www/Makefile1
-rw-r--r--www/py-Pituophis/Makefile17
-rw-r--r--www/py-Pituophis/distinfo3
-rw-r--r--www/py-Pituophis/pkg-descr1
4 files changed, 22 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 91383da3ca53..f04f4704c3ae 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1402,6 +1402,7 @@
SUBDIR += pserv
SUBDIR += publicfile
SUBDIR += punbb
+ SUBDIR += py-Pituophis
SUBDIR += py-Tenjin
SUBDIR += py-WebError
SUBDIR += py-WebFlash
diff --git a/www/py-Pituophis/Makefile b/www/py-Pituophis/Makefile
new file mode 100644
index 000000000000..06e5f43f1493
--- /dev/null
+++ b/www/py-Pituophis/Makefile
@@ -0,0 +1,17 @@
+PORTNAME= Pituophis
+DISTVERSION= 1.1
+CATEGORIES= www
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= nc@FreeBSD.org
+COMMENT= Python 3 library for building Gopher clients and servers
+WWW= https://pypi.org/project/Pituophis/
+
+LICENSE= BSD2CLAUSE
+
+USES= python:3.7+
+USE_PYTHON= autoplist concurrent distutils
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/www/py-Pituophis/distinfo b/www/py-Pituophis/distinfo
new file mode 100644
index 000000000000..e7591a21280b
--- /dev/null
+++ b/www/py-Pituophis/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1662918434
+SHA256 (Pituophis-1.1.tar.gz) = 406f60bde8189b601e2024be5ec78e09e2227879dc271bf8e899299c584d4a21
+SIZE (Pituophis-1.1.tar.gz) = 9544
diff --git a/www/py-Pituophis/pkg-descr b/www/py-Pituophis/pkg-descr
new file mode 100644
index 000000000000..4b5d8e1c733e
--- /dev/null
+++ b/www/py-Pituophis/pkg-descr
@@ -0,0 +1 @@
+Pituophis is a Python 3 library for building Gopher clients and servers.