www/py-Pituophis: new port

This commit is contained in:
Neel Chauhan 2022-09-11 10:50:18 -07:00
parent 569e7ff7b9
commit f0fb77d635
4 changed files with 22 additions and 0 deletions

View File

@ -1402,6 +1402,7 @@
SUBDIR += pserv
SUBDIR += publicfile
SUBDIR += punbb
SUBDIR += py-Pituophis
SUBDIR += py-Tenjin
SUBDIR += py-WebError
SUBDIR += py-WebFlash

17
www/py-Pituophis/Makefile Normal file
View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1662918434
SHA256 (Pituophis-1.1.tar.gz) = 406f60bde8189b601e2024be5ec78e09e2227879dc271bf8e899299c584d4a21
SIZE (Pituophis-1.1.tar.gz) = 9544

View File

@ -0,0 +1 @@
Pituophis is a Python 3 library for building Gopher clients and servers.