git: f0fb77d6352c - main - www/py-Pituophis: new port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 11 Sep 2022 17:50:19 UTC
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=f0fb77d6352cc635aede849f5069d6e83f23c2ff commit f0fb77d6352cc635aede849f5069d6e83f23c2ff Author: Neel Chauhan <nc@FreeBSD.org> AuthorDate: 2022-09-11 17:50:18 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2022-09-11 17:50:18 +0000 www/py-Pituophis: new port --- www/Makefile | 1 + www/py-Pituophis/Makefile | 17 +++++++++++++++++ www/py-Pituophis/distinfo | 3 +++ www/py-Pituophis/pkg-descr | 1 + 4 files changed, 22 insertions(+) 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.